Michael Schellenberger Costa

Results 319 comments of Michael Schellenberger Costa

We cannot #undef macros from a system header. While at the moment the macro might be useless it could get some meaning in the future leading to havoc

I went through the godbolt and verified that the reproducer compiles fine with all SDK versions since 15.0. So for now I am closing this

@allisonvacanti given that the build system will soon be reworked do we want to close this or keep it open for now?

To be sure, this does work with trivial types. For ranges CPOs I moved to this hack ```cpp #if defined(__CUDA_ARCH__) # define _LIBCUDACXX_CPO_ACCESSIBILITY static __device__ #else # define _LIBCUDACXX_CPO_ACCESSIBILITY #endif...

Given that NVC++ is available with the HPC SDK I believe we can close this issue

Sorry for taking so long to respond. This is indeed an error on your side. `cuda::access_property::persisting` is a *type* not an object. So you need to instantiate an object of...

@wmaxey Do we still want this given the recent docker rework?

I am closing this issue as a duplicate of #212 to keep the backlog tidy Thanks a lot for the report

> Updates: this is still an experimental feature that requires to define `LIBCUDACXX_ENABLE_EXPERIMENTAL_MEMORY_RESOURCE` https://godbolt.org/z/jfWsjarTz We will most definitely drop the experimental state for `cuda::stream_ref``in the immediate future Anything within ``...