aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_device.cu
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-01 07:34:59 -0800
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-02-01 07:34:59 -0800
commit11bb71c8fcd1fa0f663cedda707a36d40952eca9 (patch)
tree83720ce7d11978a9e4c8a4815fcaf537660e7a00 /unsupported/test/cxx11_tensor_device.cu
parentff1157bcbf1998c80d96612ed201b6a20db2de5f (diff)
Sharded the tensor device test
Diffstat (limited to 'unsupported/test/cxx11_tensor_device.cu')
-rw-r--r--unsupported/test/cxx11_tensor_device.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/test/cxx11_tensor_device.cu b/unsupported/test/cxx11_tensor_device.cu
index ed5dd7505..80cf9ffba 100644
--- a/unsupported/test/cxx11_tensor_device.cu
+++ b/unsupported/test/cxx11_tensor_device.cu
@@ -383,6 +383,6 @@ static void test_gpu() {
void test_cxx11_tensor_device()
{
- CALL_SUBTEST(test_cpu());
- CALL_SUBTEST(test_gpu());
+ CALL_SUBTEST_1(test_cpu());
+ CALL_SUBTEST_2(test_gpu());
}