Taichi — Easy Playground
High-performance parallel computing: compile Python to GPU/CPU kernels
What is Taichi?Run locally
Install
pip install taichiPython CodeRun locally
Taichi is high-performance parallel computing: compile python to gpu/cpu kernels. It provides an alternative way to run Python code.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?