Add support for AMD GPUs of GCN 1, 2, and 3 generations

This commit is contained in:
Hoang Hong Quan
2024-07-30 14:42:50 +07:00
parent c6eceaa3a0
commit e27bead52e
4 changed files with 39 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
# Resource: https://en.wikipedia.org/wiki/Graphics_Core_Next
AMDCodename = [
"Hainan",
"Oland",
"Cape Verde",
"Pitcairn",
"Tahiti",
"Bonaire",
"Hawaii",
"Tonga",
"Fiji"
]