Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tapspatel committed Aug 1, 2024
1 parent a4c97ac commit fde9097
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ jobs:
- name: Run ttrt functional tests
if: matrix.enable_perf == 'OFF'
shell: bash
run: |
source env/activate
ttrt run ${{ steps.strings.outputs.build-output-dir }}/test/ttmlir/Silicon
run: |
source env/activate
ttrt run ${{ steps.strings.outputs.build-output-dir }}/test/ttmlir/Silicon
- name: Run ttrt performance tests
if: matrix.enable_perf == 'ON'
shell: bash
run: |
source env/activate
ttrt run perf ${{ steps.strings.outputs.build-output-dir }}/test/ttmlir/Silicon
run: |
source env/activate
ttrt run perf ${{ steps.strings.outputs.build-output-dir }}/test/ttmlir/Silicon

0 comments on commit fde9097

Please sign in to comment.