SWDEV-516564 - SWDEV-512817 - Remove mentions of gfx940 and gfx941 (#30)

[ROCm/hip-tests commit: 902988494e]
Bu işleme şunda yer alıyor:
Brzak, Branislav
2025-03-19 15:42:18 +01:00
işlemeyi yapan: GitHub
ebeveyn abfd06e5de
işleme ee0e2af0e1
21 değiştirilmiş dosya ile 45 ekleme ve 79 silme
+3 -3
Dosyayı Görüntüle
@@ -6,9 +6,9 @@
#include "hip_test_context.hh"
std::vector<std::unordered_set<std::string>> GCNArchFeatMap = {
{"gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"}, // CT_FEATURE_FINEGRAIN_HWSUPPORT
{"gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"}, // CT_FEATURE_HMM
{"gfx90a", "gfx940", "gfx941", "gfx942", "gfx950"}, // CT_FEATURE_TEXTURES_NOT_SUPPORTED
{"gfx90a", "gfx942", "gfx950"}, // CT_FEATURE_FINEGRAIN_HWSUPPORT
{"gfx90a", "gfx942", "gfx950"}, // CT_FEATURE_HMM
{"gfx90a", "gfx942", "gfx950"}, // CT_FEATURE_TEXTURES_NOT_SUPPORTED
};
#if HT_AMD