Skip to content

Commit 9e58a1c

Browse files
author
jpfoley
committed
Corrected profiling in computeFatLinkCore
1 parent 483b4e8 commit 9e58a1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

milc_interface/milc_fatlink_interface.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,7 @@ void qudaLoadUnitarizedLink(int precision, QudaFatLinkArgs_t fatlink_args, const
373373
} // Initialise and load siteLinks
374374

375375
timer.check("Setup and data load");
376-
//printf(" %s starts to compute\n", __FUNCTION__);
377-
// time the subroutines in computeFatLinkCore
378-
struct timeval time_array[4];
379-
// Actually do the fattening
380-
computeFatLinkCore(cudaInLink, const_cast<double*>(path_coeff), &param, method, cudaFatLink, time_array);
376+
computeFatLinkCore(cudaInLink, const_cast<double*>(path_coeff), &param, method, cudaFatLink, profileFatLinkInterface);
381377

382378
timer.check("computeFatLinkCore");
383379

0 commit comments

Comments
 (0)