We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e26bfa commit b78b915Copy full SHA for b78b915
py/torch_tensorrt/dynamo/conversion/_TRTInterpreter.py
@@ -236,7 +236,7 @@ def _populate_trt_builder_config(
236
if is_tensorrt_version_supported("8.2"):
237
builder_config.profiling_verbosity = (
238
trt.ProfilingVerbosity.DETAILED
239
- if self._debugger_config and self._debugger_config.save_engine_profile
+ if self._debugger_config
240
else trt.ProfilingVerbosity.LAYER_NAMES_ONLY
241
)
242
0 commit comments