We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dbcd8 commit 93f1e8fCopy full SHA for 93f1e8f
rocclr/device/rocm/rocvirtual.cpp
@@ -499,6 +499,7 @@ hsa_signal_t VirtualGPU::HwQueueTracker::ActiveSignal(
499
hsa_signal_silent_store_relaxed(prof_signal->signal_, init_val);
500
prof_signal->flags_.done_ = false;
501
prof_signal->engine_ = engine_;
502
+ prof_signal->flags_.isPacketDispatch_ = false;
503
prof_signal->flags_.forceHostWait_ = forceHostWait;
504
if (ts != 0) {
505
// Save HSA signal earlier to make sure the possible callback will have a valid
0 commit comments