Skip to content

Commit

Permalink
Update run.lit for verify (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmelber authored Mar 21, 2024
1 parent 816ba5e commit 208700e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
// RUN: %python %S/aie2.py > ./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++-13 %S/test.cpp -o test.exe -std=c++23 -Wall %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: %run_on_ipu ./test.exe -x aie.xclbin -k MLIR_AIE -i insts.txt -v 1 | FileCheck %s
// CHECK: PASS!

0 comments on commit 208700e

Please sign in to comment.