Fix rocprofiler-sdk CI workflow tarball install errors (#2225)
* Add ls statement for debugging /opt directory file naming * Update ROCM_VERSION from 7.0.0 to 7.1.1 in SDK CI * Update amdgpu debian package for Ubuntu in Dockerfile.ci * disable HIP/CLR build in codeql (#2242) --------- Co-authored-by: Venkateshwar Reddy Kandula <Venkateshwarreddy.Kandula@amd.com>
This commit is contained in:
@@ -26,7 +26,7 @@ env:
|
||||
PATH: "/usr/bin:$PATH"
|
||||
EXCLUDED_PATHS: "external /tmp/build/external"
|
||||
GLOBAL_CMAKE_OPTIONS: "-DROCPROFILER_INTERNAL_RCCL_API_TRACE=ON"
|
||||
ENABLE_HIP_CLR_BUILD: "true"
|
||||
ENABLE_HIP_CLR_BUILD: "false"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
||||
@@ -34,7 +34,7 @@ permissions:
|
||||
env:
|
||||
# TODO(jrmadsen): replace LD_RUNPATH_FLAG, GPU_TARGETS, etc. with internal handling in cmake
|
||||
ROCM_PATH: "/opt/rocm"
|
||||
ROCM_VERSION: "7.0.0"
|
||||
ROCM_VERSION: "7.1.1"
|
||||
PYTHON_VENV_PATH: "rocprofiler-sdk"
|
||||
PYTHON_VENV_ACTIVATE: "rocprofiler-sdk/bin/activate"
|
||||
GPU_TARGETS: "gfx906 gfx908 gfx90a gfx942 gfx950 gfx1030 gfx1100 gfx1101 gfx1102 gfx1201"
|
||||
|
||||
Reference in New Issue
Block a user