File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,5 @@ steps:
115115 arch : " aarch64"
116116 if : |
117117 build.message =~ /\[only benchmarks\]/ ||
118- build.message !~ /\[only/ && !build.pull_request.draft &&
119118 build.message !~ /\[skip benchmarks\]/
120119 timeout_in_minutes : 30
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3131SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
3232
3333[sources ]
34+ GPUArrays = {rev = " reverse" , url = " https://github.com/christiangnrd/GPUArrays.jl" }
3435KernelAbstractions = {rev = " intrinsics" , url = " https://github.com/christiangnrd/KernelAbstractions.jl" }
3536
3637[extensions ]
Original file line number Diff line number Diff line change 11@static if VERSION < v " 1.11"
22 using Pkg
33 Pkg. add (url= " https://github.com/christiangnrd/KernelAbstractions.jl" , rev= " intrinsics" )
4+ Pkg. add (url= " https://github.com/christiangnrd/GPUArrays.jl" , rev= " reverse" )
45end
56
67using Metal
You can’t perform that action at this time.
0 commit comments