diff --git a/projects/clr/hipamd/vdi/hip_internal.hpp b/projects/clr/hipamd/vdi/hip_internal.hpp index a2851fd978..070c58d076 100755 --- a/projects/clr/hipamd/vdi/hip_internal.hpp +++ b/projects/clr/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: