Skip to content

Commit 3183975

Browse files
committed
Bump version to v1.0.4
1 parent 58961da commit 3183975

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/tinker9.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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
@@ -31,7 +31,7 @@
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" \

src/cudart/gpucard.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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));

0 commit comments

Comments
 (0)