- Apply fix-gcc13-fallout.patch to fix the gcc 13 fallout - Use python3 as the python script interpreter OBS-URL: https://build.opensuse.org/request/show/1074899 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/ComputeLibrary?expand=0&rev=34
49 lines
1.3 KiB
Diff
49 lines
1.3 KiB
Diff
Index: b/src/common/cpuinfo/CpuInfo.h
|
|
===================================================================
|
|
--- a/src/common/cpuinfo/CpuInfo.h
|
|
+++ b/src/common/cpuinfo/CpuInfo.h
|
|
@@ -27,6 +27,7 @@
|
|
#include "src/common/cpuinfo/CpuIsaInfo.h"
|
|
#include "src/common/cpuinfo/CpuModel.h"
|
|
|
|
+#include <cstdint>
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
Index: b/arm_compute/core/TensorInfo.h
|
|
===================================================================
|
|
--- a/arm_compute/core/TensorInfo.h
|
|
+++ b/arm_compute/core/TensorInfo.h
|
|
@@ -35,6 +35,7 @@
|
|
#include "arm_compute/core/Utils.h"
|
|
|
|
#include <cstddef>
|
|
+#include <cstdint>
|
|
#include <memory>
|
|
|
|
namespace arm_compute
|
|
Index: b/arm_compute/core/Strides.h
|
|
===================================================================
|
|
--- a/arm_compute/core/Strides.h
|
|
+++ b/arm_compute/core/Strides.h
|
|
@@ -30,6 +30,7 @@
|
|
#include <algorithm>
|
|
#include <array>
|
|
#include <cstddef>
|
|
+#include <cstdint>
|
|
|
|
namespace arm_compute
|
|
{
|
|
Index: b/arm_compute/core/utils/misc/Utility.h
|
|
===================================================================
|
|
--- a/arm_compute/core/utils/misc/Utility.h
|
|
+++ b/arm_compute/core/utils/misc/Utility.h
|
|
@@ -28,6 +28,7 @@
|
|
|
|
#include <algorithm>
|
|
#include <array>
|
|
+#include <cstdint>
|
|
#include <limits>
|
|
#include <numeric>
|
|
#include <vector>
|