Summary
Cloud TPUs now support the [PyTorch 1.7 release](https://github.com/pytorch/pytorch/releases/tag/v1.7.0), via PyTorch/XLA integration. The release has daily automated testing for the supported models: [Torchvision ResNet](https://cloud.google.com/tpu/docs/tutorials/resnet-pytorch), FairSeq [Transformer](https://cloud.google.com/tpu/docs/tutorials/transformer-pytorch) and [RoBERTa](https://cloud.google.com/tpu/docs/tutorials/roberta-pytorch), [HuggingFace GLUE](https://github.com/huggingface/transformers) and LM, and [Facebook Research DLRM](https://cloud.google.com/tpu/docs/tutorials/pytorch-dlrm).
New Features
* `TriangularSolve` (2498) (example)
* New ops supported by PyTorch/XLA:
* `round` (2457)
* `baddbmm_out` (2451)
* `var_out` (2495)
* `asinh`, `acosh`, `atanh` (2501)
* Documentation on adding more supported ops: (2458)
Bug Fixes
* `exponential_()` returning 0 (2562)
* `cross_entropy` on `inf` input (2553)