Cole Ramos
Cole Ramos
Doesn't this commit address that? https://github.com/zeromq/libzmq/commit/c079ca5cc44f3a485a05e6af4cc60c40ec528838 I might be wrong, but I'm basing this off your example > See [cppzmq](https://github.com/zeromq/cppzmq/blob/160ac8ec61298508093933a9f53bfedfb6ba0425/CMakeLists.txt#L34-L36) for an example of how to fix this.
@Ruturaj4 It looks like there was an issue setting local on this system to UTF-8. Particularly this function call: https://github.com/ROCm/omniperf/blob/0c8591ccca179e2f22cd4e402197434619be40f5/src/utils/utils.py#L607-L615 Could you try `$ locale.setlocale(locale.LC_ALL, "en_US.UTF-8") ` manually to see...
@aska-0096 if we assume the vcopy executable is being compiled properly and you can confirm that with a quick sanity check (i.e. `./vcopy -n 1048576 -b 256`), I would guess...
This issue is related to a `rocprofv2` change, specifically, they now use exec to handle arg parsing in the latest versions of ROCm. A slight logic change was required on...
> Just wondering if there are some explanations on what some mertics means (like nvidia compute). For example, i'd like to know MFMA, VALU and so on, while there're no...
I couldn't reproduce the issue with the commands you attached. I suspect you may have incorrectly pulled - I'll schedule an appointment to review over the phone
If I provide the same path twice, error is correctly caught, i.e. ```console $ omniperf analyze -p workloads/mix/MI200/ -p workloads/mix/MI200/ ___ _ __ / _ \ _ __ ___ _...
Thanks for your contribution @WillTrojak. As stated in our [CONTRRIBUTING.md](https://github.com/AMDResearch/omniperf/blob/main/CONTRIBUTING.md) guide, we require users sign-off on commits > Omniperf requires new commits to include a "Signed-off-by" token in the commit...
@ausellis0 after toying around with a reproducer, I found this issue can be isolated to rocprofv2. See below Case 1 yields the same input file as Case 2, so profiler...
Let's take a case where the report looks okay: ```console $ omniperf analyze -p workloads/mix/MI200/ -b 2.1.23 Execution mode = analyze ___ _ __ / _ \ _ __ ___...