Uses of Class
org.bytedeco.cuda.cudart.cudaFuncAttributes
-
Packages that use cudaFuncAttributes Package Description org.bytedeco.cuda.cudart org.bytedeco.cuda.global -
-
Uses of cudaFuncAttributes in org.bytedeco.cuda.cudart
Methods in org.bytedeco.cuda.cudart that return cudaFuncAttributes Modifier and Type Method Description cudaFuncAttributescudaFuncAttributes. binaryVersion(int setter)cudaFuncAttributescudaFuncAttributes. cacheModeCA(int setter)cudaFuncAttributescudaFuncAttributes. constSizeBytes(long setter)cudaFuncAttributescudaFuncAttributes. getPointer(long i)cudaFuncAttributescudaFuncAttributes. localSizeBytes(long setter)cudaFuncAttributescudaFuncAttributes. maxDynamicSharedSizeBytes(int setter)cudaFuncAttributescudaFuncAttributes. maxThreadsPerBlock(int setter)cudaFuncAttributescudaFuncAttributes. numRegs(int setter)cudaFuncAttributescudaFuncAttributes. position(long position)cudaFuncAttributescudaFuncAttributes. preferredShmemCarveout(int setter)cudaFuncAttributescudaFuncAttributes. ptxVersion(int setter)cudaFuncAttributescudaFuncAttributes. sharedSizeBytes(long setter) -
Uses of cudaFuncAttributes in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type cudaFuncAttributes Modifier and Type Method Description static intcudart. cudaFuncGetAttributes(cudaFuncAttributes attr, Pointer func)\brief Find out attributes for a given function This function obtains the attributes of a function specified via \p func.
-