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
When I run python configure.py --hip, it turns out that the vc-intrinsics repo is missing and it will get from git while my device cannot connect to internet. the errors are as followed.
Then i get the repo on another device and upload, the follow the readme exactly, then it says
CMake Error at CMakeLists.txt:131 (MESSAGE):
sycl isn't a known project:
bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl;vc-intrinsics;flang.
Did you mean to enable it as a runtime in LLVM_ENABLE_RUNTIMES?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I run
python configure.py --hip
, it turns out that the vc-intrinsics repo is missing and it will get from git while my device cannot connect to internet. the errors are as followed.Then i get the repo on another device and upload, the follow the readme exactly, then it says
so how can i avoid this?
Beta Was this translation helpful? Give feedback.
All reactions