|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.runtime.cudaFuncAttributes
public class cudaFuncAttributes
CUDA function attributes.
Most comments are taken from the CUDA reference manual.
JCuda.cudaFuncGetAttributes(cudaFuncAttributes, String)
Field Summary | |
---|---|
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 Summary | |
---|---|
cudaFuncAttributes()
Creates new, uninitialized cudaFuncAttributes |
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long sharedSizeBytes
public long constSizeBytes
public long localSizeBytes
public int maxThreadsPerBlock
public int numRegs
public int ptxVersion
Constructor Detail |
---|
public cudaFuncAttributes()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |