Skip to content

Commit

Permalink
Merge pull request #3 from divyegala/refactor
Browse files Browse the repository at this point in the history
Refactor mst
  • Loading branch information
afender authored Oct 28, 2020
2 parents b925d5a + 1f547dc commit 26bd885
Show file tree
Hide file tree
Showing 8 changed files with 441 additions and 346 deletions.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if(OPENMP_FOUND)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
endif(OPENMP_FOUND)

set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --expt-extended-lambda")
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --expt-extended-lambda --expt-relaxed-constexpr")

if(${CMAKE_VERSION} VERSION_LESS "3.17.0")
set(CMAKE_CUDA_FLAGS "${CMAKE_CUDA_FLAGS} --std=c++14")
Expand Down
318 changes: 0 additions & 318 deletions cpp/include/raft/sparse/mst.cuh

This file was deleted.

Loading

0 comments on commit 26bd885

Please sign in to comment.