File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
sycl/test-e2e/DeviceImageDependencies/NewOffloadDriver Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 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%}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments