forked from pool/onednn
Guillaume GARDET
4d0cc01e1d
- Update to 3.0.1: * Changes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.0.1 - Skipped 3.0: * Changes: https://github.com/oneapi-src/oneDNN/releases/tag/v3.0 - Add patch to fix build with GCC13: * onednn-fix-gcc13.patch - Disable Arm Compute library support until fixed upstream https://github.com/oneapi-src/oneDNN/issues/1599 - Drop upstream patches: * 1428.patch * fa93750.patch OBS-URL: https://build.opensuse.org/request/show/1073552 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/onednn?expand=0&rev=20
11 lines
369 B
Diff
11 lines
369 B
Diff
--- oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h.orig 2023-02-24 03:36:27.000000000 +0100
|
|
+++ oneDNN-3.0.1/src/cpu/aarch64/xbyak_aarch64/xbyak_aarch64/xbyak_aarch64.h 2023-03-21 13:44:05.786852048 +0100
|
|
@@ -25,6 +25,7 @@
|
|
#endif
|
|
|
|
#include <algorithm>
|
|
+#include <cstdint>
|
|
#include <deque>
|
|
#include <initializer_list>
|
|
#include <iostream>
|