Skip to content

Commit

Permalink
Avoid test conflicts between peano and chess
Browse files Browse the repository at this point in the history
Basically there are two kinds of tests:
1) tests which can use either compiler
2) tests which specifically use one or the other

We need to be careful in the second case to not mix the two compilers.
  • Loading branch information
stephenneuendorffer committed Oct 1, 2024
1 parent f5cb2f9 commit 9ce4d82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit_tests/aie/31_stream_core/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
//
//===----------------------------------------------------------------------===//

// REQUIRES: peano, !hsa
// REQUIRES: !hsa

// RUN: %PYTHON aiecc.py --aiesim --no-xchesscc --xbridge %VitisSysrootFlag% --host-target=%aieHostTargetTriplet% %link_against_hsa% %s %test_lib_flags %S/test.cpp -o test.elf
// RUN: %run_on_board ./test.elf
// RUN: sh -c 'aie.mlir.prj/aiesim.sh; exit 0' | FileCheck %s

// CHECK: test start.
// CHECK: PASS!
Expand Down

0 comments on commit 9ce4d82

Please sign in to comment.