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
+4
查看文件
@@ -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_);