Closed benrichard-amd closed 8 months ago
Thanks for the report @benrichard-amd . The issue has been patched (here https://github.com/AMDResearch/omniperf/commit/d9a6832e3063c61f8866d380546a82fe8fe7914f ) and will be included in the upcoming release.
Describe the bug
omniperf profile
crashes with Python error:UnicodeDecodeError
Development Environment:
Ubuntu 20.04
andUbuntu 22.04
1.1.0-PR1 (release)
Git revision: b9e474eMI200
To Reproduce
Run
omniperf profile
, for example:omniperf profile --name gemm_test -- ./gemm
Output:
Expected behavior Profiling happens successfully
Additional context Changing
"ascii"
to"utf-8"
on that line seems to avoid the issue.