I just tried to run Alea TK samples on machine with GTX 1070, and:
- CUDA 7.5 installs, but doesn't seem to work there. NVidia says CUDA 8.0RC should be used with this GPU: https://devtalk.nvidia.com/default/topic/949823/cuda-setup-and-installation/when-the-cuda-toolkit-will-support-gtx1070-graphics-card-/
- CUDA 8.0 also successfully installs there, but it seems all the bindings in Alea.cuBase are to CUDA 7.5 -- i.e. basically, all samples fail on attempt to load CUDA 7.5's "cu*64_75.dll" libraries, though 8.0 version includes similar ones with "_80" suffix.
- Same samples run on machines with less recent GPUs (and thus CUDA 7.5) without any issues.
Is there any way to address this, or I should wait for an updated version of Alea.cuBase?