lizhanping / taichi

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis CI Status AppVeyor Status Docker Cloud Build Status Python Codecov 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].

Please check out our SIGGRAPH 2020 course on Taichi basics: YouTube, Bilibili, slides (pdf).

中文视频教程: [哔哩哔哩], [幻灯片]

Examples (More...)

Installation Downloads

python3 -m pip install taichi

Supported OS: Windows, Linux, Mac OS X; Python: 3.6/3.7/3.8 (64-bit only); Backends: x64 CPUs, CUDA, Apple Metal, OpenGL Compute Shaders.

Please build from source for other configurations (e.g., your CPU is ARM, or you want to try out our experimental C backend).

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

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:

Links

About

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

License:MIT License


Languages

Language:C++ 69.6%Language:Python 27.7%Language:C 0.8%Language:Cuda 0.8%Language:CMake 0.7%Language:GLSL 0.4%Language:Dockerfile 0.1%Language:Makefile 0.0%Language:Shell 0.0%