fix indent
This commit is contained in:
parent
b565737660
commit
d464e4bfbe
1 changed files with 1 additions and 1 deletions
|
@ -15091,7 +15091,7 @@ ggml_backend_t ggml_backend_sycl_init(int device) {
|
|||
|
||||
ggml_backend_sycl_context * ctx = new ggml_backend_sycl_context {
|
||||
/* .device = */ device,
|
||||
/* .name = */ GGML_SYCL_NAME + std::to_string(device),
|
||||
/* .name = */ GGML_SYCL_NAME + std::to_string(device),
|
||||
};
|
||||
|
||||
ggml_backend_t sycl_backend = new ggml_backend {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue