[Kokkos] Remove test for Kokkos around now fixed multiple template specializations
This commit is contained in:
parent
dead6d0d44
commit
cc5ceb76f2
3
main.cpp
3
main.cpp
@ -75,12 +75,9 @@ int main(int argc, char *argv[])
|
|||||||
// TODO: Fix Kokkos to allow multiple template specializations
|
// TODO: Fix Kokkos to allow multiple template specializations
|
||||||
if (triad_only)
|
if (triad_only)
|
||||||
{
|
{
|
||||||
// TODO: Fix Kokkos to allow multiple template specializations
|
|
||||||
#ifndef KOKKOS
|
|
||||||
if (use_float)
|
if (use_float)
|
||||||
run_triad<float>();
|
run_triad<float>();
|
||||||
else
|
else
|
||||||
#endif
|
|
||||||
run_triad<double>();
|
run_triad<double>();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user