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 32b4fc8 commit b230a7eCopy full SHA for b230a7e
src/spirv.jl
@@ -28,7 +28,7 @@ Base.@kwdef struct SPIRVCompilerTarget <: AbstractCompilerTarget
28
supports_fp16::Bool = true
29
supports_fp64::Bool = true
30
31
- backend::Symbol = isavailable(SPIRV_LLVM_Backend_jll) ? :llvm : :khronos
+ backend::Symbol = isavailable(SPIRV_LLVM_Translator_jll) ? :khronos : :llvm
32
# XXX: these don't really belong in the _target_ struct
33
validate::Bool = false
34
optimize::Bool = false
0 commit comments