Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress sizeof-array-div warnings in thrust found by gcc-11 (#10840)
`sizeof-array-div` is a new warning added in gcc-11 and thrust 1.15 will trigger it when a `T` type is a fixed size array. Nothing is wrong with the thrust logic, so we just suppress the warning while we wait on thrust 1.16 Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Nghia Truong (https://github.com/ttnghia) - Conor Hoekstra (https://github.com/codereport) URL: #10840
- Loading branch information