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.
We now have a system_memory_resource that allows system-allocated memory for device use. However, this only works on HMM or Grace Hopper, which the current CI pipelines don't support, so most of its tests are skipped.
Describe alternatives you've considered
If we could get a Grace Hopper machine for CI, that would be even better, but it's probably not very available in the near future.
Additional context
PR that added the memory resource: #1581
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We now have a
system_memory_resource
that allows system-allocated memory for device use. However, this only works on HMM or Grace Hopper, which the current CI pipelines don't support, so most of its tests are skipped.Describe the solution you'd like
We need CI that supports HMM or GH. Probably the easiest way is to have a Turing GPU that runs open-source drivers (see https://developer.nvidia.com/blog/simplifying-gpu-application-development-with-heterogeneous-memory-management/).
Describe alternatives you've considered
If we could get a Grace Hopper machine for CI, that would be even better, but it's probably not very available in the near future.
Additional context
PR that added the memory resource: #1581
The text was updated successfully, but these errors were encountered: