Skip to content

Commit

Permalink
Remove mdarray.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Jan 5, 2022
1 parent a98ba0f commit fc22a1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ include(cmake/thirdparty/get_rmm.cmake)
include(cmake/thirdparty/get_libcudacxx.cmake)
include(cmake/thirdparty/get_cuco.cmake)
include(cmake/thirdparty/get_mdspan.cmake)
include(cmake/thirdparty/get_mdarray.cmake)

if(BUILD_TESTS)
include(cmake/thirdparty/get_faiss.cmake)
Expand Down Expand Up @@ -151,7 +150,6 @@ set(RAFT_LINK_LIBRARIES
rmm::rmm
cuco::cuco
std::mdspan
std::mdarray
)

target_link_libraries(raft INTERFACE ${RAFT_LINK_LIBRARIES})
Expand Down
14 changes: 0 additions & 14 deletions cpp/cmake/thirdparty/get_mdarray.cmake

This file was deleted.

0 comments on commit fc22a1c

Please sign in to comment.