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 à :
German Andryeyev
2021-06-15 23:13:27 -04:00
révisé par Maneesh Gupta
Parent 83ca0821af
révision c49f1069ab
2 fichiers modifiés avec 5 ajouts et 10 suppressions
+2 -1
Voir le fichier
@@ -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;