We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828336d commit 0268da2Copy full SHA for 0268da2
cpp/bin/torchtrtc/main.cpp
@@ -460,9 +460,6 @@ int main(int argc, char** argv) {
460
compile_settings.debug = true;
461
}
462
463
- if (use_strict_types) {
464
- compile_settings.strict_types = true;
465
- }
466
467
if (allow_gpu_fallback) {
468
compile_settings.device.allow_gpu_fallback = true;
@@ -586,9 +583,6 @@ int main(int argc, char** argv) {
586
583
compile_settings.workspace_size = args::get(workspace_size);
587
584
588
585
589
- if (max_batch_size) {
590
- compile_settings.max_batch_size = args::get(max_batch_size);
591
592
593
if (truncate_long_and_double) {
594
compile_settings.truncate_long_and_double = true;
0 commit comments