-
Notifications
You must be signed in to change notification settings - Fork 398
Closed
Description
When I update to the newest commit 9578fdc, I encounter the build issue for metal. But it works for no metal or cuda.
- Compile command
cmake .. -DSD_METAL=ON
cmake --build . --config Release
- Cmake error message
stable-diffusion.cpp/./ggml_extend.hpp:1143:13: error: use of undeclared identifier 'ggml_backend_metal_set_n_cb'
ggml_backend_metal_set_n_cb(backend, n_threads);
stable-diffusion.cpp/stable-diffusion.cpp:164:9: error: use of undeclared identifier 'ggml_backend_metal_log_set_callback'
ggml_backend_metal_log_set_callback(ggml_log_callback_default, nullptr);
stduhpf
Metadata
Metadata
Assignees
Labels
No labels