Commit 625fcc1
tenstorrent#25083: SDXL didt tests (tenstorrent#25097)
### What's changed
Implementation of didt conv and matmul unit tests, for cases present in
SDXL.
Tests include:
- `tests/didt/test_sdxl_conv_1280x1280_upsample.py` - containing a call
of ttnn.upsample after which comes a conv call that hangs
- `tests/didt/test_sdxl_conv.py` - contains rest of the conv tests
- `tests/didt/test_sdxl_matmul.py` - contains all matmul tests
### Checklist
- [x] [All post
commit](https://github.com/tenstorrent/tt-metal/actions/runs/16313131229)
CI passes
- [x] [Nightly tt-metal L2
tests](https://github.com/tenstorrent/tt-metal/actions/runs/16304090410)
CI passes
---------
Co-authored-by: ppopovic <ppopovic@tenstorrent.com>1 parent c89c89a commit 625fcc1
File tree
4 files changed
+1135
-0
lines changed- .github/workflows
- tests/didt
4 files changed
+1135
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
0 commit comments