diff --git a/torch/testing/_internal/common_methods_invocations.py b/torch/testing/_internal/common_methods_invocations.py index 41bb2b96bd93..8b01a2b629b4 100644 --- a/torch/testing/_internal/common_methods_invocations.py +++ b/torch/testing/_internal/common_methods_invocations.py @@ -22260,7 +22260,8 @@ def sample_inputs_alias_copy(op_info, device, dtype, requires_grad, **kwargs): unittest.expectedFailure, 'TestCommon', 'test_python_ref', dtypes=( torch.float32, torch.float64, torch.float16, torch.complex64, - torch.complex128, torch.bfloat16, torch.int8, torch.uint8 + torch.complex128, torch.bfloat16, torch.int8, torch.uint8, + torch.int16, torch.int32, torch.int64 ), device_type="cuda" ),