diff --git a/rocclr/device/device.hpp b/rocclr/device/device.hpp index ef82630325..6409cebc90 100644 --- a/rocclr/device/device.hpp +++ b/rocclr/device/device.hpp @@ -1431,9 +1431,6 @@ class Isa { /// @returns If the ROCm runtime supports the ISA. bool runtimeRocSupported() const { - if (!IS_HIP && (versionMajor_ == 8)) { - return false; - } return runtimeRocSupported_; }