Triton (programming language): Difference between revisions

Content deleted Content added
No edit summary
Tags: New redirect Manual revert
 
(22 intermediate revisions by 16 users not shown)
Line 1:
#REDIRECT [[OpenAI]]
'''Triton''' is a programming language and compiler for writing highly efficient custom Deep-Learning primitives developed by [[OpenAI|OpenA]]I<ref>{{Cite web|date=2021-07-28|title=OpenAI releases Triton, a programming language for AI workload optimization|url=https://venturebeat.com/2021/07/28/openai-releases-triton-a-programming-language-for-ai-workload-optimization/|access-date=2021-09-19|website=VentureBeat|language=en-US}}</ref>.
 
{{Rcat shell|
The aim of Triton is to provide an open-source environment to write fast code at higher productivity than CUDA, but also with higher flexibility than other existing DSLs.
{{R to related topic}}
 
}}
= Compatibility =
 
=== Supported Platforms: ===
 
* Linux
 
=== Supported Hardware: ===
 
* NVIDIA GPUs (Compute Capability 7.0+)
* Under development: AMD GPUs, CPUs
 
[[Category:Python (programming language) implementations]]
 
= References =