Update Kokkos library in LAMMPS to v3.3.0

This commit is contained in:
Stan Gerald Moore
2020-12-22 08:52:37 -07:00
parent b36363e0fb
commit eea14c55a9
927 changed files with 18603 additions and 46876 deletions

View File

@ -304,7 +304,7 @@ struct TestTaskTeam {
TestTaskTeam(parfor_result, parreduce_check, parscan_result,
parscan_check, begin - 1));
#if !defined(__HCC_ACCELERATOR__) && !defined(__CUDA_ARCH__)
#if !defined(__HIP_DEVICE_COMPILE__) && !defined(__CUDA_ARCH__)
assert(!future.is_null());
#endif
@ -508,7 +508,7 @@ struct TestTaskTeamValue {
future = sched.task_spawn(TestTaskTeamValue(result, begin - 1),
Kokkos::TaskTeam);
#if !defined(__HCC_ACCELERATOR__) && !defined(__CUDA_ARCH__)
#if !defined(__HIP_DEVICE_COMPILE__) && !defined(__CUDA_ARCH__)
assert(!future.is_null());
#endif