Skip to content

Commit f6c1bfe

Browse files
committed
refactor: Apply linting
Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent fbce402 commit f6c1bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/compiler.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ std::string ConvertGraphToTRTEngine(const torch::jit::script::Module& mod, std::
371371
cfg.convert_info.engine_settings.workspace_size = GetRecommendedWorkspaceSize(cuda_device);
372372
}
373373

374-
375374
MapInputsAndDetermineDTypes(cfg, g, static_params, first_use_types);
376375

377376
auto engine = conversion::ConvertBlockToEngine(g->block(), cfg.convert_info, static_params);

0 commit comments

Comments
 (0)