- Add compute_cl option, disabled by default since check fails as no openCL are enabled in OBS - Split libarmnn and libarmnnSerializer to separate packages - Add patch to have versionned libs: * armnn-generate-versioned-library.patch - Package versionned libs - Enable NEON backend on AArch64 - Add patch to enable use of shared lib for ComputeLibrary: * 0007-enable-use-of-arm-compute-shared-library.patch - Update to 19.02 - Remove upstreamed patch: * armnn-fix_catching_polymorphic_type.patch - Update to 18.11 - Add patch to fix build: * armnn-fix_catching_polymorphic_type.patch * armnn-fix_boost.patch * armnn-fix_stb_include.patch - Initial version 18.08 OBS-URL: https://build.opensuse.org/request/show/695957 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/armnn?expand=0&rev=1
20 lines
524 B
Diff
20 lines
524 B
Diff
--- armnn-19.02.orig/tests/InferenceTestImage.cpp 2019-03-26 16:40:06.771572115 +0100
|
|
+++ armnn-19.02/tests/InferenceTestImage.cpp 2019-03-26 16:40:25.483761594 +0100
|
|
@@ -12,13 +12,13 @@
|
|
#include <array>
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
-#include <stb_image.h>
|
|
+#include <stb/stb_image.h>
|
|
|
|
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
|
-#include <stb_image_resize.h>
|
|
+#include <stb/stb_image_resize.h>
|
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
-#include <stb_image_write.h>
|
|
+#include <stb/stb_image_write.h>
|
|
|
|
namespace
|
|
{
|