Ben Richard

Results 7 issues of Ben Richard

This seems to be an issue in rocprof. Is there a way omnitrace-avail can ignore this error from rocprof? On this machine I am unable to disable the unsupported GPU,...

### Suggestion Description As new instructions/features are added with each new arch, it is useful to know the target architecture at compile time to employ separate code paths. For example:...

### Suggestion Description My laptop is an HP Omen. It has a gfx90c (not supported) and a gfx1032 (supported). The gfx90c cannot be disabled, even in the BIOS. I cannot...

**Describe the bug** When profiling a workload with very high arithmetic intensity, the peak ALU line stops in the middle of the chart while the data points appear further right....

bug

**Describe the bug** The height of the items in the Kernel dropdown is too big (150 pixels!). **To Reproduce** omniperf analyze -p --gui click Kernel menu drop-down **Expected behavior** The...

bug

Addresses #689 rocprof-compute would crash if the program did not have any kernel launches - Handle case where program has no kernel launches/rocprof has missing data - Improve error messages...

`requirements.txt` listed `dash >= 1.12.0`, but as of `3.0.0` our code is no longer compatible. `app.run_server()` has been replaced by `app.run()`, and integer indexing with `[]` has been deprecated. This...