Commit Graph

64192 Commits

Author SHA1 Message Date
systems-assistant[bot] 807784b3a3 Merge commit '31dfc0fccedbd50a93dad3ff514e74ed252ec239' into develop 2025-08-03 03:38:38 +00:00
Joseph Macaranas 870dc948b1 Terminology change: monorepo -> super-repo 2025-08-02 22:23:24 -04:00
Joseph Macaranas 153f71fb0d Append, instead of prepend, breadcrumb for patch backs to old repos 2025-08-02 22:13:43 -04:00
Joseph Macaranas c2d62973d4 Copying updates from rocm-libraries 2025-08-02 22:08:24 -04:00
Joseph Macaranas d5000f623e Update CODEOWNERS 2025-08-02 19:37:03 -04:00
Kudchadker, Saleel a1d3da6bd3 SWDEV-547614 - Demangle graph kernel names (#809)
[ROCm/clr commit: 1492328894]
2025-08-01 14:35:30 -07:00
Kudchadker, Saleel 1492328894 SWDEV-547614 - Demangle graph kernel names (#809) 2025-08-01 14:35:30 -07:00
vedithal-amd 30c32c0bd1 Fix L2 cache bandwidth metrics for MI350 (#843)
* Fix L2 cache bandwidth metrics for MI350

* Address review comments

[ROCm/rocprofiler-compute commit: b349e406ed]
2025-08-01 14:00:46 -04:00
vedithal-amd b349e406ed Fix L2 cache bandwidth metrics for MI350 (#843)
* Fix L2 cache bandwidth metrics for MI350

* Address review comments
2025-08-01 14:00:46 -04:00
vedithal-amd 457b00ca12 Fix metrics description (#853)
* Fix ordering of metrics description

[ROCm/rocprofiler-compute commit: 6902b12e65]
2025-08-01 13:56:29 -04:00
vedithal-amd 6902b12e65 Fix metrics description (#853)
* Fix ordering of metrics description
2025-08-01 13:56:29 -04:00
vedithal-amd 2cd1df0db7 Remove duplicate metric descriptions from documentation (#852)
[ROCm/rocprofiler-compute commit: d84863b7af]
2025-08-01 13:33:58 -04:00
vedithal-amd d84863b7af Remove duplicate metric descriptions from documentation (#852) 2025-08-01 13:33:58 -04:00
Fei Zheng 7a4d187f40 update license files (#849)
[ROCm/rocprofiler-compute commit: 0d6e172679]
2025-08-01 10:14:39 -06:00
Fei Zheng 0d6e172679 update license files (#849) 2025-08-01 10:14:39 -06:00
xuchen-amd b6a7d72212 TUI: Kernel Selection (#769)
[ROCm/rocprofiler-compute commit: 9ddee8de2e]
2025-08-01 11:31:43 -04:00
xuchen-amd 9ddee8de2e TUI: Kernel Selection (#769) 2025-08-01 11:31:43 -04:00
Fei Zheng bf05f442b8 Fix pc sampling unit test (#847)
[ROCm/rocprofiler-compute commit: 81daaaecc7]
2025-08-01 09:28:43 -06:00
Fei Zheng 81daaaecc7 Fix pc sampling unit test (#847) 2025-08-01 09:28:43 -06:00
Sumner, Brian b617e8feb6 Fix undefined symbol at runtime with newer versions of LLVM (#791)
[ROCm/clr commit: 2da49283c8]
2025-08-01 08:15:02 -07:00
Sumner, Brian 2da49283c8 Fix undefined symbol at runtime with newer versions of LLVM (#791) 2025-08-01 08:15:02 -07:00
Patel, Jaydeepkumar 4458842ceb SWDEV-541799 - Return hipSuccess from hipFreeAsync if ptr to free is … (#683)
SWDEV-541799 - Return hipSuccess from hipFreeAsync if ptr to free is nullptr to match with hipFree.

[ROCm/clr commit: c329b548eb]
2025-08-01 14:41:40 +05:30
Patel, Jaydeepkumar c329b548eb SWDEV-541799 - Return hipSuccess from hipFreeAsync if ptr to free is … (#683)
SWDEV-541799 - Return hipSuccess from hipFreeAsync if ptr to free is nullptr to match with hipFree.
2025-08-01 14:41:40 +05:30
Chaudhary, Jatin Jaikishan b69f832430 SWDEV-543350 - restrictions on usage of hipMemcpyWithStream (#727)
* SWDEV-543350 - Do not hipMemcpyWithStream to be called during stream capture

* update comment

---------

Co-authored-by: Jatin Chaudhary <jatchaud@amd.com>

[ROCm/clr commit: 76d2c4135e]
2025-08-01 14:41:02 +05:30
Chaudhary, Jatin Jaikishan 76d2c4135e SWDEV-543350 - restrictions on usage of hipMemcpyWithStream (#727)
* SWDEV-543350 - Do not hipMemcpyWithStream to be called during stream capture

* update comment

---------

Co-authored-by: Jatin Chaudhary <jatchaud@amd.com>
2025-08-01 14:41:02 +05:30
U, Srihari ea891a16fd Fix rocpd kernel traces csv output (#497)
* Fix rocpd kernel traces csv

* Updated CHANGELOG.md

* Add guid header

* address comment.

* Fix test failures

---------

Co-authored-by: Srihari Uttanur <srihariu@amd.com>

[ROCm/rocprofiler-sdk commit: 7251cea0bc]
2025-08-01 08:31:21 +05:30
U, Srihari 7251cea0bc Fix rocpd kernel traces csv output (#497)
* Fix rocpd kernel traces csv

* Updated CHANGELOG.md

* Add guid header

* address comment.

* Fix test failures

---------

Co-authored-by: Srihari Uttanur <srihariu@amd.com>
2025-08-01 08:31:21 +05:30
Yiannis Papadopoulos b14bb0f942 libhsakmt: Use numa_node_size64 with long long
[ROCm/ROCR-Runtime commit: ea0a3e8da4]
2025-07-31 18:17:52 -05:00
Yiannis Papadopoulos ea0a3e8da4 libhsakmt: Use numa_node_size64 with long long 2025-07-31 18:17:52 -05:00
vedithal-amd 4edffecd3c Backport CHANGELOG changes from 7.0 release (#845)
* Backport CHANGELOG changes from 7.0 release

* Backport CHANGELOG changes from https://github.com/ROCm/rocprofiler-compute/pull/815

[ROCm/rocprofiler-compute commit: 70ebb4a299]
2025-07-31 19:02:50 -04:00
vedithal-amd 70ebb4a299 Backport CHANGELOG changes from 7.0 release (#845)
* Backport CHANGELOG changes from 7.0 release

* Backport CHANGELOG changes from https://github.com/ROCm/rocprofiler-compute/pull/815
2025-07-31 19:02:50 -04:00
amd-hsivasun 6df6f3ec6e Rocprofiler-Compute Formatting Workflow (#18)
* Added Formatting Workflow for Compute

* Update rocprofiler-compute-formatting.yml

* Removed use of action for black and isort in compute formatting

---------

Co-authored-by: Sivasuntharampillai, Haresh <Haresh.Sivasuntharampillai+amdeng@amd.com>
2025-07-31 17:47:18 -04:00
Ammar ELWazir f15d0467bc Merge pull request #17 from ROCm/amd/aelwazir/fix_ci
Submodules fix for SDK CI jobs
2025-07-31 16:14:38 -05:00
Ammar ELWazir c7cb4b0c69 Update rocprofiler-sdk-continuous_integration.yml 2025-07-31 15:49:04 -05:00
Ammar ELWazir a2e5bbe0c0 Update rocprofiler-sdk-continuous_integration.yml 2025-07-31 15:41:03 -05:00
Vaddireddy, Sushma 1c149c661f Adding MI100 counters (#501)
* Enable MI100 counters

* Update counter_defs.yaml

* Adding MI100 counters to tests

* Added TCC counters

---------

Co-authored-by: Sushma Vaddireddy <svaddire@amd.com>

[ROCm/rocprofiler-sdk commit: a1e2905559]
2025-07-31 13:36:25 -07:00
Vaddireddy, Sushma a1e2905559 Adding MI100 counters (#501)
* Enable MI100 counters

* Update counter_defs.yaml

* Adding MI100 counters to tests

* Added TCC counters

---------

Co-authored-by: Sushma Vaddireddy <svaddire@amd.com>
2025-07-31 13:36:25 -07:00
Ammar ELWazir 1550424110 Update rocprofiler-sdk-docs.yml 2025-07-31 15:35:40 -05:00
Ammar ELWazir e8ba4d6154 Update rocprofiler-sdk-code_coverage.yml 2025-07-31 15:34:32 -05:00
Ammar ELWazir 979b93f02a Update rocprofiler-register-continuous-integration.yml 2025-07-31 15:34:02 -05:00
Ammar ELWazir da121a03ae Submodules fix for SDK CI jobs 2025-07-31 15:32:47 -05:00
Ammar ELWazir e4a8f9cb77 Merge pull request #15 from ROCm/amd/aelwazir/fixing_rocprofiler_ci
ROCProfiler SDK Update
2025-07-31 15:26:41 -05:00
amd-hsivasun a751fca539 Update .gitmodules (#16)
Added  path for rocprofiler-systems/external/papi
2025-07-31 15:21:52 -04:00
amd-hsivasun 1c570465ad Rename gitmodules to .gitmodules 2025-07-31 15:19:25 -04:00
amd-hsivasun 83cb68ad36 Rename gitmodules.txt to gitmodules 2025-07-31 15:19:01 -04:00
Sivasuntharampillai, Haresh 93958aa8b9 Moved gitmodules to root 2025-07-31 15:13:46 -04:00
amd-hsivasun 21114fbcc6 Added gitmodules 2025-07-31 15:06:55 -04:00
Ammar ELWazir 46c0987253 Fixing ROCProfiler SDK workflows 2025-07-31 13:55:54 -05:00
Ammar ELWazir b279076eab Fixing ROCProfiler SDK Docs workflow 2025-07-31 13:50:07 -05:00
Ammar ELWazir 8465cf5c14 Fixing ROCProfiler SDK Docs workflow 2025-07-31 13:46:56 -05:00