Skip to content

Commit d0d8337

Browse files
committed
Fix test failure.
1 parent 1a76fd8 commit d0d8337

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/dynamic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Test -fsycl-allow-device-image-dependencies with dynamic libraries.
22

33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
45

56
// DEFINE: %{dynamic_lib_options} = -fsycl %fPIC %shared_lib -fsycl-allow-device-image-dependencies -I %S/Inputs %if windows %{-DMAKE_DLL %}
67
// DEFINE: %{dynamic_lib_suffix} = %if windows %{dll%} %else %{so%}

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/free_function_kernels.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
// The name mangling for free function kernels currently does not work with PTX.
88
// UNSUPPORTED: cuda
9+
// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
910

1011
// XFAIL: hip_amd
1112
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15742

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/math_device_lib.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: aspect-fp64
22
// UNSUPPORTED: hip || cuda
3+
// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
34

45
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
56

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/objects.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Test -fsycl-allow-device-image-dependencies with objects.
22

33
// UNSUPPORTED: cuda || hip
4+
// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
45

56
// RUN: %clangxx --offload-new-driver -fsycl %S/Inputs/a.cpp -I %S/Inputs -c -o %t_a.o
67
// RUN: %clangxx --offload-new-driver -fsycl %S/Inputs/b.cpp -I %S/Inputs -c -o %t_b.o

sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver/singleDynamicLibrary.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Windows and Linux.
33

44
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED-INTENDED: Not implemented yet for Nvidia/AMD backends.
56

67
// RUN: %clangxx --offload-new-driver -fsycl %fPIC %shared_lib -fsycl-allow-device-image-dependencies -I %S/Inputs \
78
// RUN: %S/Inputs/a.cpp \

0 commit comments

Comments
 (0)