[torch.compile] transparent compilation with more logging (#12246)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
@@ -2785,6 +2785,7 @@ class CompilationConfig(BaseModel):
|
||||
compile_sizes: List[int] = PrivateAttr
|
||||
capture_sizes: List[int] = PrivateAttr
|
||||
max_capture_size: int = PrivateAttr
|
||||
local_cache_dir: str = PrivateAttr # local cache dir for each rank
|
||||
# optimization:
|
||||
# Intuitively, bs_to_padded_graph_size should be Dict[int, int].
|
||||
# since we know all keys are in a range [0, max_capture_size],
|
||||
|
||||
Reference in New Issue
Block a user