From ffd15ace45529adf4486560dee54377db995e453 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 [ROCm/hip commit: 4f173c44347e4946bace5fc6355887091e49a6e6] --- projects/hip/vdi/hip_internal.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/hip/vdi/hip_internal.hpp b/projects/hip/vdi/hip_internal.hpp index a2851fd978..070c58d076 100755 --- a/projects/hip/vdi/hip_internal.hpp +++ b/projects/hip/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: