spark-gpu
spark-gpu copied to clipboard
Provide a new class for ExternalFunction that can call C function
CUDAFunction can call only GPU device functions (GPU kernel). It is necessary to provide a class that can call C function. In this case, I ask programmers to manage data copy between CPU and GPU themselves.