taichi 1.7.2
0
The Taichi Programming Language
Contents
The Taichi Programming Language
Stars: 25451, Watchers: 25451, Forks: 2276, Open Issues: 821The taichi-dev/taichi
repo was created 7 years ago and the last code push was 5 days ago.
The project is extremely popular with a mindblowing 25451 github stars!
How to Install taichi
You can install taichi using pip
pip install taichi
or add it to a project with poetry
poetry add taichi
Package Details
- Author
- Taichi developers
- License
- Apache Software License (http://www.apache.org/licenses/LICENSE-2.0)
- Homepage
- https://github.com/taichi-dev/taichi
- PyPi:
- https://pypi.org/project/taichi/
- GitHub Repo:
- https://github.com/taichi-dev/taichi
Classifiers
- Games/Entertainment/Simulation
- Multimedia/Graphics
- Software Development/Compilers
Related Packages
Errors
A list of common taichi errors.
Code Examples
Here are some taichi
code examples and snippets.
GitHub Issues
The taichi package has 821 open issues on GitHub
- [ci] Fix concurrent run issue
- [Refactor] Expose runtime/snode ops properly
- [Refactor] Remove KernelDefError, KernelArgError, and InvalidOperationError
- [Refactor] Rename and move scoped profiler info under ti.profiler
- [MISC] Add new issue template for bug reporting
- Improve the error message when the type of a argument of the kernel doesn't match the type hint
- [refactor] Remove dependency on get_current_program() in lang::Ndarray
- [ci] Properly clean up self-hosted runners
- [refactor] Remove bit_vectorize from top level.
- [doc] Major revision to the field (advanced) document
- GGUI example not working
- [autodiff] Optimize the IB checker for global atomics and purely nested loops
- Improve the image resize implementation in
ti.tools.image.imresize
- [Refactor] Add require_version configuration in ti.init()
- Incorrect implementation of polar decomposition in
taichi._funcs.polar_decompose2d