Skip to content

Commit

Permalink
ggml : add backend registry / device interfaces to BLAS backend
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed Oct 7, 2024
1 parent 6374743 commit e3161b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ggml/src/ggml-backend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,10 @@ struct ggml_backend_registry {

// TODO: sycl, vulkan, kompute, cann

#ifdef GGML_USE_BLAS
register_backend(ggml_backend_blas_reg());
#endif

register_backend(ggml_backend_cpu_reg());
}

Expand Down

0 comments on commit e3161b8

Please sign in to comment.