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
This commit is contained in:
akolliasAMD
2023-06-07 17:47:10 -06:00
zatwierdzone przez GitHub
rodzic c3f47853bd
commit 9cdac774ea
5 zmienionych plików z 86 dodań i 142 usunięć
+1 -1
Wyświetl plik
@@ -117,7 +117,7 @@ __global__ void flag_sync_kernel(struct transfer_data_t* transfer_data, struct p
__syncthreads();
if (tid == 0)
curr_time = __builtin_amdgcn_s_memrealtime();
curr_time = wall_clock64();
if (op == OP_COPY) {
srcs[0] = transfer_data->src0[bid];