File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,20 @@ Secure your caches with cryptographic signing, enabling safe and
2323efficient cache distribution and reuse across environments and teams.
2424For 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
28421 . Clone this repository:
You can’t perform that action at this time.
0 commit comments