Skip to content

Commit b457119

Browse files
committed
apply suggestions
1 parent 40ee3b9 commit b457119

File tree

6 files changed

+1
-9
lines changed

6 files changed

+1
-9
lines changed

sycl/source/feature_test.hpp.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ inline namespace _V1 {
110110
#define SYCL_EXT_ONEAPI_ENQUEUE_NATIVE_COMMAND 1
111111
// In progress yet
112112
#define SYCL_EXT_ONEAPI_ATOMIC16 0
113-
#define SYCL_EXT_ONEAPI_VIRTUAL_FUNCTIONS 0
114113

115114
#ifndef __has_include
116115
#define __has_include(x) 0

sycl/test-e2e/VirtualFunctions/2/1/1/missing-overrides.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: aspect-ext_oneapi_virtual_functions
2-
//
31
// RUN: %{build} -o %t.out %helper-includes
42
// RUN: %{run} %t.out
53

sycl/test-e2e/VirtualFunctions/2/1/1/more-complex-hierarchy.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: aspect-ext_oneapi_virtual_functions
2-
//
31
// RUN: %{build} -o %t.out %helper-includes
42
// RUN: %{run} %t.out
53

sycl/test-e2e/VirtualFunctions/2/1/1/simple-hierarchy.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: aspect-ext_oneapi_virtual_functions
2-
//
31
// RUN: %{build} -o %t.out %helper-includes
42
// RUN: %{run} %t.out
53

sycl/test-e2e/VirtualFunctions/2/2/single-construct-single-use.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REQUIRES: aspect-ext_oneapi_virtual_functions
2-
//
31
// RUN: %{build} -o %t.out %helper-includes
42
// RUN: %{run} %t.out
53

sycl/test-e2e/VirtualFunctions/lit.local.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ import os
44
# paths like "../../../helper.hpp" in them, so let's just register a
55
# substitution to add directory with helper headers into include search path
66
config.substitutions.append(("%helper-includes", "-I {}".format(os.path.dirname(os.path.abspath(__file__)))))
7+
config.required_features += ['aspect-ext_oneapi_virtual_functions']

0 commit comments

Comments
 (0)