grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
CudaElementType
grain
cuda
alias to element type of cuda storage
alias
CudaElementType
(
M
:
CuPtr
!
T
,
T
)
=
T
alias
CudaElementType
(
M
:
CuArray
!
T
,
T
)
=
T
alias
CudaElementType
(
M
:
RefCounted
!(
CuPtr
!
T
),
T
)
=
T
version(grain_cuda)
alias
CudaElementType
(
M
:
RefCounted
!(
CuPtr
!
T
),
T
)
=
T
alias
CudaElementType
(
M
:
RefCounted
!(
CuArray
!
T
),
T
)
=
T
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
alias to element type of cuda storage