# OpenAI, 오픈소스 GPU 프로그래밍 언어 Triton 1.0 공개

> Clean Markdown view of GeekNews topic #4719. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4719](https://news.hada.io/topic?id=4719)
- GeekNews Markdown: [https://news.hada.io/topic/4719.md](https://news.hada.io/topic/4719.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-07-29T09:48:47+09:00
- Updated: 2021-07-29T09:48:47+09:00
- Original source: [openai.com](https://www.openai.com/blog/triton/)
- Points: 7
- Comments: 1

## Topic Body

- 파이썬과 비슷한 프로그래밍 언어 & 컴파일러

- CUDA 경험이 없는 연구자들도 쉽게 고효율의 딥러닝을 위한 GPU코드 작성가능

ㅤ→ 이미 Torch 구현 보다 2배정도 효율이 좋은 커널 구현

- Linux, NVIDIA GPU 지원 (AMD GPU 와 다른 CPU들은 개발중)

- 기본 코드는 Numba와 비슷 하지만, SIMT를 사용하지 않고 블록단위에 대한 연산으로 인스턴스 내에서 병렬 실행

- 파이썬 코드를 Triton-IR로 바꾸고 Triton Compiler 를 통해서 LLVM-IR로 변환하는 아키텍처

## Comments



### Comment 6057

- Author: xguru
- Created: 2021-07-29T09:50:31+09:00
- Points: 1

원 작성자의 논문 : http://www.eecs.harvard.edu/~htk/publication/2019-mapl-tillet-kung-cox.pdf

(Philippe Tillet을 OpenAI가 채용해서 계속 개발을 지원해 주고 있다고)
