I profile a model with train model ()and get the profile file xxx.json
with torch.autograd.profiler.profile(enabled=True, use_cuda=False, record_shapes=False, profile_memory=False) as prof:
I get the file, in the backward part, there are many kernels, but I don’t know the corresponding forward operator for it.
