Adjust clang format to the new versions, revert broken macro layout (#714)
This commit is contained in:
committed by
GitHub
parent
ed877433f3
commit
2ff2316227
@@ -341,7 +341,7 @@ void OCLPerfLDSReadSpeed::run(void) {
|
||||
// We have one extra write per LDS location to initialize LDS
|
||||
double perf = ((double)global * (numReads_ * sizeof(cl_float) + ldsSizeBytes_ / 64) * NUM_ITER *
|
||||
(double)(1e-09)) /
|
||||
sec;
|
||||
sec;
|
||||
|
||||
_perfInfo = (float)perf;
|
||||
SNPRINTF(buf, sizeof(buf), " %s %8d threads, %3d reads (GB/s) ", buf2, global, numReads_);
|
||||
|
||||
Reference in New Issue
Block a user