diff --git a/vdi/hip_internal.hpp b/vdi/hip_internal.hpp index 529ca7abdb..c0ced2e8a3 100644 --- a/vdi/hip_internal.hpp +++ b/vdi/hip_internal.hpp @@ -109,11 +109,11 @@ namespace hip { amd::Monitor lock_{"Device lock"}; /// VDI context amd::Context* context_; - /// VDI host queue for default streams - Stream null_stream_; /// Device's ID /// Store it here so we don't have to loop through the device list every time int deviceId_; + /// VDI host queue for default streams + Stream null_stream_; //Maintain list of user enabled peers std::list userEnabledPeers;