We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi maintainers,
This time I build it on windows. Still use same customized configs:
it build ok for both taichi and taichi-aot-demos with Visual Studio 2022, but running with error TI_ERROR_ARGUMENT_NULL, as shown in the screenshot:
TI_ERROR_ARGUMENT_NULL
taichi repo with latest commit
* 7a5dac064 2022-11-08 | [lang] MatrixType bug fix: Allow builtin any() and all() (#6533) (HEAD -> master, origin/master, origin/HEAD) [Yi Xu]
build script is d:/github/taichi/build.cmd with contents:
d:/github/taichi/build.cmd
@echo off set TAICHI_CMAKE_ARGS=-DCLANG_EXECUTABLE=D:/soft/taichi-clang-10.0.0/bin/clang++.exe -DLLVM_AS_EXECUTABLE="D:/soft/taichi-llvm-10.0.0-msvc2022/bin/llvm-as.exe" -DTI_WITH_VULKAN=ON -DTI_WITH_C_API=ON -DTI_WITH_LLVM=OFF python setup.py install > log.txt 2>&1
The build log is:
taichi-build-log-windows-vs2022.txt
taichi-aot-demo with latest commit
* 9994029 2022-11-08 | Fixed renderer initialization (#53) (HEAD -> master, origin/master, origin/HEAD) [PENGUINLIONG]
build script is d:/github/taichi-aot-demo/build.cmd with contents:
d:/github/taichi-aot-demo/build.cmd
@echo off set TAICHI_C_API_INSTALL_DIR=D:/github/taichi/_skbuild/win-amd64-3.9/cmake-install/c_api cmake -S . -B build > configure-log.txt
The cmake configure log file is: taichi-aot-demo-configure-log.txt
The text was updated successfully, but these errors were encountered:
I cannot figure out what is wrong from the call stack: (E2_mpp88_headless):
Sorry, something went wrong.
No branches or pull requests
Hi maintainers,
This time I build it on windows. Still use same customized configs:
it build ok for both taichi and taichi-aot-demos with Visual Studio 2022, but running with error
TI_ERROR_ARGUMENT_NULL
, as shown in the screenshot:0. Machine Environment
1. how I build taichi
taichi repo with latest commit
build script is
d:/github/taichi/build.cmd
with contents:The build log is:
taichi-build-log-windows-vs2022.txt
how I build taichi-aot-demo
taichi-aot-demo with latest commit
build script is
d:/github/taichi-aot-demo/build.cmd
with contents:The cmake configure log file is:
taichi-aot-demo-configure-log.txt
The text was updated successfully, but these errors were encountered: