We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3990e9b commit c488e6eCopy full SHA for c488e6e
src/util.jl
@@ -38,7 +38,7 @@ function versioninfo(io::IO=stdout)
38
39
println(io, "Toolchain:")
40
println(io, " - Julia v$(VERSION)")
41
- for jll in [cl.OpenCL_jll, SPIRV_LLVM_Translator_jll]
+ for jll in [cl.OpenCL_jll, SPIRV_LLVM_Backend_jll]
42
name = string(jll)
43
println(io, " - $(name[1:end-4]): $(pkgversion(jll))")
44
end
0 commit comments