-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into blozano/rc_local
- Loading branch information
Showing
53 changed files
with
958 additions
and
500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,13 +40,6 @@ jobs: | |
cmd: tests/scripts/single_card/nightly/run_ttnn.sh, | ||
timeout: 70 | ||
}, | ||
{ | ||
name: "WH N300 pgm dispatch nightly", | ||
arch: wormhole_b0, | ||
runs-on: ["cloud-virtual-machine", "N300", "issue-15821"], | ||
cmd: ./tests/tt_metal/tt_metal/perf_microbenchmark/dispatch/compare_pgm_dispatch_perf_ci.sh, | ||
timeout: 10 | ||
}, | ||
{ | ||
name: "GS-only models", | ||
arch: grayskull, | ||
|
@@ -151,25 +144,26 @@ jobs: | |
test-config: | ||
- model: "stable_diffusion" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/stable_diffusion | ||
- model: "mamba 1" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 1 | ||
- model: "mamba 2" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 2 | ||
- model: "mamba 3" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 3 | ||
- model: "mamba 4" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 4 | ||
# Skipping due to issue #15932 | ||
# - model: "mamba 1" | ||
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 1 | ||
# - model: "mamba 2" | ||
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 2 | ||
# - model: "mamba 3" | ||
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 3 | ||
# - model: "mamba 4" | ||
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 4 | ||
- model: "mamba 5" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 5 | ||
- model: "mamba 6" | ||
cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 6 | ||
# - model: "mamba 6" | ||
# cmd: pytest --timeout 900 -n auto tests/nightly/single_card/mamba --splits 6 --group 6 | ||
card: [N150, N300] | ||
name: "[Unstable] Nightly ${{ matrix.card }} ${{ matrix.test-config.model }}" | ||
env: | ||
ARCH_NAME: wormhole_b0 | ||
LOGURU_LEVEL: INFO | ||
LD_LIBRARY_PATH: ${{ github.workspace }}/build/lib | ||
runs-on: ["cloud-virtual-machine", "in-service", "${{ matrix.card }}"] | ||
runs-on: ["cloud-virtual-machine", "issue-15821", "${{ matrix.card }}"] | ||
steps: | ||
- uses: tenstorrent-metal/metal-workflows/.github/actions/[email protected] | ||
- uses: ./.github/actions/retry-command | ||
|
2 changes: 1 addition & 1 deletion
2
.github/workflows/fast-dispatch-full-regressions-and-models.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Nightly fast dispatch tests | ||
name: "(Single-card) Nightly model and ttnn tests" | ||
|
||
on: | ||
workflow_dispatch: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
sudo | ||
nano | ||
acl | ||
emacs | ||
jq | ||
less | ||
libmpfr-dev | ||
nano | ||
openssh-server | ||
sudo | ||
vim | ||
libmpfr-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.