https://github.com/taichi-dev/taichi-aot-demo
A demo illustrating how to use Taichi as an AOT shader compiler
https://github.com/taichi-dev/taichi-aot-demo
Last synced: 3 months ago
JSON representation
A demo illustrating how to use Taichi as an AOT shader compiler
- Host: GitHub
- URL: https://github.com/taichi-dev/taichi-aot-demo
- Owner: taichi-dev
- License: apache-2.0
- Created: 2021-12-27T12:41:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-07T20:51:50.000Z (about 1 year ago)
- Last Synced: 2025-09-07T23:50:07.046Z (10 months ago)
- Language: C++
- Homepage:
- Size: 1.68 MB
- Stars: 73
- Watchers: 7
- Forks: 16
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taichi AOT Demo
# Run tests on Linux desktop
```
# Make sure you have libtaichi_c_api.so in $TAICHI_C_API_INSTALL_DIR/lib
python3 ./ci/run_tests.py -l $TAICHI_C_API_INSTALL_DIR
```
# Tutorial
We're working on an end to end [tutorial](./tutorial.md) to show the best practice of using TiRT (Taichi RunTime) in real applications.
Although the content is subject to change as taichi-aot-demo is under heavy development at the moment, we'll try our best to keep the tutorial unaffected.
You're welcome to ask questions via github issues or contribute a PR directly if you find anything missing!