ROCm / rocmProfileData

MIT License
12 stars 5 forks source link

Copy kernel schema #11

Closed mwootton closed 2 years ago

mwootton commented 2 years ago

Modify schema to store memcpy and kernel arguments as being associated with the api call rather than the async op. This allows synchronous memcpy calls to save arguments. Correlation is possible through api->ops table.