Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix sign-compare warning in
reorder_array
(NVIDIA#869)
`std::vector<T>::size_type` is unsigned type, so let's iterate over unsigned type as well Discovered, while trying to enable PyTorch building without `-Wno-sign-compare` warning suppression, see https://github.com/pytorch/pytorch/actions/runs/4418987999/jobs/7746850762#step:10:10532
- Loading branch information