SWDEV-290160 - Don't send notification for batch markers
Batch marker already has a barrier with HSA signal callback Change-Id: I69fc63d72320c2e9cc2d2e59ebd3f07c0bd0e3b5
Cette révision appartient à :
révisé par
Maneesh Gupta
Parent
83ca0821af
révision
c49f1069ab
@@ -1239,7 +1239,8 @@ void VirtualGPU::profilingEnd(amd::Command& command) {
|
||||
timestamp_->end();
|
||||
}
|
||||
command.setData(timestamp_);
|
||||
if (AMD_DIRECT_DISPATCH) {
|
||||
// Update HW event only for batches
|
||||
if ((AMD_DIRECT_DISPATCH) && (command.GetBatchHead() != nullptr)) {
|
||||
command.SetHwEvent(timestamp_->Signals().back());
|
||||
}
|
||||
timestamp_ = nullptr;
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur