[Mlir-commits] [mlir] [mlir] Fix typo in test filename (PR #104053)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Aug 14 09:49:09 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-gpu
@llvm/pr-subscribers-mlir
Author: Andrea Faulds (andfau-amd)
<details>
<summary>Changes</summary>
The word "redule" doesn't appear anywhere else in the MLIR codebase and seems to be a typo of "reduce".
---
Full diff: https://github.com/llvm/llvm-project/pull/104053.diff
1 Files Affected:
- (renamed) mlir/test/Dialect/GPU/subgroup-reduce-lowering.mlir ()
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/104053
More information about the Mlir-commits
mailing list