46 lines
942 B
Diff
46 lines
942 B
Diff
|
From 4621345f5c512eb5ddc98d370a0ba99184fcf112 Mon Sep 17 00:00:00 2001
|
||
|
From: Christian Goll <cgoll@suse.de>
|
||
|
Date: Thu, 13 Jun 2019 14:43:21 +0200
|
||
|
Subject: [PATCH 3/3] removed some tests
|
||
|
|
||
|
---
|
||
|
test/run_test.py | 7 -------
|
||
|
1 file changed, 7 deletions(-)
|
||
|
|
||
|
diff --git a/test/run_test.py b/test/run_test.py
|
||
|
index fd53902..19b7727 100644
|
||
|
--- a/test/run_test.py
|
||
|
+++ b/test/run_test.py
|
||
|
@@ -19,28 +19,21 @@ import torch.distributed as dist
|
||
|
|
||
|
TESTS = [
|
||
|
'autograd',
|
||
|
- 'cpp_extensions',
|
||
|
'c10d',
|
||
|
- 'cuda',
|
||
|
- 'cuda_primary_ctx',
|
||
|
- 'dataloader',
|
||
|
'distributed',
|
||
|
'distributions',
|
||
|
'docs_coverage',
|
||
|
'expecttest',
|
||
|
'indexing',
|
||
|
- 'indexing_cuda',
|
||
|
'jit',
|
||
|
'mkldnn',
|
||
|
'multiprocessing',
|
||
|
'multiprocessing_spawn',
|
||
|
'nccl',
|
||
|
- 'nn',
|
||
|
'numba_integration',
|
||
|
'optim',
|
||
|
'quantized',
|
||
|
'sparse',
|
||
|
- 'thd_distributed',
|
||
|
'torch',
|
||
|
'type_info',
|
||
|
'type_hints',
|
||
|
--
|
||
|
2.16.4
|
||
|
|