ggml icon indicating copy to clipboard operation
ggml copied to clipboard

ggml_init: Illegal instruction at address 0x<address>

Open maihd opened this issue 2 years ago • 0 comments

When build tests/test0.c program, it's crashed when run on Windows compile with zig cc. Because in ggml_time_us() timer_freq are not inialized. I fixed by adding ggml_time_init(). Src: https://github.com/maihd/fun-with-zig/blob/main/ggml_bindings/src/main.zig

maihd avatar Mar 21 '23 17:03 maihd