ggml-blas: hide warnings from included BLAS headers#18818
ggml-blas: hide warnings from included BLAS headers#18818ggerganov merged 3 commits intoggml-org:masterfrom
Conversation
|
cc @AndVinni |
Ready to merge? Or should we wait for his comment/input? :) |
|
It would be nice to confirm - I'm not familiar with CMake |
|
I can confirm it is working for me (Ubuntu 24.04 with GCC 13). I can't speak to MinGW or Where before I saw: I tested these with |
|
SYSTEM replaces the
result in my_app.vcxproj: SYSTEM is a completely cross-platform solution. |
Answered by @/AndVinni :) If there are no further comments/changes, let's merge in a few hours. |
* fix compile def openblas, blis for compat libs, nvpl compile def, warn if no blas vendor set * ggml-blas: hide warnings from included BLAS headers
This is a followup from #18205 (comment) to hide some warnings. These warnings are appearing now that the correct headers are being included in some builds.