diff --git a/hipamd/rocclr/hip_hmm.cpp b/hipamd/rocclr/hip_hmm.cpp index 8829bb2753..4278115b25 100644 --- a/hipamd/rocclr/hip_hmm.cpp +++ b/hipamd/rocclr/hip_hmm.cpp @@ -200,10 +200,6 @@ hipError_t ihipMallocManaged(void** ptr, size_t size, unsigned int align) { const amd::Device& dev = *ctx.devices()[0]; - if (!dev.info().hmmSupported_) { - return hipErrorInvalidValue; - } - // For now limit to the max allocation size on the device. // The apps should be able to go over the limit in the future if (dev.info().maxMemAllocSize_ < size) {