Skip to content

Commit aff8cd3

Browse files
committed
Add support for fastmath kwarg.
1 parent 1b81c4d commit aff8cd3

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
@@ -6,7 +6,7 @@ export @cuda, cudaconvert, cufunction, dynamic_cufunction, nextwarp, prevwarp
66
## high-level @cuda interface
77

88
const MACRO_KWARGS = [:dynamic, :launch]
9-
const COMPILER_KWARGS = [:kernel, :name, :always_inline, :minthreads, :maxthreads, :blocks_per_sm, :maxregs]
9+
const COMPILER_KWARGS = [:kernel, :name, :always_inline, :minthreads, :maxthreads, :blocks_per_sm, :maxregs, :fastmath]
1010
const LAUNCH_KWARGS = [:cooperative, :blocks, :threads, :shmem, :stream]
1111

1212

0 commit comments

Comments
 (0)