xla icon indicating copy to clipboard operation
xla copied to clipboard

[XLA:GPU] Remove (now unnecessary) Triton-specific kernel reuse

Open copybara-service[bot] opened this issue 2 years ago • 0 comments
trafficstars

[XLA:GPU] Remove (now unnecessary) Triton-specific kernel reuse

Now we have general fusion kernel reuse, so the Triton specific reuse is not needed anymore.

This change should not have any runtime performance impact.

In theory the compile time could become a bit slower, because the reuse-criteria of the generic kernel reuse is less permissive (generates different kernels for different alignments for example). But our tests didn't show a noticeable slowdown.

copybara-service[bot] avatar Mar 16 '23 17:03 copybara-service[bot]