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_basic_advanced_combined_xla

wonjoolee95 opened this issue · comments

Running python test/test_torch.py TestTensorDeviceOpsXLA.test_basic_advanced_combined_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 in the POC PR.