-
Notifications
You must be signed in to change notification settings - Fork 92
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 DM/schedulers
- Loading branch information
Showing
1,302 changed files
with
59,284 additions
and
32,681 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# CMake formatting | ||
0be480e4450b902174f8c1f03559a8fc6eebb827 | ||
# clang-format-ttnn | ||
# clang-format | ||
352e61a97c8d843ac4120aec196e6e062879e98c | ||
# clang-format-ttmetal | ||
effbfe00f94b5a46f51f923bee56d6d8044afd01 | ||
1758447481544acd234d1ab7579674bf2429fdd0 | ||
94084b94fbfab32e8d6248255f1dfc166bf80255 |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
/cmake/version.cmake export-subst |
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
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 |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: "(Single-card) Tests for new models" | ||
|
||
on: | ||
workflow_dispatch: | ||
inputs: | ||
build-type: | ||
required: false | ||
default: Release | ||
type: choice | ||
options: | ||
- Release | ||
- Debug | ||
- RelWithDebInfo | ||
- CI | ||
|
||
permissions: | ||
actions: read | ||
contents: write | ||
pull-requests: write | ||
pages: write | ||
id-token: write | ||
packages: write | ||
|
||
jobs: | ||
build-docker-image-2004: | ||
uses: ./.github/workflows/build-docker-artifact.yaml | ||
secrets: inherit | ||
with: | ||
os: ubuntu-20.04-amd64 | ||
build-artifact: | ||
needs: build-docker-image-2004 | ||
uses: ./.github/workflows/build-artifact.yaml | ||
secrets: inherit | ||
with: | ||
build-docker: false | ||
build-type: ${{ inputs.build-type || 'Release' }} | ||
build-artifact-profiler: | ||
needs: build-docker-image-2004 | ||
uses: ./.github/workflows/build-artifact.yaml | ||
with: | ||
tracy: true | ||
build-docker: false | ||
build-type: ${{ inputs.build-type || 'Release' }} | ||
secrets: inherit | ||
device-perf-single-card: | ||
needs: build-artifact-profiler | ||
uses: ./.github/workflows/perf-device-models-impl.yaml | ||
secrets: inherit | ||
e2e-model-perf-single-card: | ||
needs: build-artifact | ||
uses: ./.github/workflows/perf-models-impl.yaml | ||
secrets: inherit | ||
nightly-single-card: | ||
needs: build-artifact | ||
uses: ./.github/workflows/fast-dispatch-full-regressions-and-models-impl.yaml | ||
secrets: inherit | ||
demos-single-card: | ||
needs: build-artifact | ||
uses: ./.github/workflows/single-card-demo-tests-impl.yaml | ||
secrets: inherit |
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,12 +1,28 @@ | ||
name: "Create and Publish Release Docker Image" | ||
|
||
on: | ||
workflow_call: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
to_be_filled_out: | ||
steps: | ||
- name: This workflow will be filled out in https://github.com/tenstorrent/tt-metal/pull/15013 | ||
run: | | ||
echo "NOOP" | ||
build-artifact: | ||
uses: ./.github/workflows/build-artifact.yaml | ||
secrets: inherit | ||
build-wheels: | ||
needs: build-artifact | ||
strategy: | ||
matrix: | ||
# Since pre-compiled builds only run on 20.04, we can only test on 20.04 for now | ||
# The full 22.04 flow can be tested without precompiled | ||
os: [ubuntu-20.04] | ||
arch: [grayskull, wormhole_b0] | ||
uses: ./.github/workflows/_build-wheels-impl.yaml | ||
with: | ||
os: ${{ matrix.os }} | ||
arch: ${{ matrix.arch }} | ||
from-precompiled: true | ||
publish-release-image: | ||
needs: build-wheels | ||
uses: ./.github/workflows/publish-release-image.yaml | ||
secrets: inherit | ||
with: | ||
version: dev-${GITHUB_REF_NAME//\//-} | ||
is_major_version: false |
Oops, something went wrong.