Class JCudaKernels
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.gpu.context.JCudaKernels
 
- 
 public class JCudaKernels extends Object 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckResult(int cuResult)voidlaunchKernel(String name, ExecutionConfig config, Object... arguments)Setups the kernel parameters and launches the kernel using cuLaunchKernel API.
 
- 
- 
- 
Method Detail- 
launchKernelpublic void launchKernel(String name, ExecutionConfig config, Object... arguments) Setups the kernel parameters and launches the kernel using cuLaunchKernel API. This function currently supports two dimensional grid and blocks.- Parameters:
- name- name of the kernel
- config- execution configuration
- arguments- can be of type Pointer, long, double, float and int
 
 - 
checkResultpublic static void checkResult(int cuResult) 
 
- 
 
-