[ROCProfiler-SDK][ROCR] HSA New API changes for HSA_AMD_EXT_API_TABLE_STEP_VERSION 8 (#1182)

* add new hsa ext api for version 8.

* use fmt instead of ostream.

* override rccl from therock

* Update rocprofiler-sdk-continuous_integration.yml

* Update rocprofiler-sdk-continuous_integration.yml

* Update rocprofiler-sdk-continuous_integration.yml

* enable rocr-build

* format

* disable att consecutive-kernels tests.

* Enable ROCR build in code coverage workflow

---------

Co-authored-by: Venkateshwar Reddy Kandula <venkateshwar.kandula1306@gmail.com>
Этот коммит содержится в:
Venkateshwar Reddy Kandula
2025-10-06 13:09:39 -05:00
коммит произвёл GitHub
родитель ad78611674
Коммит 952d1dabe2
10 изменённых файлов: 82 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -62,7 +62,7 @@ env:
navi4_EXCLUDE_LABEL_REGEX: ""
GLOBAL_CMAKE_OPTIONS: ""
DISABLE_ROCR_BUILD: "true"
DISABLE_ROCR_BUILD: "false"
CI_MODE: ${{ github.event_name == 'schedule' && 'Nightly' || 'Continuous' }}