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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user