We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6cc34 commit 13aed34Copy full SHA for 13aed34
sycl/test-e2e/HostInteropTask/interop-task-cuda-buffer-migrate.cpp
@@ -28,12 +28,6 @@ int main() {
28
platform(gpu_selector_v).get_devices(info::device_type::gpu);
29
std::cout << Devices.size() << " devices found" << std::endl;
30
31
- if (Devices.size() == 1) {
32
- // Since this is XFAIL for Devices.size() > 1 we need to return failure if
33
- // test can't run
34
- return 1;
35
- }
36
-
37
context C(Devices);
38
39
int Index = 0;
0 commit comments