Rūdolfs Bundulis
Rūdolfs Bundulis
Seems that the new oneAPI Intel installer places things in different paths than expected by FindBLAS.cmake - after setting everything up (Intel oneAPI 2021.2) I could not make the cmake...
I'm opening a PR for feature that collects GPU metrics via WDDM in the perflib collector (initially the idea was to collect NVIDIA GPU metrics via NVML but that does...
### Description Due to leaks and sync issues it would be very interesting to obtain the statistics show in the diagnostics window for aggregation and inspection. Currently AMCP has some...
**Describe the bug** More likely that this is an issue with cargo-c (or my misuse of it) not with rav1e but here goes - I was trying to build the...
Strip newline from version variable, otherwise the newline in the variable breaks ninja. The newline symbol becomes a `$` in `.ninja` and then breaks the generated compiler invocations.
## Motivation `idb` currently does not support changing device rotation (equivalent of "rotate left" and "rotate right" functionality of Simulator.app) ## Test Plan This PR currently does not have support...
## Motivation I need to run idb in a node native addon thus there is nothing to drive the main queue which is used under the hood. This PR seems...