[all-commits] [llvm/llvm-project] 91594b: [mlir][nvpu] Prevent F32ToTF32 pattern to generate...
Thomas via All-commits
all-commits at lists.llvm.org
Mon Aug 15 09:46:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 91594b5b985cf144f9cde64cddc534684d644665
https://github.com/llvm/llvm-project/commit/91594b5b985cf144f9cde64cddc534684d644665
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M mlir/lib/Dialect/NVGPU/Transforms/MmaSyncTF32Transform.cpp
M mlir/test/Dialect/NVGPU/mma-sync-f32-to-tf32.mlir
Log Message:
-----------
[mlir][nvpu] Prevent F32ToTF32 pattern to generate illegal IR
We shouldn't apply this pattern to non F32->F32 mma.sync operations.
Differential Revision: https://reviews.llvm.org/D131902
More information about the All-commits
mailing list