Skip to content

Commit

Permalink
[programming examples][vision] add REQUIRES opencv (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
denolf authored Apr 25, 2024
1 parent 37dd2a6 commit ee7311b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion programming_examples/vision/color_detect/run_makefile.lit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// REQUIRES: ryzen_ai, chess
// REQUIRES: ryzen_ai, chess, opencv
//
// RUN: make -f %S/Makefile clean
// RUN: make -f %S/Makefile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// REQUIRES: ryzen_ai, chess
// REQUIRES: ryzen_ai, chess, opencv
//
// RUN: make -f %S/Makefile clean
// RUN: make -f %S/Makefile
Expand Down
2 changes: 1 addition & 1 deletion programming_examples/vision/edge_detect/run_makefile.lit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// REQUIRES: ryzen_ai, chess
// REQUIRES: ryzen_ai, chess, opencv
//
// RUN: make -f %S/Makefile clean
// RUN: make -f %S/Makefile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// (c) Copyright 2024 Advanced Micro Devices, Inc.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// REQUIRES: ryzen_ai, chess
// REQUIRES: ryzen_ai, chess, opencv
//
// RUN: make -f %S/Makefile clean
// RUN: make -f %S/Makefile
Expand Down

0 comments on commit ee7311b

Please sign in to comment.