Remove comparisons of signed to unsigned values

Цей коміт міститься в:
Yiltan Temucin
2024-12-12 10:21:08 -06:00
джерело 1b5a6e74aa
коміт fa0858833e
22 змінених файлів з 74 додано та 74 видалено
+1 -1
Переглянути файл
@@ -653,7 +653,7 @@ uint64_t Tester::timerAvgInMicroseconds() {
* TODO: (bpotter/avinash) Modify the calcuation for the Tiled version of
* puts and gets at wavefront level
*/
for (int i = 0; i < args.num_wgs; i++) {
for (uint64_t i = 0; i < args.num_wgs; i++) {
sum += gpuCyclesToMicroseconds(timer[i]);
}