File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,13 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2323
2424[sources ]
2525SPIRVIntrinsics = {path = " lib/intrinsics" }
26+ KernelAbstractions = {rev = " main" , url = " https://github.com/JuliaGPU/KernelAbstractions.jl" }
2627
2728[compat ]
2829Adapt = " 4"
2930GPUArrays = " 11.2.1"
3031GPUCompiler = " 1.7.1"
31- KernelAbstractions = " 0.10"
32+ KernelAbstractions = " 0.9, 0. 10"
3233LLVM = " 9.1"
3334LinearAlgebra = " 1"
3435OpenCL_jll = " =2024.10.24"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
88JLD2 = " 033835bb-8acc-5ee8-8aae-3f567f8a3819"
99KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
1010LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
1112Preferences = " 21216c6a-2e73-6563-6e65-726566657250"
1213Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
1314REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
Original file line number Diff line number Diff line change 1+ @static if VERSION < v " 1.11"
2+ using Pkg
3+ Pkg. add (url= " https://github.com/JuliaGPU/KernelAbstractions.jl" , rev= " main" )
4+ end
5+
16using Distributed
27using Dates
38import REPL
You can’t perform that action at this time.
0 commit comments