-
Notifications
You must be signed in to change notification settings - Fork 124
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
Memory pooling issue in HIP adapter #1479
Comments
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
May 30, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 4, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 6, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 11, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 11, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 13, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Jun 13, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
frasercrmck
added a commit
to frasercrmck/unified-runtime
that referenced
this issue
Oct 28, 2024
Copies code for the pool descriptor from the CUDA adapter. Fixes oneapi-src#1479.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HIP adapter has an ifdef to enable pooling support in
urUSMPoolCreate
:unified-runtime/source/adapters/hip/usm.cpp
Line 388 in 4aeb55e
I tried setting
UMF_ENABLE_POOL_TRACKING
but this results in segfault in tests:The text was updated successfully, but these errors were encountered: