[all-commits] [llvm/llvm-project] 0ba136: [MLIR][GPU] Use arith instead of index for subgrou...

Alan Li via All-commits all-commits at lists.llvm.org
Wed Apr 30 06:03:45 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ba136147814cb8bc19dfa1712dad3a25b3ae27a
      https://github.com/llvm/llvm-project/commit/0ba136147814cb8bc19dfa1712dad3a25b3ae27a
  Author: Alan Li <me at alanli.org>
  Date:   2025-04-30 (Wed, 30 Apr 2025)

  Changed paths:
    M mlir/lib/Dialect/GPU/Transforms/SubgroupIdRewriter.cpp
    M mlir/test/Dialect/GPU/subgroupId-rewrite.mlir

  Log Message:
  -----------
  [MLIR][GPU] Use arith instead of index for subgroup_id (#137843)

Trying to simplify situation by using `arith` dialect instead of `index`
in the rewriting of `gpu.subgroup_id`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list