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 de50e1c commit 6843ebbCopy full SHA for 6843ebb
src/compiler/execution.jl
@@ -4,7 +4,7 @@ export @opencl, clfunction
4
## high-level @opencl interface
5
6
const MACRO_KWARGS = [:launch]
7
-const COMPILER_KWARGS = [:kernel, :name, :always_inline, :extensions, :backend]
+const COMPILER_KWARGS = [:kernel, :name, :always_inline, :extensions, :backend, :validate]
8
const LAUNCH_KWARGS = [:global_size, :local_size, :queue]
9
10
macro opencl(ex...)
0 commit comments