python-torch/removed-some-tests.patch
Christian Goll ba0a6629a5 - moved libraries to seperate package, unfortunatley they have no
version, so these are plain .so files
- THNN.h and THCUNN.h are interpred by the python and can so not
  be part of the devel package

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-torch?expand=0&rev=1
2019-08-28 11:58:32 +00:00

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