Sharded the tensor device test

This commit is contained in:
Benoit Steiner 2016-02-01 07:34:59 -08:00
parent ff1157bcbf
commit 11bb71c8fc

View File

@ -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());
}