I build a centos image by compiling the source code on mac m1 aarch 64, but the cmake compilation fails #5488
-
ARG TRITON_VERSION=2.32.0dev
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
cmake-3.19.1 |
Beta Was this translation helpful? Give feedback.
-
We don't officially support this architecture, so we can't provide much guidance. Also, the error likely isn't where you posted. The error should be higher up in the logs. If you're running |
Beta Was this translation helpful? Give feedback.
We don't officially support this architecture, so we can't provide much guidance. Also, the error likely isn't where you posted. The error should be higher up in the logs. If you're running
make
with multiple threads, you may want to try doing it single-threaded (e.g. not-j16
or other j flags/values).