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 189c4b9 commit 5f230b1Copy full SHA for 5f230b1
ggml/src/ggml-sycl/common.cpp
@@ -140,7 +140,7 @@ void ggml_backend_sycl_print_sycl_devices() {
140
}
141
142
std::map<std::string, size_t> DeviceNums2;
143
- fprintf(stderr, "Part2:\n");
+ fprintf(stderr, "\nPart2:\n");
144
fprintf(stderr, "|ID|Max compute units|Max work group|Max subgroup| Driver version|\n");
145
fprintf(stderr, "|--|-----------------|--------------|------------|----------------------------------|\n");
146
for (int id = 0; id < device_count; ++id) {
0 commit comments