You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to build jaxlib on x86_64, but when I try on aarch64, I see the following build error:
In file included from external/compute_library/arm_compute/core/utils/logging/FilePrinter.h:27,
from external/compute_library/src/core/utils/logging/FilePrinter.cpp:24:
external/compute_library/arm_compute/core/utils/logging/IPrinter.h:56:34: error: 'string' in namespace 'std' does not name a type
56 | inline void print(const std::string &msg)
| ^~~~~~
external/compute_library/arm_compute/core/utils/logging/IPrinter.h:28:1: note: 'std::string' is defined in header '<string>'; did you forget to '#include <string>'?
27 | #include "support/Mutex.h"
+++ |+#include <string>
28 |
The fix is obvious, but I don't know where compute_library actually lives or how to patch it during the jaxlib build.
System info (python version, jaxlib version, accelerator, etc.)
Description
I'm able to build jaxlib on x86_64, but when I try on aarch64, I see the following build error:
The fix is obvious, but I don't know where
compute_library
actually lives or how to patch it during the jaxlib build.System info (python version, jaxlib version, accelerator, etc.)
Build log
The text was updated successfully, but these errors were encountered: