ROCm / rocprofiler-compute

Advanced Profiling and Analytics for AMD Hardware
https://rocm.docs.amd.com/projects/omniperf/en/latest/
MIT License
135 stars 49 forks source link

Syntax error when giving the same path twice to CLI Baseline #260

Closed JoseSantosAMD closed 7 months ago

JoseSantosAMD commented 8 months ago

Describe the bug I get the following error when I pass the same path to baseline SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0x9a in position 0: invalid start byte

Development Environment: -RHEL8

To Reproduce Steps to reproduce the behavior:

  1. Run ./src/omniperf analyze --path tests/workloads/vcopy/MI200 --path tests/workloads/vcopy/MI200
  2. See error image
coleramos425 commented 8 months ago

Related to #67

coleramos425 commented 7 months ago

Resolved