Remove not needed method.

Change-Id: Id06991b374b063470a2f69daada23098c1c487d5
This commit is contained in:
Mrozek, Michal
2018-11-23 11:55:43 +01:00
committed by sys_ocldev
parent 7e72b16aa4
commit a1348f2f94
6 changed files with 3 additions and 30 deletions

View File

@@ -184,8 +184,7 @@ void GpgpuWalkerHelper<GfxFamily>::setupTimestampPacket(
if (TimestampPacket::WriteOperationType::AfterWalker == writeOperationType) {
uint64_t address = timestampPacket->pickAddressForDataWrite(TimestampPacket::DataIndex::ContextEnd);
KernelCommandsHelper<GfxFamily>::programPipeControlDataWriteWithCsStall(*cmdStream, address, 0);
PipeControlHelper<GfxFamily>::obtainPipeControlAndProgramPostSyncOperation(cmdStream, PIPE_CONTROL::POST_SYNC_OPERATION_WRITE_IMMEDIATE_DATA, address, 0);
}
}