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:
zatwierdzone przez
GitHub
rodzic
c3f47853bd
commit
9cdac774ea
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user