SWDEV-392732 - CP processes until doorbell ring

Change-Id: I3a0974435d3f95a40cea6ed326f744bcab5b4c0f


[ROCm/clr commit: 0711320cb4]
Tento commit je obsažen v:
Anusha GodavarthySurya
2023-07-20 05:55:26 +00:00
odevzdal Anusha Godavarthy Surya
rodič e62940f7df
revize e6bdfcccf7
+1 -1
Zobrazit soubor
@@ -871,7 +871,7 @@ bool VirtualGPU::dispatchAqlBuffer() {
packet_store_release(reinterpret_cast<uint32_t*>(aql_loc), firstPacketHeader,
aqlBuffer_.front().setup);
hsa_signal_store_screlease(gpu_queue_->doorbell_signal, index);
hsa_signal_store_screlease(gpu_queue_->doorbell_signal, index + size - 1);
aqlBuffer_.clear();
}