AMDGPU.jl icon indicating copy to clipboard operation
AMDGPU.jl copied to clipboard

Add timespan logging via TimespanLogging.jl

Open jpsamaroo opened this issue 3 years ago • 0 comments

This will make it easier to avoid needing to use tools like rocprof to do simple timespan analysis of actions like kernel launch, allocation latency, memory transfer time, etc.

Todo:

  • [ ] Benchmark cost of disabled logging vs. master
  • [ ] Add docs
  • [ ] Add tests

jpsamaroo avatar Aug 15 '22 20:08 jpsamaroo