We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbdfeec commit f6f5786Copy full SHA for f6f5786
README.md
@@ -39,4 +39,4 @@ We would like to acknowledge the following projects for their influence on Tilus
39
- **Hidet**: We take Hidet IR as our low-level target and reuse its runtime system.
40
- **TVM**: Hidet's initial IR was adopted from TVM, and we also learned a lot from TVM on how to build a compiler.
41
- **Triton**: The core idea of defining kernels at a thread-block level and working with tiles was inspired by Triton.
42
-- **Hexcute**: We adopted the idea of using automatic layout inference to make programming simpler, a technique pioneered by this project.
+- **Hexcute**: We adopted the idea of using automatic layout inference to make programming simpler from Hexcute.
0 commit comments