Fix missing semicolon

This commit is contained in:
Akarshan Biswas 2024-11-29 18:05:00 +05:30
parent 22d4166ed6
commit b5f23c9e4c
No known key found for this signature in database
GPG key ID: 52A578A14B32134D

View file

@ -130,7 +130,7 @@ void ggml_backend_sycl_print_sycl_devices() {
" |compute|Max work|sub |mem | |\n"); " |compute|Max work|sub |mem | |\n");
GGML_LOG_INFO( GGML_LOG_INFO(
"|ID| Device Type| " "|ID| Device Type| "
"Name|Version|units |group |group|size | Driver version|\n") "Name|Version|units |group |group|size | Driver version|\n");
GGML_LOG_INFO( GGML_LOG_INFO(
"|--|-------------------|---------------------------------------|------" "|--|-------------------|---------------------------------------|------"
"-|-------|--------|-----|-------|---------------------|\n"); "-|-------|--------|-----|-------|---------------------|\n");