I'm interested in using XLA for the training with the custom Device (FPGA, ...).
However, I learned that XLA is now in experimental status from developer's tutorial.
https://www.tensorflow.org/performance/xla/
I did not get the reason why XLA is in experimental status.
Is there any big issue about XLA except for the performance improvement?
Thanks
XLA is still very new : it was released on March 2017.
As stated of the Tensorflow XLA page :
If it was released, it is because the development team wants the feedback and the contributions of the Open Source community to the project.
This is backed up by this statement on the Google Developpers Blog :
So why is it considered experimental ? Simply because there's a lot of use case and hardware that have not been tested. The benchmarks don't always show the expected improvements.
It's possible that you encounter some bugs while using it, and you are encouraged to signal them via the github issue page of the project.