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

Add missing RAFT cusolver_macros import and changes for recent cuDF updates #5434

Merged
merged 18 commits into from
May 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp/src_prims/sparse/batched/csr.cuh
Original file line number Diff line number Diff line change
@@ -29,6 +29,7 @@
#include <cuml/common/utils.hpp>

#include <linalg/batched/matrix.cuh>
#include <raft/core/cusolver_macros.hpp>
#include <raft/matrix/matrix.cuh>
#include <raft/util/cudart_utils.hpp>
#include <rmm/device_uvector.hpp>