You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vulkan] Fix compilation of vulkan-shaders-gen on w64devkit after e31a4f6 (ggml-org#8880)
* Fix compilation issue in `vulkan-shaders-gen`
ggml-org@e31a4f6 broke compilation on w64devkit. Including `algorithm` seems to fix that.
* Guard it under `#ifdef _WIN32`
0 commit comments