[all-commits] [llvm/llvm-project] ebef8a: [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx9...
Fabian Ritter via All-commits
all-commits at lists.llvm.org
Tue Feb 11 01:26:24 PST 2025
Branch: refs/heads/users/ritter-x2a/rm-gfx940-gfx941-mlir
Home: https://github.com/llvm/llvm-project
Commit: ebef8a82c9265ecea31795d726af402a96b89430
https://github.com/llvm/llvm-project/commit/ebef8a82c9265ecea31795d726af402a96b89430
Author: Fabian Ritter <fabian.ritter at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/lib/Conversion/AMDGPUToROCDL/AMDGPUToROCDL.cpp
M mlir/lib/Conversion/ArithToAMDGPU/ArithToAMDGPU.cpp
M mlir/lib/Dialect/AMDGPU/Transforms/EmulateAtomics.cpp
M mlir/test/Conversion/AMDGPUToROCDL/8-bit-floats.mlir
M mlir/test/Conversion/AMDGPUToROCDL/mfma.mlir
M mlir/test/Conversion/ArithToAMDGPU/8-bit-float-saturation.mlir
M mlir/test/Conversion/ArithToAMDGPU/8-bit-floats.mlir
M mlir/unittests/Dialect/AMDGPU/AMDGPUUtilsTest.cpp
Log Message:
-----------
[AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR
gfx940 and gfx941 are no longer supported. This is one of a series of
PRs to remove them from the code base.
For SWDEV-512631
Commit: 0c95e135cd15c79dbb076d9d227ade52bca8982a
https://github.com/llvm/llvm-project/commit/0c95e135cd15c79dbb076d9d227ade52bca8982a
Author: Fabian Ritter <fabian.ritter at amd.com>
Date: 2025-02-11 (Tue, 11 Feb 2025)
Changed paths:
M mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
Log Message:
-----------
Use "gfx94x" in docs and comments.
Compare: https://github.com/llvm/llvm-project/compare/656adb4e5ad4...0c95e135cd15
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