[all-commits] [llvm/llvm-project] f050a0: [mlir][spirv] Remove `enableFastMathMode` flag fro...
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Tue Mar 26 10:06:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f050a098b5e0745b6c230410f433e48dcc46d160
https://github.com/llvm/llvm-project/commit/f050a098b5e0745b6c230410f433e48dcc46d160
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2024-03-26 (Tue, 26 Mar 2024)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h
M mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp
M mlir/test/Conversion/ArithToSPIRV/fast-math.mlir
Log Message:
-----------
[mlir][spirv] Remove `enableFastMathMode` flag from SPIR-V conversion (#86578)
Most of arith/math ops support fastmath attribute, use it instead of
global flag.
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