una-dinosauria / Rayuela.jl

Code for my PhD thesis. Library of quantization-based methods for fast similarity search in high dimensions. Presented at ECCV 18.
MIT License
63 stars 4 forks source link

Port CUDA code to CuArrays #2

Open una-dinosauria opened 7 years ago

una-dinosauria commented 7 years ago

My understanding is that CuArrays.jl will eventually remove the need to write CUDA code and then bind it from Julia; rather, the goal is write CUDA code in Julia and then have it compile to GPU code automagically.

When that happens, we should probably port our CUDA code to use CuArrays.