Uses of Class
org.apache.sysds.runtime.instructions.gpu.context.JCudaKernels
- 
Packages that use JCudaKernels Package Description org.apache.sysds.runtime.instructions.gpu.context org.apache.sysds.runtime.matrix.data 
- 
- 
Uses of JCudaKernels in org.apache.sysds.runtime.instructions.gpu.contextMethods in org.apache.sysds.runtime.instructions.gpu.context that return JCudaKernels Modifier and Type Method Description JCudaKernelsGPUContext. getKernels()Returns utility class used to launch custom CUDA kernel, specific to the active GPU for this GPUContext.
- 
Uses of JCudaKernels in org.apache.sysds.runtime.matrix.dataMethods in org.apache.sysds.runtime.matrix.data that return JCudaKernels Modifier and Type Method Description static JCudaKernelsLibMatrixCUDA. getCudaKernels(GPUContext gCtx)
 
-