RecSys.jl icon indicating copy to clipboard operation
RecSys.jl copied to clipboard

Feature Request: ALS GPU Acceleration using CUBLAS or OpenCL

Open Skylion007 opened this issue 8 years ago • 1 comments

#A welcome addition to this repository would be to offload the ALS operations to the GPU. There exist several libraries which allow Julia to offload many of these operations to the GPU. Furthermore, Nivida has recently released an ALS implementation in CUDA. Adding GPU support would significantly speed up the training process.

Skylion007 avatar Dec 01 '16 22:12 Skylion007

Submit a PR?

ViralBShah avatar Dec 02 '16 04:12 ViralBShah