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

Error in build system when installing from release tarball #53

Closed koomie closed 1 year ago

koomie commented 1 year ago

The v.1.04 release introduced inclusion of the release tag sha in a VERSION.sha file. There is an issue in the build system presently where this value is overwritten with an empty value when doing a cmake build/install starting from the release tarball.

Need to fix so that the correct git sha is displayed when running omniperf with the --version option.