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_logcumsumexp_xla

wonjoolee95 opened this issue · comments

Running python test/test_torch.py TestTensorDeviceOpsXLA.test_logcumsumexp_xla fails with

======================================================================
FAIL: test_logcumsumexp_xla (__main__.TestTorchDeviceTypeXLA)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 378, in instantiated_test
    result = test(self, **param_kwargs)
  File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 1063, in wrapper
    fn(*args, **kwargs)
  File "/workspace/pytorch/xla/test/../../test/test_torch.py", line 2470, in test_logcumsumexp
    torch.logcumsumexp(b, axis, out=inplace_out)
AssertionError: RuntimeError not raised