文件最后提交记录最后更新时间
[AMD] Support ExtractSliceOp for AxisInfo (#7094) This commit updates AxisInfo to support backend callbacks to enable recognizing backend ops. One can use ExtractSliceOp to slice tensors of pointers to refine tt.load or tt.store. The TritonAMDGPUConvertToBufferOpsBase will fail to perform negativity analysis due to the presence of ExtractSliceOp which after rewrites is going to slice tensors of offsets. This PR addresses the issue.11 个月前
[AMD][NFC] Extract range analysis into its own class (#5977) This PR factors TritonIntegerRangeAnalysis out of ConvertBufferOps into a standalone analysis that can be reused in other passes.1 年前