File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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_Translator_jll = " 4a5d46fc-d8cf-5151-a261-86b458210efb "
18
18
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
19
19
20
20
[compat ]
@@ -26,9 +26,9 @@ LLVM = "9.1"
26
26
LinearAlgebra = " 1"
27
27
OpenCL_jll = " =2024.10.24"
28
28
Printf = " 1"
29
+ Random = " 1"
29
30
Reexport = " 1"
30
31
SPIRVIntrinsics = " 0.2"
31
- SPIRV_LLVM_Translator_unified_jll = " 0.7 "
32
+ SPIRV_LLVM_Translator_jll = " 20 "
32
33
StaticArrays = " 1"
33
34
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_Translator_jll
6
6
using Adapt
7
7
using Reexport
8
8
using GPUArrays
Original file line number Diff line number Diff line change @@ -38,8 +38,9 @@ function versioninfo(io::IO=stdout)
38
38
39
39
println (io, " Toolchain:" )
40
40
println (io, " - Julia v$(VERSION ) " )
41
- for pkg in [cl. OpenCL_jll]
42
- println (io, " - $(string (pkg)) v$(pkgversion (pkg)) " )
41
+ for jll in [cl. OpenCL_jll, SPIRV_LLVM_Translator_jll]
42
+ name = string (jll)
43
+ println (io, " - $(name[1 : end - 4 ]) : $(pkgversion (jll)) " )
43
44
end
44
45
println (io)
45
46
You can’t perform that action at this time.
0 commit comments