Skip to content

Commit 972b78e

Browse files
committed
fix: distingush engines based on compilation settings in addition to graph structure
Signed-off-by: Naren Dasan <[email protected]>
1 parent c2e0d4c commit 972b78e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

py/torch_tensorrt/dynamo/_engine_cache.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ def pack(
102102
"""
103103

104104
settings = copy.deepcopy(compilation_settings)
105-
settings.torch_executed_ops = {
106-
f"torch.ops.{op.__str__()}" for op in settings.torch_executed_ops
107-
}
108-
109105
return pickle.dumps(
110106
{
111107
"serialized_engine": bytes(serialized_engine),

0 commit comments

Comments
 (0)