Skip to content

Commit

Permalink
Merge branch 'main' into dp4a-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Shao authored Jan 22, 2024
2 parents 388925d + cb56e17 commit f127c27
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ g.test('inputs,position')
sampleCount,
actual,
expected,
maxDiffULPsForFloatFormat: 2,
maxDiffULPsForFloatFormat: 4,
})
);
});
Expand Down Expand Up @@ -873,7 +873,7 @@ g.test('inputs,interStage')
sampleCount,
actual,
expected,
maxDiffULPsForFloatFormat: 3,
maxDiffULPsForFloatFormat: 4,
})
);
});
Expand Down

0 comments on commit f127c27

Please sign in to comment.