Initial support for gfx1010, gfx1011, gfx1012
Change-Id: I9ec398070c85db08aea72947557c6e1b5f7d541d
[ROCm/ROCR-Runtime commit: 6ebdad5896]
This commit is contained in:
@@ -1348,6 +1348,8 @@ namespace code {
|
||||
asic = "VI";
|
||||
} else if (major_version == 9) {
|
||||
asic = "GFX9";
|
||||
} else if (major_version == 10) {
|
||||
asic = "GFX10";
|
||||
} else {
|
||||
assert(!"unknown compute capability");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user