SWDEV-352127 - Handle Raphael arch in palsettings create()
assert statement were hit silently in Release builds like SWDEV-353548. Issue only seen in Debug builds Change-Id: I9f7177806c854d64fcf986e9f6092076d8a05f23
This commit is contained in:
@@ -203,6 +203,7 @@ bool Settings::create(const Pal::DeviceProperties& palProp,
|
||||
amd::Os::getAppPathAndFileName(appName, appPathAndName);
|
||||
|
||||
switch (palProp.revision) {
|
||||
case Pal::AsicRevision::Raphael:
|
||||
case Pal::AsicRevision::Rembrandt:
|
||||
case Pal::AsicRevision::Navi24:
|
||||
case Pal::AsicRevision::Navi23:
|
||||
|
||||
Reference in New Issue
Block a user