✨[Feature] + 🐛 [Bug] Allow ITensor
biases in aten.convolution
converters
#1954
Labels
ITensor
biases in aten.convolution
converters
#1954
Context
Currently,
aten.convolution
converters do not supportITensor
biases, which can cause test failures in CI (example), as the new Dynamo compile path primarily usesITensor
objects for general tensors throughout computation.TensorRT/py/torch_tensorrt/fx/converters/acc_ops_converters.py
Lines 202 to 208 in d3a47c4
Proposed Solution
Allow
ITensor
biases foraten.convolution
ops in the same way that the kernel weights can beITensor
objects. SeeIConvolutionLayer
for further information on TensorRT convolution layers.The text was updated successfully, but these errors were encountered: