Skip to content
Snippets Groups Projects

More rodinia optimization

Merged rarbore2 requested to merge rodinia_opt2 into main
Files
2
@@ -114,7 +114,7 @@ pub fn srad_harness(args: SRADInputs) {
.max()
.unwrap_or(0);
assert!(
max_diff <= 1,
max_diff <= 2,
"Verification failed: maximum pixel difference of {} exceeds threshold of 1",
max_diff
);
Loading