mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
use gfx1100-dgpu for dgpus
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ class Agent:
|
||||
if (self.gfx_version & 0xFFF0) == 0x1200:
|
||||
return "v2/gfx120X-all"
|
||||
if (self.gfx_version & 0xFFF0) == 0x1100:
|
||||
return "v2/gfx110X-all"
|
||||
return "v2/gfx110X-" + ("all" if self.is_apu else "dgpu")
|
||||
if self.gfx_version == 0x1150:
|
||||
return "v2-staging/gfx1150"
|
||||
if self.gfx_version == 0x1151:
|
||||
|
||||
Reference in New Issue
Block a user