oneDNN
oneDNN copied to clipboard
gtests: fix test failures in test_sdp_decomp
Description
This change enables test_graph_unit_dnnl_sdp_decomp_cpu for AArch64 by correcting the absolute tolerance value.
Checklist
General
- [x] Do all unit and benchdnn tests (
make testandmake test_benchdnn_*) pass locally for each commit? - [x] Have you formatted the code using clang-format?
Hi @manjam01 , FYI, @xiang1guo reported a related issue in https://github.com/oneapi-src/oneDNN/issues/2674 .
Reanalyzed the test and concluded that it requires more investigation as lowering the threshold is not the best solution.
Closing this as abandoned.