pytorch / xla

Enabling PyTorch on XLA Devices (e.g. Google TPU)

Home Page:https://pytorch.org/xla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Functionalization] test_advancedindex_mixed_cpu_devices_xla

wonjoolee95 opened this issue · comments

Running python test/test_torch.py TestTorchDeviceTypeXLA.test_cdist_empty_xla fails with

RuntimeError: sym_strides() called on an undefined Tensor

Is this fixed already?

This is fixed with the null tensor check and is now enabled as of 186eba1.