Uses of Class
jcuda.runtime.cudaFuncAttributes

Packages that use cudaFuncAttributes
jcuda.runtime Contains the classes related to the JCuda runtime API. 
 

Uses of cudaFuncAttributes in jcuda.runtime
 

Methods in jcuda.runtime with parameters of type cudaFuncAttributes
static int JCuda.cudaFuncGetAttributes(cudaFuncAttributes attr, java.lang.String func)
          [C++ API] Find out attributes for a given function template < class T > cudaError_t cudaFuncGetAttributes ( cudaFuncAttributes* attr, T* entry ) [inline]
[C++ API] Find out attributes for a given function This function obtains the attributes of a function specified via entry.