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 81d3d7b commit adfef72Copy full SHA for adfef72
1 file changed
src/pocl/backend.jl
@@ -29,7 +29,7 @@ function KA.versioninfo(io::IO, ::POCLBackend)
29
println(io, " - Julia v$(VERSION)")
30
for jll in [SPIRV_LLVM_Backend_jll, SPIRV_Tools_jll, cl.pocl_standalone_jll]
31
name = string(jll)
32
- println(io, " - $(name[1:end-4]): $(pkgversion(jll))")
+ println(io, " - $(name[1:(end - 4)]): $(pkgversion(jll))")
33
end
34
println(io)
35
0 commit comments