From d420baf6643d31717aa05d359cee720a846806b4 Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Tue, 28 Apr 2020 16:42:13 -0400 Subject: [PATCH] Fix order initialization warning Change-Id: I77ddf1dbec2d11c273163efae6526d3deca92dbf --- hipamd/vdi/hip_internal.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hipamd/vdi/hip_internal.hpp b/hipamd/vdi/hip_internal.hpp index a2851fd978..070c58d076 100755 --- a/hipamd/vdi/hip_internal.hpp +++ b/hipamd/vdi/hip_internal.hpp @@ -87,6 +87,8 @@ namespace hip { /// 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; public: