[all-commits] [llvm/llvm-project] ce07b9: [mlir][math] Support vector type by erf and round ...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Jun 21 17:44:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce07b95610f7f8e70738790790a95e61a415e128
https://github.com/llvm/llvm-project/commit/ce07b95610f7f8e70738790790a95e61a415e128
Author: lewuathe <lewuathe at me.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M mlir/lib/Conversion/MathToLibm/MathToLibm.cpp
M mlir/test/Conversion/MathToLibm/convert-to-libm.mlir
Log Message:
-----------
[mlir][math] Support vector type by erf and round libm lowering
erf and round op are able to lowered to libm supporting vector type as other math operations.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D127934
More information about the All-commits
mailing list