Krzysztof Łopatowski
Krzysztof Łopatowski
I've been trying to improve perf tools' startup time to make working on fixing broken tests/features of perf bearable on NixOs. I've learned that processing /proc/kallsyms is a costly operation;...
### Problem Description When I take the basic **hello-world example** from hip examples, build it with -O0 -g, open it in rocgdb - breakpoints in gpu kernel executed code require...
Added a simple SharedWorker example based on webworker-module example. It demonstrates using both `set_on `and `addEventListener` interfaces. As of this moment this example has a problem to be fixed where...
### Summary I've tried to implement a SharedWorker with rust [here](https://github.com/trunk-rs/trunk/pull/1004). It mostly works, except the page which first creates the SharedWorker doesn't connect to it. ### Steps to reproduce...