Allowed rocporf v1 for MI300

Change-Id: I5e4999fc2d27b68afa0bf70b65e2d97cd7f2b01d
This commit is contained in:
gobhardw
2023-12-07 05:29:07 +00:00
parent fd7aa5758f
commit 6f033b4295
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ ROCM_LIB_PATH=$ROOT_DIR/lib
PROF_BIN_DIR=$ROOT_DIR/libexec/rocprofiler
# check if rocprof is supportd on this gpu arch
V1_SUPPORTED_GPU_ARCHS=("gfx80x","gfx90x","gfx10xx")
V1_SUPPORTED_GPU_ARCHS=("gfx80x","gfx90x","gfx10xx","gfx94x")
CURRENT_AGENTS_LIST=$($BIN_DIR/rocm_agent_enumerator)
IS_SUPPORTED="false"