Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] RMM libcudart.so.11.0 with link time reference in CI #4332

Closed
dantegd opened this issue Nov 8, 2021 · 2 comments
Closed

[BUG] RMM libcudart.so.11.0 with link time reference in CI #4332

dantegd opened this issue Nov 8, 2021 · 2 comments
Labels
? - Needs Triage Need team to review and classify bug Something isn't working inactive-30d inactive-90d

Comments

@dantegd
Copy link
Member

dantegd commented Nov 8, 2021

Describe the bug
CI is blocked due to this issue:

Traceback (most recent call last):
  File "/opt/conda/envs/rapids/lib/python3.7/site-packages/_pytest/config/__init__.py", line 703, in import_plugin
    __import__(importspec)
  File "/workspace/python/cuml/__init__.py", line 17, in <module>
    from cuml.common.base import Base
  File "/workspace/python/cuml/common/__init__.py", line 17, in <module>
    from cuml.common.array import CumlArray
  File "/workspace/python/cuml/common/array.py", line 22, in <module>
    from rmm import DeviceBuffer
  File "/opt/conda/envs/rapids/lib/python3.7/site-packages/rmm/__init__.py", line 16, in <module>
    from rmm import mr
  File "/opt/conda/envs/rapids/lib/python3.7/site-packages/rmm/mr.py", line 14, in <module>
    from rmm._lib.memory_resource import (
  File "/opt/conda/envs/rapids/lib/python3.7/site-packages/rmm/_lib/__init__.py", line 15, in <module>
    from .device_buffer import DeviceBuffer
  File "rmm/_lib/device_buffer.pyx", line 1, in init rmm._lib.device_buffer
ImportError: /opt/conda/envs/rapids/lib/python3.7/site-packages/rmm/_lib/memory_resource.cpython-37m-x86_64-linux-gnu.so: symbol cudaMemPoolCreate, version libcudart.so.11.0 not defined in file libcudart.so.11.0 with link time reference

Should be easy to sidestep

@dantegd dantegd added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 8, 2021
rapids-bot bot pushed a commit that referenced this issue Nov 8, 2021
@github-actions
Copy link

github-actions bot commented Dec 8, 2021

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

@github-actions
Copy link

github-actions bot commented Mar 8, 2022

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.

@dantegd dantegd closed this as completed Mar 10, 2022
csadorf added a commit to csadorf/cuml that referenced this issue Nov 22, 2022
csadorf added a commit to csadorf/cuml that referenced this issue Nov 29, 2022
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this issue Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working inactive-30d inactive-90d
Projects
None yet
Development

No branches or pull requests

1 participant