An open API service indexing awesome lists of open source software.

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

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!