Skip to content

Commit b299aa3

Browse files
committed
ggml:fix minior issue during rebase upstream PR-14501: remove kompute backend
1 parent a4ca5f6 commit b299aa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-backend-reg.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,6 @@ void ggml_backend_load_all_from_path(const char * dir_path) {
575575
ggml_backend_load_best("cann", silent, dir_path);
576576
ggml_backend_load_best("cuda", silent, dir_path);
577577
ggml_backend_load_best("hip", silent, dir_path);
578-
ggml_backend_load_best("kompute", silent, dir_path);
579578
ggml_backend_load_best("metal", silent, dir_path);
580579
ggml_backend_load_best("rpc", silent, dir_path);
581580
ggml_backend_load_best("sycl", silent, dir_path);

0 commit comments

Comments
 (0)