Skip to content

Commit

Permalink
insert spaceline between tables
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoZhangJianyu committed Jun 30, 2024
1 parent 189c4b9 commit 5f230b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void ggml_backend_sycl_print_sycl_devices() {
}

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

0 comments on commit 5f230b1

Please sign in to comment.