ROCm / hipify_torch

MIT License
18 stars 10 forks source link

Replace hipProfilerStart/Stop with roctracer functions #60

Closed pnunna93 closed 11 months ago

pnunna93 commented 11 months ago

hipProfilerStart/Stop are deprecated and its recommended to use roctracer_start/stop instead(https://github.com/ROCm-Developer-Tools/HIP-autopr/blob/cc28cc271e500bdf2027b51049b08685ee1905a4/include/hip/hip_runtime_api.h#L3881). This PR replaces the hipProfiler mappings with roctracer.