Eric
Eric
I confirm Solacegds diagnostic: LBM worked great with my 3 monitors setup, up until my right monitor died, the replacement is the same model as the left one, and now...
Yes, but they are all flashy colors or darky, and have no margins. (the margin is what would probably makes more difference)
This can be fixed by changing the js & css references to and the layer assignment line in the js to layer = protomaps.leafletLayer({attribution:'Protomaps ©
Hmmm, I tried "Refresh Map" on the first link, and it did nothing. The devtools console log shows the following error main.2e0a4e319ff223bc32c14fb97b67b0469cee16c5.js:15 POST https://protomaps.com/downloads/small_map 403
I used an own benchmark. You are right, it is attempting to use all CPU cores (even hyper-threaded ones), but AFAICT the threads mostly end up starved of memory access...
FWIW I have been able to test on a Xeon E3-1240v6 server with fast RAM, and this is the first CPU where multi-thread was beneficial, though only achieving twice the...
To test between single and multi threading, I only adjusted OPENBLAS_NUM_THREADS, I have not adjusted affinity. Below is the chart of execution time ratio between single thread (OPENBLAS_NUM_THREADS set at...
Yes, m=n=1000, that's 4 MB + 4 kB in (matrix + vector) and 4 kB out With gemm, you mean matrix-matrix ? I guess size 1000 will be completely memory-bound....
Yes, but why mutate the list passed in parameter ? Also it's the parameter list that is set to unsorted, not the destination list, and keywords are rarely changed in...
This is something that I have been wondering about. The guide mentions https://github.com/ottypes/rich-text/ but it does not seem to include any renderer. I have found this project https://github.com/casetext/quill-render but it...