#84 · Primary category: Deep Learning Frameworks

jittor

cuda deep-learning gpu jittor python

Jittor is a high-performance deep learning framework based on JIT compiling and meta-operators.

Project last updated:08/30/26

GitHub Stars

3.2K

Forks

324

Contributors

61

License

Apache-2.0

Why we included this project

Jittor is worth a look for anyone who wants a deep learning framework built around just-in-time compilation rather than the usual eager PyTorch-style loop. The framework and its meta-operators compile on the fly, so the op compiler and tuner generate code specialized to your model instead of handing you generic kernels. The front end is plain Python with dynamic graph execution and a Module API, so it feels familiar if you are coming from PyTorch, while the backend runs on CUDA and C++ for performance. Beyond training, the project ships model libraries for detection, segmentation, generation, differentiable rendering, and reinforcement learning, which makes it handy as a reference for reproducing published methods as well as a tool for your own research.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category