Skip to content

Commit

Permalink
Merge pull request #2589 from teju85/fea-ext-update-raft-to-support-c…
Browse files Browse the repository at this point in the history
…uda11

[REVIEW] updated raft commit id to include cuda-11 build fixes
  • Loading branch information
dantegd authored Jul 22, 2020
2 parents 5d4ea79 + 9b429ae commit 3aacbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
- PR #2577: Fully removing NVGraph dependency for CUDA 11 compatibility
- PR #2575: Speed up TfidfTransformer
- PR #2548: Fix limitation on number of rows usable with tSNE and refactor memory allocation
- PR #2589: including cuda-11 build fixes into raft

## Bug Fixes
- PR #2369: Update RF code to fix set_params memory leak
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else(DEFINED ENV{RAFT_PATH})

ExternalProject_Add(raft
GIT_REPOSITORY https://github.com/rapidsai/raft.git
GIT_TAG 6391b63cd32f04ac4912edecf62ff2865c529cd9
GIT_TAG b6ef2a825bfcd47aa46d634a46049da791b43fa0
PREFIX ${RAFT_DIR}
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
Expand Down

0 comments on commit 3aacbc9

Please sign in to comment.