M. Zhou
M. Zhou
This issue is not found on Linux (Debian unstable), with both rich 13.3.1 and 13.7.0. Maybe apple has done some good job here.
A `debian_1_6_0` branch is ok. Remind that the core issue is that any file outside of the `debian` directory must not be changed with respect to the latest source version...
BTW, debian is currently in the deep freeze stage. Major updates are generally not recommended in this period because we don't know how much new bug is hidden in the...
I maintain fish for Debian family (including Ubuntu etc). Feel free to at me here on GitHub, or reach out throught email. I'll have to check debcargo and get back...
> Thanks. Maybe I can get the build to dump `tests/test-suite.log` on failure to make things easier in the future. I'll look into that. Maybe something like `configure --verbose-test`? >...
It seems DDs have access to sparc64 porterbox https://db.debian.org/machines.cgi . I'll rebuild with that patch and get back. May lag a little bit as I'm busy with paper rebuttal recently.
Ummm.... may I ask the concrete command you used for printing images with the BlapinusCMedium-12.pcf.gz font? I'm trying to reproduce the results but I could not get it using these...
Well, my Leicht project is largely educational. Its performance is almost not optimized at all, although it should run on all architectures. Intel has a highly optimized oneMKL library for...
OK. My suggestion is to separate the training and inference code for Chafa. Training scripts are suggested to be implemented in PyTorch. So that you can try to train different...
It makes no sense to optimize BLAS on our own. It's a very complicated work. See BLAS implementations in the following links: https://wiki.debian.org/DebianScience/LinearAlgebraLibraries https://wiki.gentoo.org/wiki/Blas-lapack-switch https://wiki.gentoo.org/wiki/BLAS_and_LAPACK_Providers In some distributions like Debian...