Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cuco::pair(std::pair(...)) compile error with clang 17
In file included from cuco/static_map.cuh:24: cuco/pair.cuh:91:12: error: no matching function for call to 'get' 91 | cuda::std::get<1>(thrust::raw_reference_cast(p))} | ^~~~~~~~~~~~~~~~~ The constructor for cuco::pair wasn't taking a std::pair correctly. Fix that. Signed-off-by: Austin Schuh <[email protected]>
- Loading branch information