You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this issue references recent API changes in RAFT so I wanted to provide a brief note on the current plan to help us stay in alignment. RAFT is currently in the process of exposing a formal public API and hiding irrelevant implementation details from the new APIs.
We are currently in the first of 2 stages, which primarily consists of renaming any .cuh files to .hpp (these are going to be breaking changes as you've already noticed). The second stage will finalize the public API by introducing a new tensor representation format, updating namespaces to align with package categories, and more consistently use the RAFT handle everywhere. The second stage will use a deprecation cycle- the current goal is to add the new completed API functions by 22.04 and remove the old sometime after.
In this PR: rapidsai/raft#356, raft has changed lots of header file names. We need to modify accordingly.
The text was updated successfully, but these errors were encountered: