[ROCM] mark unit tests as working, skip failing unit test#12313
[ROCM] mark unit tests as working, skip failing unit test#12313iotamudelta wants to merge 5 commits intopytorch:masterfrom
Conversation
* enabled fp16 tests for test_torch * enable fp16 tests for test_nn * enabled multilabelmargin loss for fp16 * removed skip for test_pdist_empty_col * Enable test_nn tests that pass with compiler fixes etc. * Enable test_legacy_nn tests that pass with compiler fixes etc.
test/test_cuda.py
Outdated
| def test_scatter_gpu(self): | ||
| self._test_scatter(torch.randn(4, 4).cuda(), dim=0) | ||
|
|
||
| @skipIfRocm |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Triggered tests https://ci.pytorch.org/jenkins/job/pytorch-builds/job/py2-clang7-rocmdeb-ubuntu16.04-trigger/359/ @iotamudelta Before we re-enable running tests for PR, when you submit PR that affects rocm tests, please trigger the CI job here https://ci.pytorch.org/jenkins/job/pytorch-builds/job/py2-clang7-rocmdeb-ubuntu16.04-trigger/build?delay=0sec with |
|
lint check failed |
…pytorch into unittests_20181003
facebook-github-bot
left a comment
There was a problem hiding this comment.
bddppq has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
enabled fp16 tests for test_torch
enable fp16 tests for test_nn
enabled multilabelmargin loss for fp16
removed skip for test_pdist_empty_col
Enable test_nn tests that pass with compiler fixes etc.
Enable test_legacy_nn tests that pass with compiler fixes etc.
@ezyang @bddppq