custom_opencl {gpuR} | R Documentation |
Custom OpenCL Kernels
Description
Compile a custom function using a user provided OpenCL kernel
Usage
custom_opencl(kernel, cl_args, type)
Arguments
kernel |
path to OpenCL kernel file |
cl_args |
A |
type |
The precision on which the kernel is compiled. Options include
|
Value
This function does not return a value directly, but it compiles
the provided OpenCL kernel
and performs necessary operations for using it.
[Package gpuR version 2.0.6 Index]