We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab458e commit 4c8365aCopy full SHA for 4c8365a
1 file changed
test/runtests.jl
@@ -1,6 +1,9 @@
1
using ParallelTestRunner
2
import GPUCompiler, LLVM
3
4
+println(joinpath(Sys.BINDIR, Base.julia_exename()))
5
+println(Base.GIT_VERSION_INFO.commit)
6
+
7
const init_code = quote
8
using GPUCompiler, LLVM
9
using SPIRV_LLVM_Backend_jll, SPIRV_LLVM_Translator_jll, SPIRV_Tools_jll
0 commit comments