Updating Kokkos lib to v2.03.05
This commit is contained in:
@ -89,4 +89,11 @@ void test_reduction_deduction()
|
||||
|
||||
} // namespace TestCXX11
|
||||
|
||||
namespace Test {
|
||||
|
||||
TEST_F( TEST_CATEGORY, reduction_deduction )
|
||||
{
|
||||
TestCXX11::test_reduction_deduction< TEST_EXECSPACE >();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user