Skip to content

Commit 15e6cc4

Browse files
committed
chore: update readme for triton_util
Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
1 parent a894902 commit 15e6cc4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ Secure your caches with cryptographic signing, enabling safe and
2323
efficient cache distribution and reuse across environments and teams.
2424
For more information please see the TCV [readme](./tcv/README.md).
2525

26+
### Triton Util
27+
28+
Write cleaner, more intuitive Triton code with high-level abstractions
29+
and utilities for loading, storing, and debugging GPU memory.
30+
31+
- Simplify index computations
32+
- Debug only the kernel you want
33+
- Stay close to the Triton core, no black-box magic
34+
35+
**Triton-util was developed by [Umer Adil](mailto:umer.hayat.adil@gmail.com)**
36+
and generously contributed to TKDK.
37+
38+
For more information please see the TCV [readme](./triton_util/README.md).
39+
2640
## Getting Started
2741

2842
1. Clone this repository:

0 commit comments

Comments
 (0)