Add rsqrt op to Standard dialect and lower it to LLVM dialect.
Summary: This adds an rsqrt op to the standard dialect, and lowers it as 1 / sqrt to the LLVM dialect. Differential Revision: https://reviews.llvm.org/D75353
Loading
Please sign in to comment