zwzhu-d / taichi

Productive & portable programming language for high-performance, sparse & differentiable computing

Home Page:http://taichi.graphics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build Status Latest Release

Overview

Taichi (太极) is a programming language designed for high-performance computer graphics. It is deeply embedded in Python, and its just-in-time compiler offloads compute-intensive tasks to multi-core CPUs and massively parallel GPUs.

Advanced features of Taichi include spatially sparse computing and differentiable programming [examples].

Gallery

Installation Downloads

python3 -m pip install taichi

Supported OS: Windows, Linux, Mac OS X; Python: 3.6, 3.7, 3.8; Backends: x64 CPUs, CUDA, Apple Metal, OpenGL Compute Shaders.

Please build from source for other configurations (e.g., your CPU is ARM).

Note:

Linux (CUDA) OS X (10.14+) Windows Documentation
Build Build Status Build Status Build status Documentation Status
PyPI Build Status Build Status Build status

Applications

  • A High-Performance Multi-Material Continuum Physics Engine based on Taichi: Taichi Elements (work in progress)

Developers

The Taichi project was created by Yuanming Hu (yuanming-hu). Significant contributions are made by:

Kenneth Lozes (KLozes) and Yu Fang (squarefk) have also made notable contributions. [List of all contributors]

We welcome feedback and comments. If you would like to contribute to Taichi, please check out our Contributor Guidelines.

If you use Taichi in your research, please cite our papers:

About

Productive & portable programming language for high-performance, sparse & differentiable computing

http://taichi.graphics

License:MIT License


Languages

Language:C++ 73.3%Language:Python 23.7%Language:Cuda 0.9%Language:CMake 0.9%Language:C 0.6%Language:GLSL 0.5%Language:Dockerfile 0.2%Language:Makefile 0.0%Language:Shell 0.0%