CannyLab / tsne-cuda

GPU Accelerated t-SNE for CUDA with Python bindings
BSD 3-Clause "New" or "Revised" License
1.8k stars 129 forks source link

Build from source error! "naive_tsne.h" not find! #89

Closed JincanDeng closed 3 years ago

JincanDeng commented 4 years ago

I build the project from source according to the instruction. But it fails, and this is the logs:

tsne-cuda/src/test/test.cu:14:24: fatal error: naive_tsne.h: No such file or directory

DavidMChan commented 4 years ago

Thanks for the report! Because the tests are outdated, we don't often build them :)

DavidMChan commented 3 years ago

This is resolved in the latest release!