Skip to content

ybai62868/How-to-Optim-Algo-with-Triton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

👨‍💻 How to use Triton to Generate Tensor Programs to Optimize Algorithms

This project aims to optimize various important algorithms using OpenAI's Triton.

What is Triton?

OpenAI's Triton is an open-source Python-like programming language which enables researchers with no CUDA experience to write highly efficient GPU code—most of the time on par with what an expert would be able to produce.

Why use Triton?

Using Triton to optimize algorithms can significantly improve their performance, making them faster and more efficient. The aim of Triton is to provide an open-source environment to write fast code at higher productivity than CUDA.

Getting Started

Contributing

We welcome contributions to the repo! If you would like to contribute, please open a pull request with your changes and I will review them.

License

The repo is released under the MIT License. Feel free to use and modify it as you see fit!

About

Optimize the important algorithm with Triton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages