Commit e0679dc
committed
ci : add GGML_NATIVE=OFF and GGML_BMI2=OFF to windows-blas
This commit adds the GGML_NATIVE=OFF and GGML_BMI2=OFF flags to the
Windows BLAS build.
The motivation for this is that currently the Windows BLAS build
uses the native CPU instructions and if target systems do not support
these instructions, the build will fail like the linked issue reports.
Resolves: ggml-org#38891 parent 48f628a commit e0679dc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| 292 | + | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
| |||
0 commit comments