SWDEV-422207 - Fix simple graph test when DEBUG_CLR_GRAPH_PACKET_CAPTURE flag is enabled

- For new AccumulateCommand we enqueue nop barrier packet. So during stream sync we need system flush.

Change-Id: I0b97b626bcdae582ef95e7c95030d78df1fa5a54


[ROCm/clr commit: 748c6b3520]
Αυτή η υποβολή περιλαμβάνεται σε:
Anusha GodavarthySurya
2023-12-19 17:02:52 +00:00
υποβλήθηκε από Anusha Godavarthy Surya
γονέας b10799a7e7
υποβολή 67bb022698
@@ -859,6 +859,10 @@ bool VirtualGPU::dispatchGenericAqlPacket(
fence_state_ = static_cast<Device::CacheState>(expected_fence_state);
if (expected_fence_state != amd::Device::kCacheStateSystem) {
fence_dirty_ = true;
}
if (timestamp_ != nullptr) {
// Get active signal for current dispatch if profiling is necessary
packet->completion_signal = Barriers().ActiveSignal(kInitSignalValueOne, timestamp_);