SWDEV-268864 - Use new isa class to access isa related information (part 2)
Change-Id: If7ed535b3012aec3f2cb4eb7ab93d8f5aed9783f
このコミットが含まれているのは:
@@ -329,10 +329,10 @@ hipError_t ihipOccupancyMaxActiveBlocksPerMultiprocessor(
|
||||
size_t GprWaves = VgprWaves;
|
||||
if (wrkGrpInfo->usedSGPRs_ > 0) {
|
||||
size_t maxSGPRs;
|
||||
if (device.info().gfxipMajor_ < 8) {
|
||||
if (device.isa().versionMajor() < 8) {
|
||||
maxSGPRs = 512;
|
||||
}
|
||||
else if (device.info().gfxipMajor_ < 10) {
|
||||
else if (device.isa().versionMajor() < 10) {
|
||||
maxSGPRs = 800;
|
||||
}
|
||||
else {
|
||||
|
||||
新しいイシューから参照
ユーザーをブロックする