grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
Global
grain
cuda
global accessor for the cuda module in grain
class
Global
version(grain_cuda)
class
Global {
import
K
=
grain
.
kernel
;
;
static
get
();
static
getCxx
();
static
cxxKernel
(string name, T args);
static
kernel
();
}
auto
global
()
Members
Static functions
cxxKernel
cxxKernel
(string name, T args)
get
get
()
getCxx
getCxx
()
kernel
kernel
()
Meta
Source
See Implementation
grain
cuda
aliases
CudaElementType
classes
Global
functions
axpy
checkCUDNN
checkCublasErrors
checkCudaErrors
copy
dup
empty
fill_
global
sum
sumNaive
sum_thrust
toHost
zero_
zeros
static variables
context
cublasHandle
cudnnHandle
structs
CuArray
CuModule
CuPtr
Kernel
Launcher
variables
isDeviceMemory
global accessor for the cuda module in grain