Shared the tensor reduction test

This commit is contained in:
Benoit Steiner 2016-02-01 07:44:31 -08:00
parent 11bb71c8fc
commit 264f8141f8

View File

@ -54,6 +54,6 @@ static void test_full_reductions() {
}
void test_cxx11_tensor_reduction_cuda() {
CALL_SUBTEST(test_full_reductions<ColMajor>());
CALL_SUBTEST(test_full_reductions<RowMajor>());
CALL_SUBTEST_1(test_full_reductions<ColMajor>());
CALL_SUBTEST_2(test_full_reductions<RowMajor>());
}