Skip to content

Commit

Permalink
Fix npu-xrt matmul e2e test (#1439)
Browse files Browse the repository at this point in the history
Add REQUIRES chess to run-a2x.lit which requires chess. Remove run.lit to avoid collisions, the only difference between this one and run-a2x.lit is that this one calls aiecc.py instead of aie2xclbin, and there are plenty of tests of aiecc.py.
  • Loading branch information
fifield authored Apr 30, 2024
1 parent 656685b commit c8128b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion test/npu-xrt/matrix_multiplication_using_dma/run-a2x.lit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Copyright 2023 Advanced Micro Devices, Inc.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// REQUIRES: ryzen_ai
// REQUIRES: ryzen_ai, chess
//
// RUN: xchesscc_wrapper aie2 -I %aietools/include -c %S/mm.cc -o ./mm.o
// RUN: aie2xclbin --use-chess --xclbin-name=aie2.xclbin --npu-insts-name=insts2.txt --tmpdir=aie2xclbin.prj -v %S/aie.mlir
Expand Down
10 changes: 0 additions & 10 deletions test/npu-xrt/matrix_multiplication_using_dma/run.lit

This file was deleted.

0 comments on commit c8128b1

Please sign in to comment.