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 6baa445 commit 1953e8dCopy full SHA for 1953e8d
src/intrinsics.jl
@@ -101,7 +101,7 @@ kernel on the host.
101
Backend implementations **must** implement:
102
```
103
KI.KIKernel(::NewBackend, f, args...; kwargs...)
104
- (kernel::KIKernel{<:NewBackend})(args...; numworkgroups=nothing, workgroupsize=nothing)
+ (kernel::KIKernel{<:NewBackend})(args...; numworkgroups=nothing, workgroupsize=nothing, kwargs...)
105
106
As well as the on-device functionality.
107
"""
0 commit comments