Skip to content

Commit

Permalink
#11512: Add run config
Browse files Browse the repository at this point in the history
  • Loading branch information
npetrovic-tenstorrent committed Nov 8, 2024
1 parent 20f3a62 commit fcbd82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ttnn-run-sweeps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit fcbd82a

Please sign in to comment.