Skip to content

Commit 802be1c

Browse files
committed
format
1 parent 240c553 commit 802be1c

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

sycl/test-e2e/Graph/Explicit/host_task2_multiple_roots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// REQUIRES: aspect-usm_shared_allocations
77

88
// UNSUPPORTED: cuda && windows
9-
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not supported by
10-
// CUDA on Windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

sycl/test-e2e/Graph/Explicit/host_task_multiple_roots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// REQUIRES: aspect-usm_shared_allocations
77

88
// UNSUPPORTED: cuda && windows
9-
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not supported by
10-
// CUDA on Windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

sycl/test-e2e/Graph/Explicit/spec_constants_kernel_bundle_api.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
//
66

77
// UNSUPPORTED: hip
8-
// UNSUPPORTED-INTENDED: The following limitation is not restricted to Sycl-Graph
9-
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
8+
// UNSUPPORTED-INTENDED: The following limitation is not restricted to
9+
// Sycl-Graph but comes from the orignal test :
10+
// `SpecConstants/2020/kernel-bundle-api.cpp`
1011

1112
#define GRAPH_E2E_EXPLICIT
1213

sycl/test-e2e/Graph/RecordReplay/host_task2_multiple_roots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// REQUIRES: aspect-usm_shared_allocations
77

88
// UNSUPPORTED: cuda && windows
9-
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not supported by
10-
// CUDA on Windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

sycl/test-e2e/Graph/RecordReplay/host_task_multiple_roots.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// REQUIRES: aspect-usm_shared_allocations
77

88
// UNSUPPORTED: cuda && windows
9-
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not supported by
10-
// CUDA on Windows
9+
// UNSUPPORTED-INTENDED: Concurrent access to shared USM allocations is not
10+
// supported by CUDA on Windows
1111

1212
// Test is flaky on Windows for all targets, disable until it can be fixed
1313
// UNSUPPORTED: windows

sycl/test-e2e/Graph/RecordReplay/spec_constants_kernel_bundle_api.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
//
66

77
// UNSUPPORTED: hip
8-
// UNSUPPORTED-INTENDED: The following limitation is not restricted to Sycl-Graph
9-
// but comes from the orignal test : `SpecConstants/2020/kernel-bundle-api.cpp`
8+
// UNSUPPORTED-INTENDED: The following limitation is not restricted to
9+
// Sycl-Graph but comes from the orignal test :
10+
// `SpecConstants/2020/kernel-bundle-api.cpp`
1011

1112
#define GRAPH_E2E_RECORD_REPLAY
1213

0 commit comments

Comments
 (0)