public class cudaFuncAttributes extends Object
Modifier and Type | Field and Description |
---|---|
int |
binaryVersion
Binary architecture version for which the function was compiled.
|
int |
cacheModeCA
The attribute to indicate whether the function has been compiled with
user specified option "-Xptxas --dlcm=ca" set.
|
long |
constSizeBytes
Size of constant memory in bytes
|
long |
localSizeBytes
Size of local memory in bytes
|
int |
maxThreadsPerBlock
Maximum number of threads per block
|
int |
numRegs
Number of registers used
|
int |
ptxVersion
PTX virtual architecture version for which the function was
compiled.
|
long |
sharedSizeBytes
Size of shared memory in bytes
|
Constructor and Description |
---|
cudaFuncAttributes()
Creates new, uninitialized cudaFuncAttributes
|
public long sharedSizeBytes
public long constSizeBytes
public long localSizeBytes
public int maxThreadsPerBlock
public int numRegs
public int ptxVersion
public int binaryVersion
public int cacheModeCA
Copyright © 2015. All rights reserved.