Fix missing semicolon
This commit is contained in:
parent
22d4166ed6
commit
b5f23c9e4c
1 changed files with 3 additions and 3 deletions
|
@ -130,7 +130,7 @@ void ggml_backend_sycl_print_sycl_devices() {
|
|||
" |compute|Max work|sub |mem | |\n");
|
||||
GGML_LOG_INFO(
|
||||
"|ID| Device Type| "
|
||||
"Name|Version|units |group |group|size | Driver version|\n")
|
||||
"Name|Version|units |group |group|size | Driver version|\n");
|
||||
GGML_LOG_INFO(
|
||||
"|--|-------------------|---------------------------------------|------"
|
||||
"-|-------|--------|-----|-------|---------------------|\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue