Skip to content

Commit

Permalink
fix: remove outdated member variables
Browse files Browse the repository at this point in the history
Signed-off-by: inocsin <[email protected]>
  • Loading branch information
inocsin committed Feb 14, 2022
1 parent 828336d commit 0268da2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cpp/bin/torchtrtc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@ int main(int argc, char** argv) {
compile_settings.debug = true;
}

if (use_strict_types) {
compile_settings.strict_types = true;
}

if (allow_gpu_fallback) {
compile_settings.device.allow_gpu_fallback = true;
Expand Down Expand Up @@ -586,9 +583,6 @@ int main(int argc, char** argv) {
compile_settings.workspace_size = args::get(workspace_size);
}

if (max_batch_size) {
compile_settings.max_batch_size = args::get(max_batch_size);
}

if (truncate_long_and_double) {
compile_settings.truncate_long_and_double = true;
Expand Down

0 comments on commit 0268da2

Please sign in to comment.