From 9cbfe5163d247c1ffb837cf287aceda35f19cf11 Mon Sep 17 00:00:00 2001 From: Zonglin Peng Date: Fri, 31 Oct 2025 11:12:06 -0700 Subject: [PATCH] jarvis-nightly-operators-test-aten-flip-out Differential Revision: [D85364548](https://our.internmc.facebook.com/intern/diff/D85364548/) [ghstack-poisoned] --- backends/cadence/utils/facto_util.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backends/cadence/utils/facto_util.py b/backends/cadence/utils/facto_util.py index 082478adb14..48deda0a9c3 100644 --- a/backends/cadence/utils/facto_util.py +++ b/backends/cadence/utils/facto_util.py @@ -440,6 +440,12 @@ def random_size_constraint(deps: object, r: int, d: int) -> int: cp.Size.Le(lambda deps, r, d: 2**2), ] ) + case "flip.default": + tensor_constraints.extend( + [ + cp.Dtype.In(lambda deps: [torch.float32]), + ] + ) case _: pass return tensor_constraints