Skip to content

Commit

Permalink
tests: benchdnn: fixed formatting in softmax.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
vpirogov committed Jun 25, 2024
1 parent 57a88d0 commit 42ebbb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchdnn/softmax/softmax.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void setup_cmp(compare::compare_t &cmp, const prb_t *prb, data_kind_t kind,
// MIOpen and ACL softmax accumulate in F16, but oneDNN now expects accumulation in
// F32, this partially reverts 6727bbe8. For more information on ACL softmax, see
// https://github.com/oneapi-src/oneDNN/issues/1819
// Similarly, for bf16 on AArch64, the relaxed threshold is necessary due to
// Similarly, for bf16 on AArch64, the relaxed threshold is necessary due to
// minor accuracy drops observed compared to f32
const float trh = trh_f32;
#else
Expand Down

0 comments on commit 42ebbb8

Please sign in to comment.