Triton とは Tritonは、2021年にOpenAIがリリースしたソフトウェアで、リリース記事曰く以下のような特徴があります。 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. (翻訳) オープンソースのPython風プログラミング言語で、CUDAの経験がない研究者でも、多くの場合専門家と同等の効率でGPU向けコードを記述できるように設計されている。 Tritonは、タイル(Tile) または ブロック(Block) と呼ばれるデー

