Skip to content

Commit c521292

Browse files
committed
Fix typos in REQUIRES: lines
1 parent d7a720c commit c521292

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Basic/interop/interop_all_backends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: CUDA || HIP
1+
// REQUIRES: cuda || hip
22
// RUN: %{build} %if hip %{ -DSYCL_EXT_ONEAPI_BACKEND_HIP %} %else %{ %if cuda %{ -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL %} %else %{ %if level_zero %{ -DSYCL_EXT_ONEAPI_BACKEND_L0 %} %} %} -o %t.out
33

44
#include <sycl/backend.hpp>

sycl/test-e2e/ESIMD/noinline_call_recursive.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// Recursion is not supported in ESIMD (intel/llvm PR#3390)
9-
// REQUIRES: TEMPORARY_DISBLED
9+
// REQUIRES: TEMPORARY_DISABLED
1010
// RUN: %{build} -o %t.out
1111
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %{run} %t.out
1212
//

0 commit comments

Comments
 (0)