Bugzilla – Bug 1188542
onednn fails to build on older CPUs
Last modified: 2021-07-21 08:19:29 UTC
While working on reproducible builds for openSUSE, I found that our onednn package fails to build on older CPUs Steps to Reproduce: osc co openSUSE:Factory/onednn && cd $_ osc build --vm-type=kvm --noservice --clean --build-opt=--vm-custom-opt="-cpu kvm64" Actual Results: The following tests FAILED: 54 - test_gemm_f32_cpu (Failed) 85 - test_isa_iface_cpu (Failed) [ RUN ] isa_set_once_test.TestISASetOnce /home/abuild/rpmbuild/BUILD/oneDNN-2.2.4/tests/gtests/test_isa_iface.cpp:43: Failure Value of: mayiuse(cpu_isa::sse41) Actual: false Expected: true [ FAILED ] isa_set_once_test.TestISASetOnce (0 ms)
Created attachment 851136 [details] full build log with Opteron_G3 emulation from current onednn 2.2.4 The 54 - test_gemm_f32_cpu part above was from an older version.