Skip to content

Commit

Permalink
Reduce tolerace to 0.02 for fp8
Browse files Browse the repository at this point in the history
  • Loading branch information
TedThemistokleous committed Jan 7, 2025
1 parent 16b9260 commit a2a285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/quantization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ TEST_CASE(fp8_quantization)
EXPECT(migraphx::verify::verify_range_with_tolerance(
gpu_result,
migraphx::verify::expected{ref_result},
migraphx::verify::tolerance{0.01}));
migraphx::verify::tolerance{0.02}));
else
EXPECT(migraphx::verify::verify_rms_range(gpu_result, ref_result));
}
Expand Down

0 comments on commit a2a285f

Please sign in to comment.