diff --git a/projects/clr/rocclr/device/hotswap.hpp b/projects/clr/rocclr/device/hotswap.hpp index 0c26aa2781c..09366a64848 100644 --- a/projects/clr/rocclr/device/hotswap.hpp +++ b/projects/clr/rocclr/device/hotswap.hpp @@ -43,8 +43,6 @@ struct SourceTargetPair { inline constexpr SourceTargetPair kSupportedPairs[] = { {"gfx1250", "gfx1250"}, - {"gfx1250", "gfx950"}, - {"gfx1250", "gfx942"}, }; // True if (source_gfx -> target_gfx) is a supported pair.