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 utilize gpu_cache in the Deep Graph Library project. We would like the gpu_cache to be able to use a custom allocator. That way, we can make it use the pytorch allocator in our project.
The text was updated successfully, but these errors were encountered:
Thanks for your feedback. We have abstracted the allocator in the latest EmbedCache. You can implement a custom allocator for host and device memory allocation.
Is your feature request related to a problem? Please describe.
We utilize gpu_cache in the Deep Graph Library project. We would like the gpu_cache to be able to use a custom allocator. That way, we can make it use the pytorch allocator in our project.
The text was updated successfully, but these errors were encountered: