Skip to content

Commit

Permalink
more..
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenneuendorffer committed Jul 15, 2024
1 parent 8800a24 commit e96e618
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
12 changes: 7 additions & 5 deletions test/unit_tests/chess_compiler_tests/00_itsalive/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
//===----------------------------------------------------------------------===//

// REQUIRES: valid_xchess_license
// REQUIRES: peano
// RUN: %PYTHON aiecc.py --no-unified --xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --unified --xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --no-unified --no-xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --unified --no-xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --no-unified --xchesscc --no-xbridge %s
// RUN: %PYTHON aiecc.py --unified --xchesscc --no-xbridge %s

// These cases mix chess and peano, which is not supported.
// DONTREQUIRES: peano
// DONTRUN: %PYTHON aiecc.py --no-unified --no-xchesscc --xbridge %s
// DONTRUN: %PYTHON aiecc.py --unified --no-xchesscc --xbridge %s
// DONTRUN: %PYTHON aiecc.py --no-unified --xchesscc --no-xbridge %s
// DONTRUN: %PYTHON aiecc.py --unified --xchesscc --no-xbridge %s

module @test00_itsalive {
%tile12 = aie.tile(1, 2)
Expand Down
12 changes: 7 additions & 5 deletions test/unit_tests/chess_compiler_tests_aie2/00_itsalive/aie.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
//===----------------------------------------------------------------------===//

// REQUIRES: valid_xchess_license
// REQUIRES: peano
// RUN: %PYTHON aiecc.py --no-unified --xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --unified --xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --no-unified --no-xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --unified --no-xchesscc --xbridge %s
// RUN: %PYTHON aiecc.py --no-unified --xchesscc --no-xbridge %s
// RUN: %PYTHON aiecc.py --unified --xchesscc --no-xbridge %s

// These cases mix chess and peano, which is not supported.
// DONTREQUIRES: peano
// DONTRUN: %PYTHON aiecc.py --no-unified --no-xchesscc --xbridge %s
// DONTRUN: %PYTHON aiecc.py --unified --no-xchesscc --xbridge %s
// DONTRUN: %PYTHON aiecc.py --no-unified --xchesscc --no-xbridge %s
// DONTRUN: %PYTHON aiecc.py --unified --xchesscc --no-xbridge %s

module @test00_itsalive {
aie.device(xcve2802) {
Expand Down

0 comments on commit e96e618

Please sign in to comment.