Hi everyone,
I was working on a repository which included the following
#include <thrust/system/cuda/experimental/pinned_allocator.h>
But on CUDA 12.4 and above it doesn’t compile with a fatal error that system/cuda/experimental is not found. And when I checked the CCCL git repo, it was the same. I couldn’t find any changelogs that said what the alternative is to fix this and I ended up rolling back my CUDA to 11.8 for it to compile. Can someone help?