2
0

removed gfx940 and gfx941 (#1606)

* removed gfx940 and gfx941

* removed gfx940 and gfx941

* Update "gfx94" to "gfx942" in init.cc

* Updated remaining "gfx94" updates to "gfx942"

* Update filenames and variables from gfx940 to gfx942

---------

Co-authored-by: akolliasAMD <akollias@amd.com>
Este cometimento está contido em:
corey-derochie-amd
2025-03-20 09:34:53 -06:00
cometido por GitHub
ascendente 6403afff4a
cometimento 6505639cf4
30 ficheiros modificados com 74 adições e 79 eliminações
+1 -1
Ver ficheiro
@@ -31,7 +31,7 @@ if(list_result EQUAL 0)
## Extract file paths for the selected gfx archs
foreach(line ${cmd_output})
if(line MATCHES "(gfx90a|gfx940|gfx941|gfx942|gfx950)")
if(line MATCHES "(gfx90a|gfx942|gfx950)")
string(REGEX MATCH "\\file://(.*)" file_match ${line})
if(file_match)
list(APPEND file_paths ${file_match})