Closed t-vi closed 6 years ago
On Debian with gcc-5, the random header does not like to be compiled with nvcc. Including random in .cu results in errors in avx512-headers. Thus, this moves the random bits out of the test.h included by the test_gpu.cu .
Thanks!
Same fix needs to be made to CPU build.
https://github.com/SeanNaren/warp-ctc/pull/39
On Debian with gcc-5, the random header does not like to be compiled with nvcc. Including random in .cu results in errors in avx512-headers. Thus, this moves the random bits out of the test.h included by the test_gpu.cu .