From ee7311b7911be1bdcbbfd1c3172a4728fe850543 Mon Sep 17 00:00:00 2001 From: Kristof Denolf Date: Thu, 25 Apr 2024 09:15:14 -0600 Subject: [PATCH] [programming examples][vision] add REQUIRES opencv (#1411) --- programming_examples/vision/color_detect/run_makefile.lit | 2 +- programming_examples/vision/color_threshold/run_makefile.lit | 2 +- programming_examples/vision/edge_detect/run_makefile.lit | 2 +- programming_examples/vision/vision_passthrough/run_makefile.lit | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programming_examples/vision/color_detect/run_makefile.lit b/programming_examples/vision/color_detect/run_makefile.lit index 5827361324..15e4f7b6cc 100644 --- a/programming_examples/vision/color_detect/run_makefile.lit +++ b/programming_examples/vision/color_detect/run_makefile.lit @@ -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 diff --git a/programming_examples/vision/color_threshold/run_makefile.lit b/programming_examples/vision/color_threshold/run_makefile.lit index 5827361324..15e4f7b6cc 100644 --- a/programming_examples/vision/color_threshold/run_makefile.lit +++ b/programming_examples/vision/color_threshold/run_makefile.lit @@ -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 diff --git a/programming_examples/vision/edge_detect/run_makefile.lit b/programming_examples/vision/edge_detect/run_makefile.lit index 5827361324..15e4f7b6cc 100644 --- a/programming_examples/vision/edge_detect/run_makefile.lit +++ b/programming_examples/vision/edge_detect/run_makefile.lit @@ -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 diff --git a/programming_examples/vision/vision_passthrough/run_makefile.lit b/programming_examples/vision/vision_passthrough/run_makefile.lit index 5827361324..15e4f7b6cc 100644 --- a/programming_examples/vision/vision_passthrough/run_makefile.lit +++ b/programming_examples/vision/vision_passthrough/run_makefile.lit @@ -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