From fd3e53b08e7507037b0138add76c398e0e4b21dd Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 18 Sep 2025 17:05:47 +0300 Subject: [PATCH] Add tilus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d8ea69..ad77721 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ alumni Tri Dao, Dan Fu, and many others. A goldmine. - [Codon @gpu.kernel](https://docs.exaloop.io/codon/advanced/gpu), github: [exaloop/codon](https://github.com/exaloop/codon) - [Mojo](https://docs.modular.com/mojo/manual/) (part of commercial [MAX Plattform](https://www.modular.com/max) by [Modular](https://www.modular.com)) - NVIDIA Python Bindings: [CUDA Python](https://github.com/NVIDIA/cuda-python) (calling NVRTC to compile kernels, malloc, copy, launching kernels, ..), [cuDNN FrontEnd(FE) API](https://github.com/NVIDIA/cudnn-frontend), [CUTLASS Python Interface](https://github.com/NVIDIA/cutlass/tree/main/python) +- [NVIDIA tilus](https://github.com/NVIDIA/tilus) ## Advanced Topics, Research, Compilers