Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make member access explicitly qualified for clang 17
Clang complains: external/com_github_nvidia_cuco/include/cuco/detail/static_map.inl:446:21: error: explicit qualification required to use member 'initial_slot' from dependent base class 446 | auto current_slot{initial_slot(insert_pair.first, hash)}; | ^ frc971/orin/cuda.cc:219:32: note: in instantiation of function template specialization 'cuco::static_map<unsigned long, unsigned long>::device_mutable_view::insert_and_find<cuco::detail::XXHash_32<unsigned long>, thrust::equal_to<unsigned long>>' requested here 219 | auto [iter, inserted] = view.insert_and_find(thrust::make_pair(union_markers[i], 1)); | ^ Signed-off-by: Austin Schuh <[email protected]>
- Loading branch information