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
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)" )
I see your paper have run this on a ARM processor.
But in Cmake file, I didnt see the option for AArch64 or arm64
The text was updated successfully, but these errors were encountered:
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(x86)|(X86)|(amd64)|(AMD64)" )
I see your paper have run this on a ARM processor.
But in Cmake file, I didnt see the option for AArch64 or arm64
The text was updated successfully, but these errors were encountered: