Bernhard Enders

Results 46 comments of Bernhard Enders

I've tested with various CPU families (mostly Nehalem, but also with AMD ryzen/threadripper). The above mentioned aspect (too much time spent with kernel calls) happens with every tested system. In...

I don't know if the "problem" is related to sched_yield(), I'm afraid I don't have the right tools to check... So instead I provide the example code below so the...

Since this issue is still affecting many libraries/softwares that relies on OpenBLAS, I've created a [minimal example file](https://gist.github.com/bgeneto/155dbaf4e56fae9015b40c16c4268b7a) showing the issue. Now that Intel OneAPI is [easily available](https://gist.github.com/bgeneto/3a7fbebe1d9276dadedc704f7ac24ce8) for Linux/WSL2,...

- OpenBLAS v0.3.20 - Linux pop-os 5.18.10 - 12th Gen Intel(R) Core(TM) i5-12600K (limited to 4 threads via env vars) - Problem/matrix size/shape: 4096 x 4096 > **gcc + openblas**...

### Report for AMD Ryzen 5 5600G running only ZHEEV - OpenBLAS v0.3.20 (ZHEEV only, no ZHEEVR) - Linux pop-os 5.18.10 - **AMD Ryzen 5 5600G** (limited to 4 threads...

> unfortunately nothing there has changed w.r.t the implementation status of ZHEEV_2STAGE compared to my above comment from 2018) That's really unfortunate! Maybe we should report elsewhere @martin-frbg (any netlib...

Yes. It is possible. Please mark/check the option "Require admin approval?" in Admin -> Settings -> Additional page. Now registered users are created but are disabled by default. It would...

Yep. I'm currently using this file in production (via Heroku). But there is a small change you have to do in Javascript in order to output the duration correctly. The...

The updated js file is here (see variables diffSeconds, diffHours, diffMinutes, and timeDiff): [main.js](https://raw.githubusercontent.com/bgeneto/StatusPage/v3/js/app/main.js) And the v2 compatible php file is here (same file as above): [statusPage.php](https://raw.githubusercontent.com/bgeneto/StatusPage/v3/build/statuspage/statusPage.php)

You can simply run the Python script below to find out system apps package name for your iso image and then replace the corresponding `dism` commands (in the original tiny11...