[Mlir-commits] [mlir] [Tosa] Add Tosa Sin and Cos operators (PR #82510)
Eric Kunze
llvmlistbot at llvm.org
Wed Feb 21 18:24:06 PST 2024
================
@@ -1611,7 +1651,7 @@ def Tosa_ReverseOp: Tosa_Op<"reverse", [
let hasFolder = 1;
let hasVerifier = 1;
-
----------------
eric-k256 wrote:
nit: can you remove these whitespace changes as they aren't relevant to this change. Same below for the 'cast' changes.
https://github.com/llvm/llvm-project/pull/82510
More information about the Mlir-commits
mailing list