mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Shared the tensor reduction test
This commit is contained in:
parent
11bb71c8fc
commit
264f8141f8
@ -54,6 +54,6 @@ static void test_full_reductions() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void test_cxx11_tensor_reduction_cuda() {
|
void test_cxx11_tensor_reduction_cuda() {
|
||||||
CALL_SUBTEST(test_full_reductions<ColMajor>());
|
CALL_SUBTEST_1(test_full_reductions<ColMajor>());
|
||||||
CALL_SUBTEST(test_full_reductions<RowMajor>());
|
CALL_SUBTEST_2(test_full_reductions<RowMajor>());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user