diff --git a/.github/workflows/ttnn-run-sweeps.yaml b/.github/workflows/ttnn-run-sweeps.yaml index eb5daaf2471..faed515579c 100644 --- a/.github/workflows/ttnn-run-sweeps.yaml +++ b/.github/workflows/ttnn-run-sweeps.yaml @@ -263,6 +263,7 @@ on: - eltwise.ternary_backward.addcmul_bw - eltwise.ternary_backward.addcdiv_bw - embedding.embedding + - reduction.backward.prod_bw.prod_bw - reduction.topk.topk - reduction.argmax.argmax - reduction.prod diff --git a/tests/sweep_framework/sweeps/reduction/backward/prod_bw/prod_bw.py b/tests/sweep_framework/sweeps/reduction/backward/prod_bw/prod_bw.py index b15e5c3a39d..3c60e10d148 100644 --- a/tests/sweep_framework/sweeps/reduction/backward/prod_bw/prod_bw.py +++ b/tests/sweep_framework/sweeps/reduction/backward/prod_bw/prod_bw.py @@ -25,7 +25,7 @@ # Each suite has a key name (in this case "suite_1" and "suite_2") which will associate the test vectors to this specific suite of inputs. # Developers can create their own generator functions and pass them to the parameters as inputs. parameters = { - "nightly": { + "xfail": { "input_shape": gen_shapes([1, 1, 32, 32], [6, 12, 256, 256], [1, 1, 32, 32], 16) + gen_shapes([1, 1, 1, 1], [6, 12, 256, 256], [1, 1, 1, 1], 2), "dim": [0, 1, 2, 3],