]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ci : re-enable mac workflows (llama/21894)
authorGeorgi Gerganov <redacted>
Tue, 14 Apr 2026 12:58:09 +0000 (15:58 +0300)
committerGeorgi Gerganov <redacted>
Thu, 30 Apr 2026 08:29:08 +0000 (11:29 +0300)
* ci : re-enable mac workflows

* vulkan : fix compile warning

ggml/src/ggml-webgpu/ggml-webgpu.cpp

index 8d0e109365f4692f3eb76600e275d55287903fcb..aa3fe06d5a97f287578a315a2fa6626536e9e870 100644 (file)
@@ -3485,7 +3485,7 @@ static bool create_webgpu_device(ggml_backend_webgpu_reg_context * ctx) {
     dev_desc.requiredFeatureCount = required_features.size();
     dev_desc.SetDeviceLostCallback(
         wgpu::CallbackMode::AllowSpontaneous,
-        [ctx](const wgpu::Device & device, wgpu::DeviceLostReason reason, wgpu::StringView message) {
+        [](const wgpu::Device & device, wgpu::DeviceLostReason reason, wgpu::StringView message) {
             if (reason == wgpu::DeviceLostReason::Destroyed) {
                 return;
             }