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
Originally posted by Wire-less-LAN July 11, 2024
Hi, I'm new to UCX. After some research I have decided to apply UCX to some embedded ARMv7 systems, only to encounter error while building: /work/ucx/src/ucs/arch/cpu.h:111:4: error: #error "Unsupported architecture"
As listed in ucx/src/ucs/arch/cpu.h:111:4, it seems that only 64-bit arch are supported. Is it possible to use UCX on 32-bit arch? If not, is there any plan to support it in the future?
The text was updated successfully, but these errors were encountered:
Hi, indeed UCX supports only 64-bit architecture. Currently there is no specific plan to support 32-bit, but anyone may join the community and contribute it :)
Discussed in #10006
Originally posted by Wire-less-LAN July 11, 2024
Hi, I'm new to UCX. After some research I have decided to apply UCX to some embedded ARMv7 systems, only to encounter error while building:
/work/ucx/src/ucs/arch/cpu.h:111:4: error: #error "Unsupported architecture"
As listed in ucx/src/ucs/arch/cpu.h:111:4, it seems that only 64-bit arch are supported. Is it possible to use UCX on 32-bit arch? If not, is there any plan to support it in the future?
The text was updated successfully, but these errors were encountered: