Any benchmark to compare tensorflow code with XLA and without XLA to compare the performance difference between them?

Hi guys,

Trying to find a code or benchmark where I can compare the performance between tensorflow code with XLA and without XLA, to understand it way deeper. Provide any benchmark or code with large data set to work on it.

Thanks in advance!

Hello Sachin,

Please check the graph below:


src: XLA: ottimizzazione del compilatore per l'apprendimento automatico  |  TensorFlow

For the notebook: Use XLA with tf.function  |  TensorFlow which you may run yourself on Colab.

Thank You.