Skip to content

Commit

Permalink
remove run_on_ipu
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber committed Apr 16, 2024
1 parent 28d582a commit 7dede10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programming_examples/basic/passthrough_kernel/run.lit
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
// RUN: %python %S/aie2.py 4096 | aie-opt -cse -canonicalize -o ./aie.mlir
// RUN: %python aiecc.py --xbridge --aie-generate-cdo --aie-generate-ipu --no-compile-host --xclbin-name=aie.xclbin --ipu-insts-name=insts.txt ./aie.mlir
// RUN: g++ %S/test.cpp -o test.exe -std=c++23 -Wall -DPASSTHROUGH_SIZE=4096 -I%S/../../../runtime_lib/test_lib %S/../../../runtime_lib/test_lib/test_utils.cpp %xrt_flags -lrt -lstdc++ -lboost_program_options -lboost_filesystem
// RUN: %run_on_ipu ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt | FileCheck %s
// RUN: ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt | FileCheck %s

// CHECK: PASS!

// RUN: %run_on_ipu %PYTHON %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE
// RUN: %PYTHON %S/test.py -x aie.xclbin -i insts.txt -k MLIR_AIE
// CHECK: PASS!

0 comments on commit 7dede10

Please sign in to comment.