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
Is your feature request related to a problem? Please describe.
Now that cudawrappers supports HIP, cu::Context only properly works when using CUDA as a backend and are executed as no-ops with HIP.
Describe the solution you'd like
We may want to discourage users from using these functions even with CUDA by adding [[deprecated]] tags.
Is your feature request related to a problem? Please describe.
Now that cudawrappers supports HIP,
cu::Context
only properly works when using CUDA as a backend and are executed as no-ops with HIP.Describe the solution you'd like
We may want to discourage users from using these functions even with CUDA by adding
[[deprecated]]
tags.Describe alternatives you've considered
N.A.
Additional context
Contexts are deprecated in HIP: https://rocm.docs.amd.com/projects/HIP/en/develop/doxygen/html/group___context.html
The text was updated successfully, but these errors were encountered: