Skip to content

Commit 1fb74a0

Browse files
committed
Only keep common compiler kwarg
1 parent ba52bbb commit 1fb74a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intrinsics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ function kiconvert end
169169
function kifunction end
170170

171171
const MACRO_KWARGS = [:launch, :backend]
172-
const COMPILER_KWARGS = [:kernel, :name, :always_inline]
172+
const COMPILER_KWARGS = [:name]
173173
const LAUNCH_KWARGS = [:numworkgroups, :workgroupsize]
174174

175175
macro kikernel(backend, ex...)

0 commit comments

Comments
 (0)