Thomas Fitzsimmons
Thomas Fitzsimmons
Hi libre-man, Here are some portability changes to eliminate compilation warnings, fix ECL --shell mode, and fix --help output formatting under GNU CLISP. With these changes and #36 I'm happy...
Hi libre-man, Thanks for maintaining unix-opts. I'd like usage to go on the first line of --help output, and also to be able to specify a brief description of the...
This new 8042 driver package improves PS/2 initialization robustness. PS/2 keyboard and mouse drivers are also split into new packages. This pull request addresses the feedback @froggey provided on IRC.
This new 8042 driver improves PS/2 initialization robustness. I didn't intend to completely rewrite ps2.lisp but that's what ended up happening. I had to do a big rebase onto master;...
Hi, It would be nice if CLON supported having options anywhere on the command line. For example, suppose I want to add an option at the end of a command...
ggml.c fails to compile on Debian ppc64le, GCC 11, with: ggml.c:135:10: fatal error: immintrin.h: No such file or directory 135 | #include If I comment out that line, the build...
With the FP32 base model and this patch set, the jfk example takes about 3.2 seconds to transcribe. This is another data point for #300, and it is about one...
I changed GGML_F16_VEC_LOAD and GGML_F16_VEC_STORE to pass the index as a separate argument. I haven't tested those changes on the other architectures. Will they be tested automatically before the merge?
I could not eliminate the separate index argument in the f16 load and store macros, so this patch set needs testing on other architectures. The existing GGML_F32x4_REDUCE macro performs as...