From: Georgi Gerganov Date: Tue, 14 Apr 2026 12:58:09 +0000 (+0300) Subject: ci : re-enable mac workflows (llama/21894) X-Git-Tag: upstream/1.9.2~591 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7024f7e5c12e7b0c42f5edddf69ed3210caf497a;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ci : re-enable mac workflows (llama/21894) * ci : re-enable mac workflows * vulkan : fix compile warning --- diff --git a/ggml/src/ggml-webgpu/ggml-webgpu.cpp b/ggml/src/ggml-webgpu/ggml-webgpu.cpp index 8d0e1093..aa3fe06d 100644 --- a/ggml/src/ggml-webgpu/ggml-webgpu.cpp +++ b/ggml/src/ggml-webgpu/ggml-webgpu.cpp @@ -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; }