Peter Jung

Results 35 issues of Peter Jung

mesa is currently compiled without LTO due bugs in GCC 14. We could starting to consider, to enable ThinLTO and a clang built mesa. Anyone needs to benchmark with AMD...

Performance and Stability testing pending More info: https://github.com/CachyOS/CachyOS-PKGBUILDS/issues/327

Nginx is a heavily used webserver. CachyOS is currently not much known for server usage, but still having a bunch of users, which are using nginx. As Instrumentation we can...

Valkey (Redis) is a very performance oriented database. Improving its latency and performance with PGO should provide quite a benefit. For the instrumentation part we can use "redis-bench", valkey has...

### Checklist - [X] I am not using this driver from inside a Virtual Machine. - [X] I performed all of the [installation steps](/README.md#installation-steps) as written. - [X] I have...

bug

### NVIDIA Open GPU Kernel Modules Version ed4be649623435ebb04f5e93f859bf46d977daa4 ### Please confirm this issue does not happen with the proprietary driver (of the same version). This issue tracker is only for...

bug
NV-Triaged

Hi together, On CachyOS we want to move forward to clang built kernels as default and investigating currently a bunch of dkms modules. See: https://github.com/CachyOS/linux-cachyos/issues/286 rtw89 with LLVM 18 is...

Hi together, Currently when repoctl down is used, it does also download its dependecy of the AUR package, even if this package is in the repository and also up2date. I...

This adds the patches required for the 575 NVIDIA driver and additionally adding support for GCC15 Signed-off-by: Peter Jung

Currently BOLT is not working with instrumentation, due its not proceeding at the instrument step. See: https://github.com/python/cpython/issues/124948 This patch is from @lseman and switches to branch sampling. This appears to...