What is 'layer fusion' in TensorRT and why does it improve performance?
-
A
Combining multiple adjacent operations into a single kernel to reduce memory bandwidth and kernel launch overhead
-
B
Merging model weights across layers to reduce parameter count
-
C
Replacing convolutional layers with fully-connected layers for speed
-
D
Sharing GPU memory buffers between unrelated networks