Skip to content

Commit

Permalink
Verify all thrust/cub kernels are hidden when using patch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Jan 17, 2024
1 parent 956cfa2 commit 0eea343
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 35 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/libcugraph/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# openmpi build dependencies). The conda package does NOT include these test
# binaries or extra dependencies, but these are built here for use in CI runs.

./build.sh libcugraph libcugraph_etl cpp-mgtests -n -v --allgpuarch
./build.sh libcugraph cpp-mgtests -n -v --allgpuarch
39 changes: 5 additions & 34 deletions conda/recipes/libcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ requirements:
- doxygen {{ doxygen_version }}
- gmock {{ gtest_version }}
- gtest {{ gtest_version }}
- libcudf ={{ minor_version }}
- libcugraphops ={{ minor_version }}
- libraft ={{ minor_version }}
- libraft-headers ={{ minor_version }}
- librmm ={{ minor_version }}
# - libcudf ={{ minor_version }}
# - libcugraphops ={{ minor_version }}
# - libraft ={{ minor_version }}
# - libraft-headers ={{ minor_version }}
# - librmm ={{ minor_version }}
- nccl {{ nccl_version }}
- ucx-proc=*=gpu

Expand Down Expand Up @@ -122,35 +122,6 @@ outputs:
license: Apache-2.0
license_file: ../../../LICENSE
summary: libcugraph library
- name: libcugraph_etl
version: {{ version }}
script: install_libcugraph_etl.sh
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: cuda{{ cuda_major }}_{{ date_string }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
ignore_run_exports_from:
{% if cuda_major == "11" %}
- {{ compiler('cuda11') }}
{% endif %}
requirements:
build:
- cmake {{ cmake_version }}
host:
- cuda-version ={{ cuda_version }}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- {{ pin_subpackage('libcugraph', exact=True) }}
{% if cuda_major == "11" %}
- cudatoolkit
{% endif %}
- libcudf ={{ minor_version }}
- librmm ={{ minor_version }}
about:
home: https://rapids.ai/
dev_url: https://github.com/rapidsai/cugraph
license: Apache-2.0
license_file: ../../../LICENSE
summary: libcugraph_etl library
- name: libcugraph-tests
version: {{ version }}
script: install_libcugraph_tests.sh
Expand Down
2 changes: 2 additions & 0 deletions fetch_rapids.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ if(NOT EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake)
${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake
)
endif()
set(rapids-cmake-repo robertmaynard/rapids-cmake)
set(rapids-cmake-branch bug/mark_cccl_cuco_kernels_as_hidden)
include(${CMAKE_CURRENT_BINARY_DIR}/CUGRAPH_RAPIDS.cmake)

0 comments on commit 0eea343

Please sign in to comment.