device/rocm: split gfxVersion to major/minor/stepping

Change-Id: I1e437eaee30794147713d9516229211670f01d90


[ROCm/clr commit: b4f1239f34]
This commit is contained in:
Jason Tang
2020-05-04 16:34:19 -04:00
committed by Jason Tang
parent 08036e1ffe
commit e49bddae07
6 changed files with 44 additions and 49 deletions
@@ -430,7 +430,7 @@ PerfCounter::PerfCounter(const Device& device, //!< A ROC device object
info_.eventIndex_ = eventIndex; // Counter Event Selection (counter_id)
// these block indices are valid for the SI (Gfx8) & Gfx9 devices
switch (roc_device_.deviceInfo().gfxipVersion_ / 100) {
switch (roc_device_.deviceInfo().gfxipMajor_) {
case (8):
gfxVersion_ = ROC_GFX8;
if (blockIndex < viBlockIdOrcaToRocr.size()) {