Wall clock update and npkit trace script Update (#771)

* changed builtin clock to wall_clock64
* updated npkit_Trace_generator to the new version of npkit
Этот коммит содержится в:
akolliasAMD
2023-06-07 17:47:10 -06:00
коммит произвёл GitHub
родитель c3f47853bd
Коммит 9cdac774ea
5 изменённых файлов: 86 добавлений и 142 удалений
+1 -1
Просмотреть файл
@@ -85,7 +85,7 @@ __device__
inline __attribute((always_inline))
long long int __rtc64() {
#if __HIP__
return (long long int) __builtin_amdgcn_s_memrealtime();
return (long long int) wall_clock64();
#else
return (long long int) __clock_u64();
#endif