mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Shared the tensor reduction test
This commit is contained in:
@@ -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>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user