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

Spark GPU and SIMD Support

Results 10 spark-gpu issues
Sort by recently updated
recently updated
newest added

For diversity reasons, it would be nice to try to avoid 'master' and 'slave' terminology in this repository which can be associated to slavery. The master-slave terminology could be problematic...

We ran your code in our cluster, but we did not achieve any improvement. even the non-GPU version is faster than the GPU version :( Our machine: 64GB Memory, 2...

the cluster setting of the spark-gpu is the same of the normal spark? can i also use spark-gpu with other cluster managers like mesos? thank you!

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...