Skip to content

Commit 1953e8d

Browse files
committed
Temp adaptation to test in-progress interface with CUDA.jl
1 parent 6baa445 commit 1953e8d

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
@@ -101,7 +101,7 @@ kernel on the host.
101101
Backend implementations **must** implement:
102102
```
103103
KI.KIKernel(::NewBackend, f, args...; kwargs...)
104-
(kernel::KIKernel{<:NewBackend})(args...; numworkgroups=nothing, workgroupsize=nothing)
104+
(kernel::KIKernel{<:NewBackend})(args...; numworkgroups=nothing, workgroupsize=nothing, kwargs...)
105105
```
106106
As well as the on-device functionality.
107107
"""

0 commit comments

Comments
 (0)