[Mlir-commits] [mlir] 5696984 - [mlir][gpu] Fix typo in test filename (#104053)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Aug 15 06:11:34 PDT 2024
Author: Andrea Faulds
Date: 2024-08-15T08:11:31-05:00
New Revision: 569698443d2b1dad04dc4daa4559d754deabe64e
URL: https://github.com/llvm/llvm-project/commit/569698443d2b1dad04dc4daa4559d754deabe64e
DIFF: https://github.com/llvm/llvm-project/commit/569698443d2b1dad04dc4daa4559d754deabe64e.diff
LOG: [mlir][gpu] Fix typo in test filename (#104053)
The word "redule" doesn't appear anywhere else in the MLIR codebase and
seems to be a typo of "reduce".
Added:
mlir/test/Dialect/GPU/subgroup-reduce-lowering.mlir
Modified:
Removed:
mlir/test/Dialect/GPU/subgroup-redule-lowering.mlir
################################################################################
diff --git a/mlir/test/Dialect/GPU/subgroup-redule-lowering.mlir b/mlir/test/Dialect/GPU/subgroup-reduce-lowering.mlir
similarity index 100%
rename from mlir/test/Dialect/GPU/subgroup-redule-lowering.mlir
rename to mlir/test/Dialect/GPU/subgroup-reduce-lowering.mlir
More information about the Mlir-commits
mailing list