Skip to content

Commit

Permalink
Use libcudacxx from NVIDIA repo (#372)
Browse files Browse the repository at this point in the history
Remove @ryanolson private fork of libcudacxx now that (we think) the required memory manager is in the upstream.

Rapids latest is 1.8.0
rapidsai/rapids-cmake#253

Authors:
  - Pete MacKinnon (https://github.com/pdmack)

Approvers:
  - Christopher Harris (https://github.com/cwharris)

URL: #372
  • Loading branch information
pdmack authored Sep 23, 2022
1 parent bc791ea commit d2e1114
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ list(APPEND CMAKE_MESSAGE_CONTEXT "dep")
set(CPM_SOURCE_CACHE "${CMAKE_SOURCE_DIR}/.cache/cpm")
# Prevent cpm_init from trying to tell us where to put cpm.cmake
include(get_cpm)
rapids_cpm_init(OVERRIDE "${CMAKE_CURRENT_SOURCE_DIR}/cmake/deps/rapids_cpm_package_overrides.json")

# Cant use rapids_cpm_init() for now since the `rapids_cpm_download()` creates a
# new scope when importing CPM. Manually do the other commands and import CPM on
Expand Down Expand Up @@ -84,7 +83,7 @@ endif()

# libcudacxx -- get an explicit lubcudacxx build, matx tries to pull a tag that doesn't exist.
# =========
set(LIBCUDACXX_VERSION "1.6.0" CACHE STRING "Version of libcudacxx to use")
set(LIBCUDACXX_VERSION "1.8.0" CACHE STRING "Version of libcudacxx to use")
include(deps/Configure_libcudacxx)

# matx
Expand Down
11 changes: 0 additions & 11 deletions cmake/deps/rapids_cpm_package_overrides.json

This file was deleted.

0 comments on commit d2e1114

Please sign in to comment.