Add tiled evaluation support to TensorExecutor

This commit is contained in:
Eugene Zhulenev
2018-07-25 13:51:10 -07:00
parent d55efa6f0f
commit 6913221c43
33 changed files with 598 additions and 93 deletions

View File

@@ -177,7 +177,7 @@ static void test_cuda_product_reductions() {
}
void test_cxx11_tensor_complex()
EIGEN_DECLARE_TEST(test_cxx11_tensor_complex)
{
CALL_SUBTEST(test_cuda_nullary());
CALL_SUBTEST(test_cuda_sum_reductions());