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
{{ message }}
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
I am trying to build ROCm from branch roc-1.6.3 on my ubunu16.04-arm64 server which is running on Cavium Thunder X. Now I have built ROCK-Kernel-Driver, ROCT-Thunk-Interface and ROCR-Runtime, HCC as well as HIP. When it comes to atmi, I follow the step in INSTALL.md:
1.cd src
2.mkdir build && cd build
3.cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm/atmi ..
output of cmake as follows:
-- ATMI: Not building ATMI Runtime: only support ATMI in Linux x86_64 or ppc64le hosts.
-- ATMI: Not building ATMI C Extension: only support ATMI in Linux x86_64 or ppc64le hosts.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cavium/rocm/atmi/src/build
From the output, it seems that ATMI is not supported on aarch64, besides, make command gives nothing output. @ashwinma
The text was updated successfully, but these errors were encountered:
I am trying to build ROCm from branch roc-1.6.3 on my ubunu16.04-arm64 server which is running on Cavium Thunder X. Now I have built ROCK-Kernel-Driver, ROCT-Thunk-Interface and ROCR-Runtime, HCC as well as HIP. When it comes to atmi, I follow the step in INSTALL.md:
1.cd src
2.mkdir build && cd build
3.cmake -DCMAKE_INSTALL_PREFIX=/opt/rocm/atmi ..
output of cmake as follows:
-- ATMI: Not building ATMI Runtime: only support ATMI in Linux x86_64 or ppc64le hosts.
-- ATMI: Not building ATMI C Extension: only support ATMI in Linux x86_64 or ppc64le hosts.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/cavium/rocm/atmi/src/build
From the output, it seems that ATMI is not supported on aarch64, besides, make command gives nothing output.
@ashwinma
The text was updated successfully, but these errors were encountered: