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 6341a45 commit 0b82ad2Copy full SHA for 0b82ad2
src/pocl/compiler/compilation.jl
@@ -49,7 +49,7 @@ end
49
supports_fp64 = "cl_khr_fp64" in dev.extensions
50
51
# create GPUCompiler objects
52
- target = SPIRVCompilerTarget(; supports_fp16, supports_fp64, kwargs...)
+ target = SPIRVCompilerTarget(; supports_fp16, supports_fp64, version = v"1.2", kwargs...)
53
params = OpenCLCompilerParams()
54
return CompilerConfig(target, params; kernel, name, always_inline)
55
end
0 commit comments