Skip to content

Commit 42ebbb8

Browse files
committed
tests: benchdnn: fixed formatting in softmax.cpp
1 parent 57a88d0 commit 42ebbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchdnn/softmax/softmax.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ void setup_cmp(compare::compare_t &cmp, const prb_t *prb, data_kind_t kind,
236236
// MIOpen and ACL softmax accumulate in F16, but oneDNN now expects accumulation in
237237
// F32, this partially reverts 6727bbe8. For more information on ACL softmax, see
238238
// https://github.com/oneapi-src/oneDNN/issues/1819
239-
// Similarly, for bf16 on AArch64, the relaxed threshold is necessary due to
239+
// Similarly, for bf16 on AArch64, the relaxed threshold is necessary due to
240240
// minor accuracy drops observed compared to f32
241241
const float trh = trh_f32;
242242
#else

0 commit comments

Comments
 (0)