We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee77fa commit 7d77bd2Copy full SHA for 7d77bd2
tests/py/dynamo/conversion/harness.py
@@ -288,7 +288,9 @@ def run_test_compare_tensor_attributes_only(
288
# Previous instance of the interpreter auto-casted 64-bit inputs
289
# We replicate this behavior here
290
compilation_settings = CompilationSettings(
291
- precision=precision, truncate_long_and_double=True
+ enabled_precisions={dtype._from(precision)},
292
+ truncate_long_and_double=True,
293
+ debug=True,
294
)
295
296
interp = TRTInterpreter(
0 commit comments