Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix][ROCm] Handle tvm_thread_invariant in ROCm backend
PR apache#16345 introduced a TIR intrinsic `tvm_thread_invariant` as a no-op intrinsic that indicates that a condition is an invariant across threads. It is a necessary change to support MoE group GEMM operations. However, we noticed that the LLVM-ROCm backend has been broken since then because this no-op intrinsic hasn't been properly handled in this particular backend. This PR fixes this behavior by checking this no-op in the LLVM backend.
- Loading branch information