TLDRocket
Sign in

GPU Programming

7 summarised stories about GPU Programming, each linking back to the original source. Browse all topics →

Wednesday, 28 July 2021

Introducing Triton: Open-source GPU programming for neural networks

OpenAI Blog 4 years ago

Triton, an open-source Python-like programming language, has been released to allow researchers without CUDA expertise to write efficient GPU code. The language produces performance on par with expert-written code in most cases. This removes a barrier to GPU programming by eliminating the need to learn low-level CUDA before writing neural network computations.