Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
newling committed Sep 20, 2024
1 parent a99021a commit cbb593c
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build_tools/ci/matmul_aiert_stability.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi
THIS_DIR="$(cd $(dirname $0) && pwd)"
ROOT_DIR="$(cd $THIS_DIR/../.. && pwd)"

GENERATOR="${ROOT_DIR}/tests/matmul/generate_e2e_matmul_tests.py"
GENERATOR="${THIS_DIR}/generate_e2e_matmul_tests.py"
# Verify that generator exists
if [ ! -f "${GENERATOR}" ]; then
echo "Generator script '${GENERATOR}' not found."
Expand Down
2 changes: 1 addition & 1 deletion build_tools/ci/run_matmul_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
THIS_DIR="$(cd $(dirname $0) && pwd)"
ROOT_DIR="$(cd $THIS_DIR/../.. && pwd)"

GENERATOR="${ROOT_DIR}/tests/matmul/generate_e2e_matmul_tests.py"
GENERATOR="${THIS_DIR}/generate_e2e_matmul_tests.py"
# Verify that generator exists
if [ ! -f "${GENERATOR}" ]; then
echo "Generator script '${GENERATOR}' not found."
Expand Down
6 changes: 3 additions & 3 deletions compiler/plugins/target/AMD-AIE/iree-amd-aie/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ add_subdirectory(IR)
add_subdirectory(Target)
add_subdirectory(Transforms)
add_subdirectory(Utils)
add_subdirectory(tests/samples)
add_subdirectory(tests/OPT/failing_tests)
add_subdirectory(tests/transform_dialect)
add_subdirectory(Test/samples)
add_subdirectory(Test/OPT/failing_tests)
add_subdirectory(Test/transform_dialect)

0 comments on commit cbb593c

Please sign in to comment.