[all-commits] [llvm/llvm-project] 93ffe1: [mlir][tosa] Only match rfft2d of floats in linalg...
Kavan Bickerstaff via All-commits
all-commits at lists.llvm.org
Fri Jun 14 16:10:20 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93ffe1792fd9a985b96fee1105b399b5196a15bc
https://github.com/llvm/llvm-project/commit/93ffe1792fd9a985b96fee1105b399b5196a15bc
Author: Kavan Bickerstaff <kavanbickerstaff at googlemail.com>
Date: 2024-06-14 (Fri, 14 Jun 2024)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg-invalid.mlir
Log Message:
-----------
[mlir][tosa] Only match rfft2d of floats in linalg conversion (#93432)
This prevents an assertion being triggered by the cast to FloatType.
Fixes https://github.com/llvm/llvm-project/issues/92064
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