From 4f76f0293dc967c7e62eb644df4aebbb47d84d53 Mon Sep 17 00:00:00 2001 From: "Arya.Rafii" Date: Wed, 9 Jun 2021 17:02:32 -0400 Subject: [PATCH] SWDEV-289250 - Should return a nullptr for PAL so we can assume it's a host ptr Change-Id: I530eb39104bbe727c3e38186f6db4e64285b3fc8 [ROCm/clr commit: 8b22111f4b44b4be87423ab677cd27d66b53c6f5] --- projects/clr/rocclr/device/device.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/clr/rocclr/device/device.hpp b/projects/clr/rocclr/device/device.hpp index 71ebf5ea45..29346d2380 100644 --- a/projects/clr/rocclr/device/device.hpp +++ b/projects/clr/rocclr/device/device.hpp @@ -1834,7 +1834,6 @@ class Device : public RuntimeObject { void SetActiveWait(bool state) { activeWait_ = state; } virtual amd::Memory* GetArenaMemObj(const void* ptr, size_t& offset) { - ShouldNotReachHere(); return nullptr; }