We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you #include <cuda/experimental/memory_resource.cuh> and do not define LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE you do not get a clear diagnostic about what is wrong because some headers, like https://github.com/NVIDIA/cccl/blob/main/cudax/include/cuda/experimental/__memory_resource/device_memory_resource.cuh are not properly guarded with a preprocessor diagnostic. An example of the diagnostic can be found here: https://github.com/NVIDIA/cccl/blob/main/cudax/include/cuda/experimental/__memory_resource/any_resource.cuh
#include <cuda/experimental/memory_resource.cuh>
LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE
The text was updated successfully, but these errors were encountered:
miscco
No branches or pull requests
If you
#include <cuda/experimental/memory_resource.cuh>
and do not defineLIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE
you do not get a clear diagnostic about what is wrong because some headers, like https://github.com/NVIDIA/cccl/blob/main/cudax/include/cuda/experimental/__memory_resource/device_memory_resource.cuh are not properly guarded with a preprocessor diagnostic. An example of the diagnostic can be found here: https://github.com/NVIDIA/cccl/blob/main/cudax/include/cuda/experimental/__memory_resource/any_resource.cuhThe text was updated successfully, but these errors were encountered: