spark-gpu icon indicating copy to clipboard operation
spark-gpu copied to clipboard

Provide a new class for ExternalFunction that can call C function

Open kiszk opened this issue 8 years ago • 0 comments

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.

kiszk avatar Feb 25 '16 20:02 kiszk