Remove triton_util, superseded by native Triton APIs#180
Remove triton_util, superseded by native Triton APIs#180fulvius31 merged 1 commit intoredhat-et:mainfrom
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (12)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📝 WalkthroughWalkthroughThis pull request removes the triton_util package and its artifacts: source modules, tests, package config, package docs, and an associated CI workflow; it also narrows pylint CI triggers/config to exclude triton_util. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
acde522 to
300877a
Compare
Summary
triton_util/package and all associated files.github/workflows/build-triton-util.ymlworkflowtriton_utilreferences fromReadme.mdandpylint.ymltriton_util provided higher-level abstractions for loading/storing
(e.g.
load_2d), debugging helpers (print_once,breakpoint_if),and utilities (
cdiv). These are now covered natively by Triton:load_2d/store_2dmake_tensor_descriptor+load_tensor_descriptor(TMA)print_once/print_ifdevice_printbreakpoint_once/breakpoint_ifdevice_assert+debug_barriercdivtl.cdivassert_tensors_gpu_readytl.load/tl.storeSummary by CodeRabbit
Documentation
Chores