Commit 4b175a5
authored
[AMD] Feed in tl.assume and support more ops in RangeAnalysis (triton-lang#6022)
This PR implements initializing lattice ranges using assumptions, ie
things like `tl.assume(K < 128)` initializing K to have integer range
`[-smax, 128]`.
Additionally it adds support for range inference for various `tt`/`ttg`
ops.1 parent 23753f4 commit 4b175a5
File tree
5 files changed
+719
-163
lines changed- test/TritonGPU/amd
- third_party/amd
- include/Analysis
- lib
- Analysis
- TritonAMDGPUTransforms
- test/lib/Analysis
5 files changed
+719
-163
lines changed
0 commit comments