Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbezuljTT committed Dec 23, 2024
1 parent e7246fc commit f2e1abd
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,6 @@ jobs:
suggestions_per_comment: 10
python_path: "python3"

- name: Run Op Model Tests
shell: bash
if: matrix.build.enable_op_model == 'ON'
run: |
source env/activate
export TT_METAL_HOME=/__w/tt-mlir/third_party/tt-metal/src/tt-metal
echo $(pwd)
/__w/tt-mlir/build/test/unittests/OpModel/TTNN/Conversion/TestConversion
/__w/tt-mlir/build/test/unittests/OpModel/TTNN/Op/TestOpModelInterface
/__w/tt-mlir/build/test/unittests/OpModel/TTNN/Lib/TestOpModelLib

- name: Run Test
shell: bash
Expand All @@ -211,6 +201,19 @@ jobs:
cmake --build ${{ steps.strings.outputs.build-output-dir }} -- check-ttmlir
cp build/test/report.xml ${{ steps.strings.outputs.test_report_path }}
- name: Run Op Model Tests
shell: bash
if: matrix.build.enable_op_model == 'ON'
run: |
source env/activate
export TT_METAL_HOME=$(pwd)/third_party/tt-metal/src/tt-metal
echo $TT_METAL_HOME
ls build/
ls build/test
.build/test/unittests/OpModel/TTNN/Conversion/TestConversion
.build/test/unittests/OpModel/TTNN/Op/TestOpModelInterface
.build/test/unittests/OpModel/TTNN/Lib/TestOpModelLib
- name: Upload Test Report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f2e1abd

Please sign in to comment.