Fixing misc Mi300 typos

Signed-off-by: colramos-amd <colramos@amd.com>
이 커밋은 다음에 포함됨:
colramos-amd
2024-02-26 10:09:22 -06:00
커밋한 사람 Cole Ramos
부모 d2c3d7faf9
커밋 3e59c928e0
2개의 변경된 파일2개의 추가작업 그리고 9개의 파일을 삭제
+1 -8
파일 보기
@@ -270,14 +270,7 @@ class OmniProfiler_Base:
# verify soc compatibility
if self.__profiler not in self._soc.get_compatible_profilers():
error(
"%s is not enabled in %s. Available profilers include: %s"
% (
self._soc.get_soc_name(),
self.__profiler,
self._soc.get_compatible_profilers(),
)
)
error("%s is not enabled in %s. Available profilers include: %s" % (self._soc.get_arch(), self.__profiler, self._soc.get_compatible_profilers()))
# verify not accessing parent directories
if ".." in str(self.__args.path):
error("Access denied. Cannot access parent directories in path (i.e. ../)")
+1 -1
파일 보기
@@ -59,7 +59,7 @@ class gfx942_soc (OmniSoC_Base):
"TCC_channels": 32,
}
)
self.roofline_obj = Roofline(args, self.__mspec)
self.roofline_obj = Roofline(args, self._mspec)
# Set arch specific specs
self._mspec.L2Banks = 16