Skip to content

Commit

Permalink
Renamed test report
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Aug 14, 2024
1 parent 800a8ba commit 95b3ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
if: success() || failure()
with:
report_paths: reports/report.xml
check_name: MLIR Tests
check_name: TT-Forge Tests
5 changes: 3 additions & 2 deletions env/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@ add_custom_target(python-venv
TTFORGE_VENV_DIR=${TTFORGE_VENV_DIR}
bash ${CMAKE_CURRENT_SOURCE_DIR}/create_venv.sh)

set(TT_MLIR_ROOT_DIR ${CMAKE_SOURCE_DIR}/third_party/tt-mlir)
add_custom_target(build_tt_mlir_env ALL
COMMAND ${CMAKE_COMMAND} -E env
TTMLIR_TOOLCHAIN_DIR=${TTMLIR_TOOLCHAIN_DIR} # Export TTMLIR_TOOLCHAIN_DIR to use
TTMLIR_VENV_DIR=${TTMLIR_VENV_DIR} # Export TTMLIR_VENV_DIR to use
bash ${CMAKE_CURRENT_SOURCE_DIR}/../third_party/build_mlir_env.sh
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/../third_party/tt-mlir
bash ${CMAKE_SOURCE_DIR}/third_party/build_mlir_env.sh
WORKING_DIRECTORY ${TT_MLIR_ROOT_DIR}
USES_TERMINAL
)

0 comments on commit 95b3ea7

Please sign in to comment.