P4 to Git Change 1288154 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 19:37:08
SWDEV-3 - Fix wrong comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274453 91177308-0d34-0410-b5e6-96231b3b80d8 GitHash: 6f6a939a2e6fbbeb8e8ff4cc808934b6c1f58b39 Affected files ... ... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/include/llvm/Analysis/LoopAccessAnalysis.h#7 edit
This commit is contained in:
@@ -2678,7 +2678,7 @@ KernelBlitManager::writeRawData(
|
||||
const void* data
|
||||
) const
|
||||
{
|
||||
static_cast<pal::Memory&>(memory).writeRawData(gpu(), size, data, false);
|
||||
static_cast<pal::Memory&>(memory).writeRawData(gpu(), 0, size, data, false);
|
||||
|
||||
synchronize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user