Skip to content

Commit 49efdaa

Browse files
author
Balint Joo
committed
Modified test_dslash_sycl to use VLen of 1 in the tests
1 parent d1a9f67 commit 49efdaa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/test_dslash_sycl.cpp

+6
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,17 @@ template<typename T>
3333
class TestVDslash : public ::testing::Test{};
3434

3535
#ifdef MG_FORTRANLIKE_COMPLEX
36+
#if 0
3637
using test_types = ::testing::Types<
3738
std::integral_constant<int,1>,
3839
std::integral_constant<int,2>,
3940
std::integral_constant<int,4>,
4041
std::integral_constant<int,8> >;
42+
43+
#else
44+
using test_types = ::testing::Types<
45+
std::integral_constant<int,1>>;
46+
#endif
4147
#else
4248

4349
#if 0

0 commit comments

Comments
 (0)