P4 to Git Change 1288063 by bsumner@bsumner-lin-opencl on 2016/07/06 17:07:15

SWDEV-97663 - optimize cbrt for AMD devices

Affected files ...

... //depot/stg/opencl/drivers/opencl/library/ocml/src/cbrtF.cl#5 edit
... //depot/stg/opencl/drivers/opencl/library/ocml/src/rcbrtF.cl#4 edit
This commit is contained in:
foreman
2016-07-07 00:56:14 -04:00
parent 7e285f4a16
commit cd9d1dfd35
7 changed files with 82 additions and 90 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ PrintfDbgHSA::init(
// Copy offset and number of bytes available for printf data
// into the corresponding location in the debug buffer
dbgBuffer_->writeRawData(gpu, 0, initSize, sysMem, true);
dbgBuffer_->writeRawData(gpu, initSize, sysMem, true);
}
return true;
}