[rocprofiler-compute] Fix test case for MI 308 (#2934)
* Fix test case for MI 308 * Use consistent naming of GPUs in comment
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
dea3da3a6f
commit
a838b0c07b
@@ -64,7 +64,11 @@ VALIDATE_METRICS = {
|
||||
# uses improved HBM3E instead of HBM3 used in
|
||||
# MI 300X GPU. Hence, multiple expected values
|
||||
# to cover both cases.
|
||||
"expected_values": [3910.62, 4287.31],
|
||||
# MI 308 has lower bandwidth.
|
||||
# MI 300X: 3910.62 GB/s
|
||||
# MI 325X: 4287.31 GB/s
|
||||
# MI 308: 2003.45 GB/s
|
||||
"expected_values": [2003.45, 3910.62, 4287.31],
|
||||
},
|
||||
],
|
||||
"MI350": [
|
||||
|
||||
Reference in New Issue
Block a user