This change adds a travisCI build against the known cluster library versions:
gcc 6
cuda 9.0
cmake 3.15.1
This version of nvcc can't compile googletest so the .cu test files have been excluded from this build. Cuda kernels can still be tested though via linking to the nvcc compiled objects (example in vector_tests.cc)
This change adds a travisCI build against the known cluster library versions:
This version of nvcc can't compile googletest so the .cu test files have been excluded from this build. Cuda kernels can still be tested though via linking to the nvcc compiled objects (example in vector_tests.cc)