Skip to content

Commit 5f230b1

Browse files
insert spaceline between tables
1 parent 189c4b9 commit 5f230b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void ggml_backend_sycl_print_sycl_devices() {
140140
}
141141

142142
std::map<std::string, size_t> DeviceNums2;
143-
fprintf(stderr, "Part2:\n");
143+
fprintf(stderr, "\nPart2:\n");
144144
fprintf(stderr, "|ID|Max compute units|Max work group|Max subgroup| Driver version|\n");
145145
fprintf(stderr, "|--|-----------------|--------------|------------|----------------------------------|\n");
146146
for (int id = 0; id < device_count; ++id) {

0 commit comments

Comments
 (0)