Update to ROCm2.2 (#18007)
authorJ M Dieterich <dieterich@ogolem.org>
Fri, 15 Mar 2019 01:44:24 +0000 (18:44 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 15 Mar 2019 01:47:22 +0000 (18:47 -0700)
commit1ba1ca0acb5e91c22ef6cc14d4d47a8453f1d3d7
tree34b001b159c780917702692ea516b3c6ebce6eba
parent8b32933ea160262bb3c79e9c00dfbc72b2bb2be2
Update to ROCm2.2 (#18007)

Summary:
ROCm 2.2 was released today, if we respin the CI docker images with the attached, PyTorch/Caffe2 will support ROCm 2.2

Changes necessary:
* for the Ubuntu target, HIP PR 934 needs to be applied to fix the forceinline definition. ROCm 2.3 will contain this.
* two unit tests proof flaky on different platforms, disable them defensively.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/18007

Differential Revision: D14473903

Pulled By: bddppq

fbshipit-source-id: b1939f11d1c765a3bf71bb244b15f6ceb0e816d3
test/test_cuda.py
test/test_torch.py