Skip to content

Commit 0268da2

Browse files
committed
fix: remove outdated member variables
Signed-off-by: inocsin <vcheungyi@163.com>
1 parent 828336d commit 0268da2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cpp/bin/torchtrtc/main.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@ int main(int argc, char** argv) {
460460
compile_settings.debug = true;
461461
}
462462

463-
if (use_strict_types) {
464-
compile_settings.strict_types = true;
465-
}
466463

467464
if (allow_gpu_fallback) {
468465
compile_settings.device.allow_gpu_fallback = true;
@@ -586,9 +583,6 @@ int main(int argc, char** argv) {
586583
compile_settings.workspace_size = args::get(workspace_size);
587584
}
588585

589-
if (max_batch_size) {
590-
compile_settings.max_batch_size = args::get(max_batch_size);
591-
}
592586

593587
if (truncate_long_and_double) {
594588
compile_settings.truncate_long_and_double = true;

0 commit comments

Comments
 (0)