Isuru Fernando
2025-01-06 04:55:22 +00:00
committed by PyTorch MergeBot
parent 417354d953
commit 8633845090
3 changed files with 15 additions and 2 deletions

View File

@ -759,6 +759,7 @@ class PythonWrapperCodegen(CodeGen):
import os
import tempfile
from math import inf, nan
from cmath import nanj
from torch._inductor.hooks import run_intermediate_hooks
from torch._inductor.utils import maybe_profile
from torch._inductor.codegen.memory_planning import _align as align