Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
  • use torch.autograd.profiler.profile() to profile pytorch code.
  • since cuda is async, we cannot use python's time() function.
  • since timing takes some time to warmup, we can do some dummy calculation.