[Mlir-commits] [mlir] [MLIR] Create GPU utils library & move distribution utils (PR #119264)
Petr Kurapov
llvmlistbot at llvm.org
Thu Dec 12 03:28:42 PST 2024
kurapov-peter wrote:
@Groverkss, I removed the template parameter for now as the base class passes the warp op to the pattern rewriter anyway. Maybe we shouldn't restrict it to the `OpPatternRewriter` but that seems like a trivial change. I also removed `canBeHoisted` since it's only used in a vector-specific utility (which should be generalized first - I'm thinking about providing a generic distributed type inference utility first and then restricting it to the single dimension case for vector for example).
https://github.com/llvm/llvm-project/pull/119264
More information about the Mlir-commits
mailing list