跳转至主要内容

Taichi Blogs

Taichi & PyTorch 02: Data containers
2022年8月15日 | Ailing Zhang
In my last blog, I compared the purposes and design philosophies of Taichi Lang and PyTorch. Now, it's time to take a closer look at their data containers - the most essential part of any easy-to-use programming language.
了解更多
Taichi & PyTorch 01: Underlying difference
2022年8月8日 | Ailing Zhang
"How does Taichi differ from PyTorch? They are both embedded in Python and can run on GPU! And when should I choose Taichi over PyTorch or the other way around?"
了解更多
From molecular simulation to black hole rendering - Taichi Lang makes life easier for digital content creators
2022年7月29日 | Yuanming Hu
It has been more than three years since I started working on a brand new programming language, Taichi-Lang, which is embedded in Python (but can perfectly run independently of Python) and designed for high-performance numerical computation. Two months ago, Taichi 1.0 was released, which is indeed a milestone for me personally and for our entire community. From an immature academic idea to an open-source project that has attracted hundreds of contributors, Taichi is committed to making graphics programming easier for content creators.
了解更多
Taichi Cookbook 001
2022年7月27日 | Yuanming Hu
Hey guys! Welcome to my first Taichi cooking session!
了解更多
Training a magic fountain using Taichi's autodiff, an efficient tool for differentiable physical simulation
2022年7月14日 | Mingrui Zhang
With the generated gradient information, a differentiable physical simulator can make the convergence of the machine learning process one order of magnitude faster than gradient-free algorithms, such as model-free reinforcement learning.
了解更多
ETH Zürich uses Taichi Lang in its Physically-based Simulation course (AS 21)
2022年7月8日 | Yuanming Hu
As you may already know, ETH Zürich is a world-class university constantly ranked among the top 1 to 5 in Europe.
了解更多
How I created the tranquil autumn air within 99 lines of Python code
2022年5月16日 | Yuanming Hu
On a Sunday afternoon about a couple of months ago, when Ye and I were on our way back from a long week of travel, we decided to do something to relax on the train ( to kill time). Since we happened to mention Minecraft and MagicaVoxel, we decided to do a Hackathon, where we use Taichi Lang to create a GPU path tracing voxel renderer. Soon, before we were back home, we had our prototype:
了解更多
Is Taichi Lang comparable to or even faster than CUDA?
2022年5月6日 | Haidong Lan
In our recently published blog Is Taichi Lang able to make better use of the underlying hardware than other native, low-level programming languages? With this question in mind, we kick-started the benchmark project in an attempt to provide a comprehensive and accurate performance evaluation of Taichi Lang.
了解更多
Taichi AOT, the solution for deploying kernels in mobile devices
2022年4月20日 | Ye Kuang
Physical simulation, which Taichi Lang is best at, has wide applications on mobile devices, such as real-time physically-based interactions in mobile games or cool visual effects in short videos. This is thanks to Taichi's features such as fast prototyping and cross-platform GPU acceleration.
了解更多
AST refactoring
2022年4月13日 | Lin Jiang
In the previous blog post, we mentioned this sentence, which is a part of the zen of Python. In this post, we will show you how we simplified the code of Taichi.
了解更多
Subscribe to our updates

Get the latest news from the Taichi Lang community in a monthly email: Groundbreaking releases, upcoming events, new insights, community updates, and more!

We'll never share your information with anyone else and you can opt out at any time.