Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 74203fd

Browse files
committed
forgot to clang-format
1 parent 1733d55 commit 74203fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SYCL/Basic/partition_supported.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Nvidia should not allow sub_devices but does not throw corresponding error.
77
// XFAIL: hip_nvidia
88
/* Check that:
9-
1) if partition_equally is supported, then we check that the correct
9+
1) if partition_equally is supported, then we check that the correct
1010
invalid errc is returned if more than max_compute_units are requested
1111
1212
2) [info::device::partition_properties]: returns the partition properties
@@ -102,7 +102,6 @@ int main() {
102102
return -1;
103103
}
104104
}
105-
106105
} else {
107106
try {
108107
auto subDevices = dev.create_sub_devices<

0 commit comments

Comments
 (0)