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
What is your question?
I got an error that cudaDevAttrMemoryPoolSupportedHandleTypes cannot be found from rmm/detail/runtime_async_alloc.hpp. This is supposed to be defined in cuda_runtime_api.h, from my understanding of the header and from chatgpt. But it was not found there. I am using cuda-12.6.
The text was updated successfully, but these errors were encountered:
What is your question?
I got an error that
cudaDevAttrMemoryPoolSupportedHandleTypes
cannot be found fromrmm/detail/runtime_async_alloc.hpp
. This is supposed to be defined incuda_runtime_api.h
, from my understanding of the header and from chatgpt. But it was not found there. I am using cuda-12.6.The text was updated successfully, but these errors were encountered: