Uses of Class
org.apache.sysds.runtime.instructions.gpu.context.ExecutionConfig
Packages that use ExecutionConfig
-
Uses of ExecutionConfig in org.apache.sysds.runtime.instructions.gpu.context
Methods in org.apache.sysds.runtime.instructions.gpu.context that return ExecutionConfigModifier and TypeMethodDescriptionstatic ExecutionConfigExecutionConfig.getConfigForSimpleMatrixOperations(int rlen, int clen) Use this for simple vector operations and use following in the kernelint index = blockIdx.x * blockDim.x + threadIdx.xstatic ExecutionConfigExecutionConfig.getConfigForSimpleVectorOperations(int numCells) Use this for simple vector operations and use following in the kernelint index = blockIdx.x * blockDim.x + threadIdx.xMethods in org.apache.sysds.runtime.instructions.gpu.context with parameters of type ExecutionConfigModifier and TypeMethodDescriptionvoidJCudaKernels.launchKernel(String name, ExecutionConfig config, Object... arguments) Setups the kernel parameters and launches the kernel using cuLaunchKernel API.