From d2842bfc54c3053101070bcce4efd22daa98b05d Mon Sep 17 00:00:00 2001 From: Sourabh Betigeri Date: Wed, 7 Apr 2021 09:24:10 -0700 Subject: [PATCH] SWDEV-273265 - Reverting wrong scope resolution operator VirtualGpu in the declaration releaseGpuMemoryFence() Change-Id: Ia67ee1e4a3e86235caf8b7c585c65372f7d55426 [ROCm/clr commit: 48e470a14c37690ad151ec037f4c2819f8a68643] --- projects/clr/rocclr/device/pal/palvirtual.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/device/pal/palvirtual.hpp b/projects/clr/rocclr/device/pal/palvirtual.hpp index 30120293f9..4910615658 100644 --- a/projects/clr/rocclr/device/pal/palvirtual.hpp +++ b/projects/clr/rocclr/device/pal/palvirtual.hpp @@ -556,7 +556,7 @@ class VirtualGPU : public device::VirtualDevice { void* getOrCreateHostcallBuffer(); //! Waits on an outstanding kernel. - void VirtualGPU::releaseGpuMemoryFence(); + void releaseGpuMemoryFence(); //! Returns true if a dispatch is pending. bool isPendingDispatch() const { return state_.hasPendingDispatch_; }