dcompute ~master (2020-05-31T06:50:18Z)
Dub
Repo
Kernel.Attributes
dcompute
driver
cuda
kernel
Kernel
Undocumented in source.
struct
Kernel
(F)
static
struct
Attributes {
@0
int
maxThreadsPerBlock
;
@1
int
sharedSize
;
@2
int
constSize
;
@3
int
localSize
;
@4
int
numRegs
;
@5
int
ptxVersion
;
@6
int
binaryVersion
;
@7
int
cacheModeCa
;
}
Members
Variables
binaryVersion
int
binaryVersion
;
Undocumented in source.
cacheModeCa
int
cacheModeCa
;
Undocumented in source.
constSize
int
constSize
;
Undocumented in source.
localSize
int
localSize
;
Undocumented in source.
maxThreadsPerBlock
int
maxThreadsPerBlock
;
Undocumented in source.
numRegs
int
numRegs
;
Undocumented in source.
ptxVersion
int
ptxVersion
;
Undocumented in source.
sharedSize
int
sharedSize
;
Undocumented in source.
Meta
Source
See Implementation
dcompute
driver
cuda
kernel
Kernel
structs
Attributes
variables
raw
Undocumented in source.