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

Update README to reflect nvcc location requirement #42

Closed PhilipBAdams closed 4 years ago

PhilipBAdams commented 4 years ago

Commit 67660b5667265ea68c5a13caa438da2c59ccadde changed the build script to use a full path for the location of nvcc instead of assuming it is in the system PATH. I noticed this when installing the package, since my system had nvcc installed at /opt/cuda/bin/nvcc instead. This PR updates the README to reflect the requirement for the location of nvcc.

Thanks for the very extensive library -- the difficulty of doing apples-to-apples comparisons of different quantization techniques in the literature is frustrating.