NVIDIA / TensorRT-Incubator

Experimental projects related to TensorRT
81 stars 12 forks source link

Move internal changes #367

Closed christopherbate closed 1 week ago

christopherbate commented 1 week ago

Prior to this change, the 'plan-materialize-shape-calculations' pass could perform a number of simplifications based on bounds analysis, but it did not actually perform StableHLO simplifications. This change adds additional stablehlo-canonicalize-dynamism patterns so that the IR can be further simplified.