Skip to content

Commit

Permalink
Add librmm cuda pinning.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 28, 2023
1 parent 34deae2 commit 7f3b1ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions conda/recipes/libraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ outputs:
- {{ compiler('cuda11') }} {{ cuda_version }}
{% else %}
- {{ compiler('cuda') }} {{ cuda_version }}
- cuda-cudart ={{ cuda_version }}
- cuda-cudart-dev ={{ cuda_version }}
- cuda-cudart-static ={{ cuda_version }}
{% endif %}
- cmake {{ cmake_version }}
- ninja
Expand Down Expand Up @@ -80,7 +83,7 @@ outputs:
- libcusparse {{ libcusparse_host_version }}
- libcusparse-dev {{ libcusparse_host_version }}
{% endif %}
- librmm ={{ minor_version }}
- librmm ={{ minor_version }}*=cuda{{ cuda_major }}
run:
{% if cuda_major == "11" %}
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}
Expand All @@ -105,7 +108,7 @@ outputs:
- libcusparse {{ libcusparse_run_version }}
- libcusparse-dev {{ libcusparse_run_version }}
{% endif %}
- librmm ={{ minor_version }}
- librmm ={{ minor_version }}*=cuda{{ cuda_major }}
about:
home: https://rapids.ai/
license: Apache-2.0
Expand Down

0 comments on commit 7f3b1ac

Please sign in to comment.