Guillaume D.
Guillaume D.
+1 to have the possibility to change statPath: DerivedStats.MemoryPercentage by DerivedStats.MemoryUsage for example. Edit: Currently I use statPath: ClientStats.MemoryStats.Usage but the unit is B not MB
Hi. Any update ?
Hello. Any update on this issue ?
Any update on this ? @Rodrigodd Why do you use `-ramsize 4` ? STM32C011 has 6 kB. EDIT: It works for me. I just forgot to pass my RTT init...
go run cogentcore.org/core/gpu/cmd/webgpuinfo@main - result: ``` Default WebGPU Adapter number: 2 Type: cpu Backend: d3d12 Set the GPU_DEVICE environment variable to an adapter number to select a different GPU #####################################################################...
stack trace: ``` 2025/02/24 20:25:51 panic: runtime error: index out of range [0] with length 0 2025/02/24 20:25:51 2025/02/24 20:25:51 ----- START OF STACK TRACE: ----- 2025/02/24 20:25:51 goroutine 1...
> could you constantly reproduce the error above? yes on my desktop. But on my laptop, no problemo. > do you use any rdp software? no, I don't. Classic desktop...
> can you try replacing @main with @2230780 doesn't work
Doesnt work. powershell set env var with: `$env:GPU_DEVICE="1"` then: `go run cogentcore.org/core/examples/demo@main` --- does it make sense that `go run github.com/cogentcore/webgpu/examples/triangle@main` works ?
yes this is correct: `Default WebGPU Adapter number: 1 Type: discrete-gpu Backend: d3d12`