File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99// / \def TINKER9_VERSION_PATCH
1010#define TINKER9_VERSION_MAJOR 1
1111#define TINKER9_VERSION_MINOR 0
12- #define TINKER9_VERSION_PATCH 3
12+ #define TINKER9_VERSION_PATCH 4
1313// / \}
1414
1515// clang-format off
3131" ### ### " " \n " \
3232" ### Tinker9 -- Software Tools for Molecular Design ###" " \n " \
3333" ## ##" " \n " \
34- " ## Version 1.0.3 July 2022 ##" " \n " \
34+ " ## Version 1.0.4 July 2022 ##" " \n " \
3535" ## ##" " \n " \
3636" ## Copyright (c) Zhi Wang & the Ponder Lab ##" " \n " \
3737" ### All Rights Reserved ###" " \n " \
Original file line number Diff line number Diff line change @@ -317,6 +317,7 @@ void gpuData(RcOp op)
317317#if CUDART_VERSION >= 11000
318318 check_rt (cudaSetDeviceFlags (cuda_device_flags));
319319#endif
320+ check_rt (cudaDeviceSynchronize ());
320321
321322 int kdevice = -1 ;
322323 check_rt (cudaGetDevice (&kdevice));
You can’t perform that action at this time.
0 commit comments