mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Revert "Use GPU instead of CPU address in programming commands for HwTim(...)"
This reverts commit 6202b2222b.
"Use GPU instead of CPU address in programming commands for HwTimeStamps"
Change-Id: I085382d95538ae41068a21c628d606039bf9cdf0
This commit is contained in:
@@ -451,7 +451,7 @@ void Event::submitCommand(bool abortTasks) {
|
||||
if ((this->isProfilingEnabled()) && (this->cmdQueue != nullptr)) {
|
||||
if (timeStampNode) {
|
||||
this->cmdQueue->getCommandStreamReceiver().makeResident(*timeStampNode->getGraphicsAllocation());
|
||||
cmdToProcess->timestamp = timeStampNode;
|
||||
cmdToProcess->timestamp = timeStampNode->tag;
|
||||
}
|
||||
if (profilingCpuPath) {
|
||||
setSubmitTimeStamp();
|
||||
|
||||
Reference in New Issue
Block a user