SWDEV-572329 - Remove barrier packet (#2304)

Cette révision appartient à :
Sourabh U Betigeri
2025-12-19 13:37:48 -08:00
révisé par GitHub
Parent fdc1660dfa
révision d552491985
+2 -2
Voir le fichier
@@ -3226,8 +3226,8 @@ void VirtualGPU::submitStreamOperation(amd::StreamOperationCommand& cmd) {
} else if (type == ROCCLR_COMMAND_STREAM_WRITE_VALUE) {
amd::Coord3D origin(offset);
amd::Coord3D size(sizeBytes);
// Ensure memory ordering preceding the write
dispatchBarrierPacket(kBarrierPacketReleaseHeader);
// Add system scope to the write kernel for memory ordering
addSystemScope();
bool result = blitMgr().streamOpsWrite(*memory, value, offset, sizeBytes);
ClPrint(amd::LOG_DEBUG, amd::LOG_COPY, "Writing value: 0x%lx", value);