fix comment typo

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: eaae69e2a6]
This commit is contained in:
Karl W Schulz
2023-12-07 15:14:26 -06:00
zatwierdzone przez Karl W. Schulz
rodzic 42b6336cb5
commit d4d22af34a
@@ -157,7 +157,7 @@ class Omniperf:
self.__args.target = target
# instantiate underlying SoC support class
# in case of analyze mode, __soc can accomadate multiple archs
# in case of analyze mode, __soc can accommodate multiple archs
if target == "mi50":
from omniperf_soc.soc_gfx906 import gfx906_soc
self.__soc[arch] = gfx906_soc(self.__args)