File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,23 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
14
14
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15
15
Reexport = " 189a3867-3050-52da-a836-e630ba90ab69"
16
16
SPIRVIntrinsics = " 71d1d633-e7e8-4a92-83a1-de8814b09ba8"
17
- SPIRV_LLVM_Translator_unified_jll = " 85f0d8ed-5b39-5caa-b1ae-7472de402361"
17
+ SPIRV_LLVM_Backend_jll = " 4376b9bf-cff8-51b6-bb48-39421dff0d0c"
18
+ SPIRV_Tools_jll = " 6ac6d60f-d740-5983-97d7-a4482c0689f4"
18
19
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
19
20
20
21
[compat ]
21
22
Adapt = " 4"
22
23
GPUArrays = " 11.2.1"
23
- GPUCompiler = " 0.27, 1 "
24
+ GPUCompiler = " 1.2 "
24
25
KernelAbstractions = " 0.9.2"
25
26
LLVM = " 9.1"
26
27
LinearAlgebra = " 1"
27
28
OpenCL_jll = " =2024.5.8"
28
29
Printf = " 1"
30
+ Random = " 1"
29
31
Reexport = " 1"
30
32
SPIRVIntrinsics = " 0.2"
31
- SPIRV_LLVM_Translator_unified_jll = " 0.7"
33
+ SPIRV_LLVM_Backend_jll = " 20"
34
+ SPIRV_Tools_jll = " 2024.3.0"
32
35
StaticArrays = " 1"
33
36
julia = " 1.10"
34
- Random = " 1"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module OpenCL
2
2
3
3
using GPUCompiler
4
4
using LLVM, LLVM. Interop
5
- using SPIRV_LLVM_Translator_unified_jll
5
+ using SPIRV_LLVM_Backend_jll, SPIRV_Tools_jll
6
6
using Adapt
7
7
using Reexport
8
8
using GPUArrays
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ OpenCL = "08131aa3-fb12-5dee-8b74-c09406e224a2"
11
11
Printf = " de0858da-6303-5e67-8744-51eddeeeb8d7"
12
12
REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
13
13
Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
14
+ SPIRV_LLVM_Backend_jll = " 4376b9bf-cff8-51b6-bb48-39421dff0d0c"
14
15
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
15
16
SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
16
17
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
You can’t perform that action at this time.
0 commit comments