diff options
| -rw-r--r-- | openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h b/openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h index 40bbf943aef..e0d6bb1953c 100644 --- a/openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h +++ b/openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h @@ -109,7 +109,7 @@ INLINE uint32_t __kmpc_impl_smid() { INLINE double __target_impl_get_wtick() { return ((double)1E-9); } -EXTERN int64_t __clock64(); +EXTERN uint64_t __clock64(); INLINE double __target_impl_get_wtime() { return ((double)1.0 / 745000000.0) * __clock64(); } |

