Skip to content

Commit 06dffed

Browse files
authored
Merge pull request #440 from NVIDIA/comprehensive_conversion_settings_log
feat(//core/conversion/conversionctx): Adding logging for truncated
2 parents c8054c6 + 96245ee commit 06dffed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/conversion/conversionctx/ConversionCtx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ std::ostream& operator<<(std::ostream& os, const BuilderSettings& s) {
1313
os << "Settings requested for TensorRT engine:" \
1414
<< "\n Operating Precision: " << s.op_precision \
1515
<< "\n TF32 Floating Point Computation Enabled: " << !s.disable_tf32 \
16+
<< "\n Truncate Long and Double: " << s.truncate_long_and_double \
1617
<< "\n Make Refittable Engine: " << s.refit \
1718
<< "\n Debuggable Engine: " << s.debug \
1819
<< "\n Strict Types: " << s.strict_types \

0 commit comments

Comments
 (0)