-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wsl2: LLVM error: Assertion `findOption(Name) == Values.size() && "Option already exists!"' failed. #58
Comments
Seems a linking issue, could you compile taichi_c_api with TI_WITH_LLVM=OFF if you don't need CUDA support? |
I compile taichi with args:
the compile is done , taichi 1.3.0 is install |
But I need to export taichi to cuda.
|
Goal
step1. Compile Taichi source has done
step2. Compile demo with [sh linux_compile_and_run.sh ] but failed,the output is :
Environment
The text was updated successfully, but these errors were encountered: