Revert "Fast standalone symbolize for unwinding (#123966)"

This reverts commit 772ae6da1eb9be1f4238ff993830c56488ecae13.

Reverted https://github.com/pytorch/pytorch/pull/123966 on behalf of https://github.com/jeanschmidt due to Breaking internal builds, check D56522678 ([comment](https://github.com/pytorch/pytorch/pull/123966#issuecomment-2076821043))
This commit is contained in:
PyTorch MergeBot
2024-04-25 10:04:48 +00:00
parent 2d7f709752
commit c0fd7894cc
24 changed files with 111 additions and 1596 deletions

View File

@ -16,6 +16,7 @@ import subprocess
import random
from random import randint
import json
import torch
import torch.cuda
from torch.cuda._memory_viz import profile_plot, _profile_to_snapshot