grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
CuModule
grain
cuda
cuda module compiled from ptx string
version(grain_cuda)
struct
CuModule {
CUmodule
cuModule
;
this
(string ptxstr);
~this
();
auto
kernel
();
}
Constructors
this
this
(string ptxstr)
Destructor
~this
~this
()
Members
Functions
kernel
auto
kernel
()
Variables
cuModule
CUmodule
cuModule
;
Undocumented in source.
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
cuda module compiled from ptx string