[all-commits] [llvm/llvm-project] 4564ac: Add gfx950 mfma instructions to ROCDL dialect (#12...
Yi Qian via All-commits
all-commits at lists.llvm.org
Tue Jan 21 10:21:52 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4564ac91e181da116bd6850e623821c7a2a4e8f4
https://github.com/llvm/llvm-project/commit/4564ac91e181da116bd6850e623821c7a2a4e8f4
Author: Yi Qian <68618497+yiqian1 at users.noreply.github.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/test/Target/LLVMIR/rocdl.mlir
Log Message:
-----------
Add gfx950 mfma instructions to ROCDL dialect (#123361)
Add ROCDL support to the following instructions:
V_MFMA_F32_16X16X32_BF16
V_MFMA_I32_16X16X64_I8
V_MFMA_F32_16X16X32_F16
V_MFMA_F32_32X32X16_BF16
V_MFMA_I32_32X32X32_I8
V_MFMA_F32_32X32X16_F16
---------
Co-authored-by: Jakub Kuderski <kubakuderski at gmail.com>
Co-authored-by: Jungwook Park <jungwook.park at amd.com>
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