From 8ddf9090936b344b1671db9efc185ddc208f9376 Mon Sep 17 00:00:00 2001 From: Justin Jay Wang Date: Tue, 27 Jul 2021 23:38:04 -0700 Subject: [PATCH] Add logo to README (#146) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1bf341821..78c3e0664 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Triton logo + # Triton This is the development repository of Triton, a language and compiler for writing highly efficient custom Deep-Learning primitives. 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.