Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix assert definition for NVHPC due to constexpr issues (NVIDIA#3418)
NVHPC cannot decide at compile time where the code would run so _CCCL_ASSERT within a constexpr function breaks it. Fix this by always using the host definition which should also work on device. Fixes NVIDIA#3411
- Loading branch information