[all-commits] [llvm/llvm-project] a037d8: [mlir][gpu] Support extf before contract when conv...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Mon May 13 12:10:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a037d88929460ff9571927c56d6db215be086149
https://github.com/llvm/llvm-project/commit/a037d88929460ff9571927c56d6db215be086149
Author: Lei Zhang <antiagainst at gmail.com>
Date: 2024-05-13 (Mon, 13 May 2024)
Changed paths:
M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
M mlir/test/Conversion/VectorToGPU/vector-to-mma-ops.mlir
Log Message:
-----------
[mlir][gpu] Support extf before contract when converting to MMA ops (#91988)
This commit allows `inferFragType` to see through all arith.ext op
and other elementwise users before reaching contract op for
figuring out the fragment type.
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