Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswinmcw committed Nov 27, 2024
1 parent fd22a92 commit 70d6dc0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tg-model-perf-tests-impl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,9 @@ jobs:
with:
name: TTMetal_build_${{ matrix.test-group.arch }}_profiler
- name: Extract files
if: ${{ matrix.test-group.tracy && steps.download-profiler-artifact.outcome == 'success' || !matrix.test-group.tracy }}
run: tar -xvf ttm_${{ matrix.test-group.arch }}.tar
- uses: ./.github/actions/install-python-deps
- name: Run model perf regression tests
if: ${{ matrix.test-group.tracy && steps.download-profiler-artifact.outcome == 'success' || !matrix.test-group.tracy }}
timeout-minutes: 60
run: |
source ${{ github.workspace }}/python_env/bin/activate
Expand All @@ -66,7 +64,7 @@ jobs:
${{ matrix.test-group.cmd }}
- name: Check perf report exists
id: check-perf-report
if: ${{ !cancelled() && (matrix.test-group.tracy && steps.download-profiler-artifact.outcome == 'success' || !matrix.test-group.tracy) }}
if: ${{ !cancelled() }}
run: |
TODAY=$(date +%Y_%m_%d)
PERF_REPORT_FILENAME_MODELS="Models_Perf_${TODAY}.csv"
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/tg-model-perf-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
- cron: "0 */12 * * *" # This cron schedule runs the workflow every 12 hours

jobs:
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml
with:
arch: '["wormhole_b0"]'
tracy: true
secrets: inherit
build-artifact-profiler:
uses: ./.github/workflows/build-artifact.yaml
with:
Expand Down
6 changes: 0 additions & 6 deletions tests/scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,6 @@ model_perf_tg_device() {

./tests/scripts/tg/run_tg_model_perf_tests.sh --pipeline-type "$pipeline_type"
}

# Run ccl model perf tests
ccl_perf_tg_device() {

./tests/ttnn/unit_tests/operations/ccl/perf/run_all_gather_profile.sh -t tg
}
##########################TG##########################

##########################TGG##########################
Expand Down

0 comments on commit 70d6dc0

Please sign in to comment.