From 92a85a04771ddd999f57c993546b469b172639b2 Mon Sep 17 00:00:00 2001 From: Jeff Fifield Date: Tue, 9 Apr 2024 14:48:03 -0600 Subject: [PATCH] fix path --- .../basic/matrix_multiplication/single_column/run.lit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming_examples/basic/matrix_multiplication/single_column/run.lit b/programming_examples/basic/matrix_multiplication/single_column/run.lit index 3836a8f903..edff7ef5a1 100644 --- a/programming_examples/basic/matrix_multiplication/single_column/run.lit +++ b/programming_examples/basic/matrix_multiplication/single_column/run.lit @@ -3,7 +3,7 @@ // // REQUIRES: ryzen_ai, chess // -// RUN: xchesscc_wrapper aie2 -I %aietools/include -c %S/../../../../aie_kernels/aie2/mm.cc -o ./mm.o +// RUN: xchesscc_wrapper aie2 -I %aietools/include -c %S/../../../../aie_kernels/iron/mm.cc -o ./mm.o // RUN: %python %S/aie2.py -M 256 -K 128 -N 128 > ./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