ROCm / rocmProfileData

MIT License
14 stars 8 forks source link

Fix autograd table generation #42

Closed mwootton closed 10 months ago

mwootton commented 10 months ago

The autograd table generator was not parsing correctly when 'with_shapes' was not enabled. Added a regex. Html formatter was writing to stdout instead of the output file. This was a leftover from testing. Fixed.