Skip to content

Commit 6843ebb

Browse files
authored
allow disabling validation (#369)
1 parent de50e1c commit 6843ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/execution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export @opencl, clfunction
44
## high-level @opencl interface
55

66
const MACRO_KWARGS = [:launch]
7-
const COMPILER_KWARGS = [:kernel, :name, :always_inline, :extensions, :backend]
7+
const COMPILER_KWARGS = [:kernel, :name, :always_inline, :extensions, :backend, :validate]
88
const LAUNCH_KWARGS = [:global_size, :local_size, :queue]
99

1010
macro opencl(ex...)

0 commit comments

Comments
 (0)