[all-commits] [llvm/llvm-project] 794979: [mlir][gpu] Improve foreach_thread distribution
Thomas via All-commits
all-commits at lists.llvm.org
Tue Jan 17 09:25:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 794979ad8cc975b4417dcf5fcce9c9e8e28e52b3
https://github.com/llvm/llvm-project/commit/794979ad8cc975b4417dcf5fcce9c9e8e28e52b3
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
M mlir/test/Dialect/GPU/transform-gpu.mlir
Log Message:
-----------
[mlir][gpu] Improve foreach_thread distribution
Replace Ids with 0 when block dim is 1 when distributing foreach_thread.
Differential Revision: https://reviews.llvm.org/D141718
More information about the All-commits
mailing list