[all-commits] [llvm/llvm-project] 2952fb: [TOSA] Usage of 32bit integer for 'index to float'...
Dmitriy Smirnov via All-commits
all-commits at lists.llvm.org
Fri Jan 5 01:51:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2952fb349567fd95c4df020c9092e21972481710
https://github.com/llvm/llvm-project/commit/2952fb349567fd95c4df020c9092e21972481710
Author: Dmitriy Smirnov <dmitriy.smirnov at arm.com>
Date: 2024-01-05 (Fri, 05 Jan 2024)
Changed paths:
M mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp
M mlir/test/Conversion/TosaToLinalg/tosa-to-linalg.mlir
Log Message:
-----------
[TOSA] Usage of 32bit integer for 'index to float' in rfft2d (#75098)
Lowering of rfft2d to linalg now uses index to i32 cast if an output
float is of 32bit and cast to i64 otherwise.
More information about the All-commits
mailing list