Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: benrichard-amd <ben.richard@amd.com>
  • Loading branch information
benrichard-amd committed Oct 25, 2024
1 parent 8e64dec commit 2cddb02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omniperf_soc/soc_gfx908.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, args, mspec):
self._mspec.lds_banks_per_cu = 32
self._mspec.pipes_per_gpu = 4
# --showmclkrange is broken in Mi100, hardcode freq
if self._mspec.gpu_model == "MI300":
if self._mspec.gpu_model == "MI100":
if self._mspec.max_mclk == None or self._mspec.cur_mclk == None:
self._mspec.max_mclk = 1200
self._mspec.cur_mclk = 1200
Expand Down

0 comments on commit 2cddb02

Please sign in to comment.