Greetings from @conan-io team.
We are trying to add your libraryr to Conan Center Index but in the meantime, we found that this library is no longer compatible with Cuda Toolkit 12.x.
This PR #1085 added some includes to <cuda/std/numbers>.
As described in NVIDIA docs, <cuda/std/numbers> was introduced in Cuda Toolkit 13.x.
The documentation (README.md and release notes) could be updated in order to reflect the incompatability with Cuda Toolkit 12.x.
Or maybe, a fallback could be added (maybe using `std::numbers from C++ standard library IDK).
Using rapids_cpm_cccl may be hidding this incompatibilty as, if installing this library with CMake, CMake will request the latest CCCL library (compatible).
Thank you in advance! 🐸
Greetings from @conan-io team.
We are trying to add your libraryr to Conan Center Index but in the meantime, we found that this library is no longer compatible with Cuda Toolkit 12.x.
This PR #1085 added some includes to
<cuda/std/numbers>.As described in NVIDIA docs,
<cuda/std/numbers>was introduced in Cuda Toolkit 13.x.The documentation (README.md and release notes) could be updated in order to reflect the incompatability with Cuda Toolkit 12.x.
Or maybe, a fallback could be added (maybe using `std::numbers from C++ standard library IDK).
Using
rapids_cpm_ccclmay be hidding this incompatibilty as, if installing this library with CMake, CMake will request the latest CCCL library (compatible).Thank you in advance! 🐸