Update Kokkos library in LAMMPS to v3.4.0
This commit is contained in:
@ -382,6 +382,12 @@
|
||||
#define KOKKOS_IMPL_DEVICE_FUNCTION
|
||||
#endif
|
||||
|
||||
// Temporary solution for SYCL not supporting printf in kernels.
|
||||
// Might disappear at any point once we have found another solution.
|
||||
#if !defined(KOKKOS_IMPL_DO_NOT_USE_PRINTF)
|
||||
#define KOKKOS_IMPL_DO_NOT_USE_PRINTF(...) printf(__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
// Define final version of functions. This is so that clang tidy can find these
|
||||
// macros more easily
|
||||
|
||||
Reference in New Issue
Block a user