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

remove device_resources include from linalg::map #1540

Merged
merged 5 commits into from
May 21, 2023

Conversation

benfred
Copy link
Member

@benfred benfred commented May 20, 2023

Remove the device_resources.cuh include from linalg::map.

For the implicit integration, I don't have libraries like cusolver in the CI environment, and the build is currently failing with errors like

/project/_skbuild/linux-x86_64-3.8/cmake-build/_deps/raft-src/cpp/include/raft/core/device_resources.hpp:31:10:
       fatal error: cusolverDn.h: No such file or directory

(from https://github.com/benfred/implicit/actions/runs/5033022104/jobs/9026999533?pr=656)

Fix by not including device_resources here

Remove the device_resources.cuh include from linalg::map.

For the implicit integration, I don't have libraries like cusolver
in the CI environment, and the build is currently failing with
errors like

```
/project/_skbuild/linux-x86_64-3.8/cmake-build/_deps/raft-src/cpp/include/raft/core/device_resources.hpp:31:10:
       fatal error: cusolverDn.h: No such file or directory
```

(from https://github.com/benfred/implicit/actions/runs/5033022104/jobs/9026999533?pr=656)

Fix by not including device_resources here
@benfred benfred requested a review from a team as a code owner May 20, 2023 16:30
@benfred benfred added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 20, 2023
@github-actions github-actions bot added the cpp label May 20, 2023
@benfred
Copy link
Member Author

benfred commented May 21, 2023

/merge

@rapids-bot rapids-bot bot merged commit 26bc95e into rapidsai:branch-23.06 May 21, 2023
@benfred benfred deleted the map_resources branch May 21, 2023 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants