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
RAPIDS is dropping support for PASCAL in release 24.02. There are a collection of places in the C++ code where we check at runtime to see if we're executing on PASCAL and change the behavior (e.g. raise an exception, run a different code path).
We should review the code (I think it's all Louvain related) and drop all of the extra code for supporting PASCAL.
The text was updated successfully, but these errors were encountered:
The only remaining "support" for Pascal was a check that if we're on a Pascal GPU we expect the function to throw an exception. Not sure it does anymore (don't see evidence of it, we haven't tested on Pascal for a long time), but if we're not supporting Pascal it doesn't matter.
Closes#4022
Authors:
- Chuck Hastings (https://github.com/ChuckHastings)
Approvers:
- Seunghwa Kang (https://github.com/seunghwak)
- AJ Schmidt (https://github.com/ajschmidt8)
- Rick Ratzel (https://github.com/rlratzel)
URL: #4044
RAPIDS is dropping support for PASCAL in release 24.02. There are a collection of places in the C++ code where we check at runtime to see if we're executing on PASCAL and change the behavior (e.g. raise an exception, run a different code path).
We should review the code (I think it's all Louvain related) and drop all of the extra code for supporting PASCAL.
The text was updated successfully, but these errors were encountered: