Device ID/family corrections for gfx9xx
Change-Id: Icb25fbbaeb99ce886a2852b48d02875ee0f197a2
This commit is contained in:
@@ -90,11 +90,11 @@ namespace loader {
|
||||
#if defined(GFX9_BUILD)
|
||||
gfx900.handle = 900;
|
||||
gfx901.handle = 901;
|
||||
gfx901.handle = 902;
|
||||
gfx902.handle = 902;
|
||||
gfx903.handle = 903;
|
||||
gfx903.handle = 904;
|
||||
gfx903.handle = 905;
|
||||
gfx903.handle = 906;
|
||||
gfx904.handle = 904;
|
||||
gfx905.handle = 905;
|
||||
gfx906.handle = 906;
|
||||
gfx907.handle = 907;
|
||||
#endif // GFX9_BUILD
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user