NVIDIA / TensorRT-Incubator

Experimental projects related to TensorRT
81 stars 12 forks source link

[mlir-tensorrt] TensorRT Dialect `ReifyRankedShapedTypeOpInterface` implementation #369

Open christopherbate opened 1 week ago

christopherbate commented 1 week ago

We have static type inference for the TensorRT dialect, but we would also like to enable dynamic shape materialization functionality for all TensorRT dialect operations. This entails implementing ReifyRankedShapedTypeOpInterface for all ops.