Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spirv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Base.@kwdef struct SPIRVCompilerTarget <: AbstractCompilerTarget
supports_fp16::Bool = true
supports_fp64::Bool = true

backend::Symbol = isavailable(SPIRV_LLVM_Backend_jll) ? :llvm : :khronos
backend::Symbol = isavailable(SPIRV_LLVM_Translator_jll) ? :khronos : :llvm
# XXX: these don't really belong in the _target_ struct
validate::Bool = false
optimize::Bool = false
Expand Down
Loading