dnv.kernel

Undocumented in source.

Members

Aliases

RuntimeKernel
alias RuntimeKernel(L = SimpleLauncher) = KernelBase!(UnsafeCompiler, L)
Undocumented in source.
TypedKernel
alias TypedKernel(Code code, L = SimpleLauncher) = KernelBase!(StaticCompiler!code, L)
Undocumented in source.

Classes

KernelBase
class KernelBase(Compiler, Launcher)
Undocumented in source.

Functions

vptr
void* vptr(F f)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta