Skip to content

Commit 93f1e8f

Browse files
committed
SWDEV-301667 - Clear dispatch indicator signal flag
Change-Id: I9028df0bb73289791d169e7f064a1d0f615236a5
1 parent 03dbcd8 commit 93f1e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocclr/device/rocm/rocvirtual.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ hsa_signal_t VirtualGPU::HwQueueTracker::ActiveSignal(
499499
hsa_signal_silent_store_relaxed(prof_signal->signal_, init_val);
500500
prof_signal->flags_.done_ = false;
501501
prof_signal->engine_ = engine_;
502+
prof_signal->flags_.isPacketDispatch_ = false;
502503
prof_signal->flags_.forceHostWait_ = forceHostWait;
503504
if (ts != 0) {
504505
// Save HSA signal earlier to make sure the possible callback will have a valid

0 commit comments

Comments
 (0)