rocprofiler icon indicating copy to clipboard operation
rocprofiler copied to clipboard

Fix issue#66

Open kikimych opened this issue 4 years ago • 0 comments

Added explicit check for infinite recursion in EnableExecutableTracking function. It's impossible to guarantee any order of EnableExecutableTracking and InitHsaApiTable. Removing null check for hsa_api_.hsa_init will add dependency from number and order of InitHsaApiTable calls.

kikimych avatar Feb 16 '22 18:02 kikimych