mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Fixed TBX with AUB dump mode without AubStream
Related-To: NEO-3150 Change-Id: I9ee7fc3c44f3021c61db7c27c01522cbe7d7445d Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
0c9995d447
commit
cc6a94b5b6
@@ -125,6 +125,7 @@ void *CommandQueue::cpuDataTransferHandler(TransferProperties &transferPropertie
|
||||
if (!unmapInfo.readOnly) {
|
||||
auto graphicsAllocation = transferProperties.memObj->getGraphicsAllocation();
|
||||
graphicsAllocation->setAubWritable(true);
|
||||
graphicsAllocation->setTbxWritable(true);
|
||||
}
|
||||
break;
|
||||
case CL_COMMAND_READ_BUFFER:
|
||||
|
||||
Reference in New Issue
Block a user