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 31dc584 commit 083a0c4Copy full SHA for 083a0c4
src/pocl/compiler/compilation.jl
@@ -50,7 +50,7 @@ end
50
51
52
# create GPUCompiler objects
53
- target = SPIRVCompilerTarget(; supports_fp16, supports_fp64, kwargs...)
+ target = SPIRVCompilerTarget(; supports_fp16, supports_fp64, validate = true, kwargs...)
54
params = OpenCLCompilerParams()
55
return CompilerConfig(target, params; kernel, name, always_inline)
56
end
0 commit comments