Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mst knn test build failure due to RMM device_buffer change (#253)
This RMM change has caused below build failure - rapidsai/rmm@7cbcd97 [ 22%] Building CUDA object CMakeFiles/test_raft.dir/test/sparse/symmetrize.cu.o /data/raft/cpp/test/mst.cu(202): error: no instance of constructor "rmm::device_buffer::device_buffer" matches the argument list argument types are: (int *, unsigned long) detected during instantiation of "void raft::mst::MSTTest<vertex_t, edge_t, weight_t>::SetUp() [with vertex_t=int, edge_t=int, weight_t=float]" /data/raft/cpp/test/mst.cu(205): error: no instance of constructor "rmm::device_buffer::device_buffer" matches the argument list argument types are: (int *, unsigned long) detected during instantiation of "void raft::mst::MSTTest<vertex_t, edge_t, weight_t>::SetUp() [with vertex_t=int, edge_t=int, weight_t=float]" /data/raft/cpp/test/mst.cu(208): error: no instance of constructor "rmm::device_buffer::device_buffer" matches the argument list argument types are: (float *, unsigned long) detected during instantiation of "void raft::mst::MSTTest<vertex_t, edge_t, weight_t>::SetUp() [with vertex_t=int, edge_t=int, weight_t=float]" 3 errors detected in the compilation of "/data/raft/cpp/test/mst.cu". make[2]: *** [CMakeFiles/test_raft.dir/build.make:594: CMakeFiles/test_raft.dir/test/mst.cu.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:137: CMakeFiles/test_raft.dir/all] Error 2 make: *** [Makefile:136: all] Error 2 Authors: - Mahesh Doijade (https://github.com/mdoijade) Approvers: - Divye Gala (https://github.com/divyegala) - Dante Gama Dessavre (https://github.com/dantegd) URL: #253
- Loading branch information