forked from taichi-dev/taichi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[llvm] Drop code for llvm 15. (taichi-dev#5313)
* Drop code for llvm 15 Still use clang10 for COMPILE_LLVM_RUNTIME. Most changes are related to the opaque ptr change in llvm 15 which requires type when create Load and GEP. It would be nice to generate the type from taichi type. Known issue. Still some getPointerElementType use which is Deprecated for llvm 15. Also some cases use hack to get llvm type for Load/GEP. Only tested python tests/run_tests.py -v -t3 -a cpu -s on windows. 2 crashes crashes: fp16 crash when hw not support fp16 for vulkan. element_wise crashed in llvm pass, need more time to debug.
- Loading branch information
1 parent
2c23a28
commit 0d7168f
Showing
15 changed files
with
498 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.