AMDGPU.jl
AMDGPU.jl copied to clipboard
Add timespan logging via TimespanLogging.jl
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