mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FRONTEND] expose tl.max_constancy hint (#1951)
Similar to `tl.multiple_of` and `tl.max_contiguous`, `tl.max_constancy` will expose a compiler hint indicating that all the values are equal in a block of a certain size. --------- Co-authored-by: Philippe Tillet <phil@openai.com>
This commit is contained in:
@@ -168,6 +168,7 @@ Compiler Hint Ops
|
||||
:nosignatures:
|
||||
|
||||
debug_barrier
|
||||
max_constancy
|
||||
max_contiguous
|
||||
multiple_of
|
||||
|
||||
|
||||
Reference in New Issue
Block a user