gabrpham
66d3ffe65a
Added GTT Memory to process table of default command
...
Signed-off-by: gabrpham <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: 9e221a3f09 ]
2025-06-19 10:57:19 -05:00
gabrpham
8a0e65d911
Added GTT Memory to default command and adjusted table format
...
Signed-off-by: gabrpham <Gabriel.Pham@amd.com >
2025-06-19 10:57:19 -05:00
gabrpham
0e30436a0f
Added GTT Memory to default command and adjusted table format
...
Signed-off-by: gabrpham <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: 8a0e65d911 ]
2025-06-19 10:57:19 -05:00
Manocha, Rahul
91a6727ea6
SWDEV-538600 - Fix error code checks in some tests ( #305 )
...
[ROCm/hip-tests commit: b215381bbe ]
2025-06-19 21:11:54 +05:30
Manocha, Rahul
b215381bbe
SWDEV-538600 - Fix error code checks in some tests ( #305 )
2025-06-19 21:11:54 +05:30
Joseph Macaranas
12315c259a
[Azure CI] rccl nightly pipeline that runs on slurm ( #1723 )
...
* [Azure CI] rccl nightly pipeline that runs on slurm
- Login node will be set up as a self-hosted agent on Azure Pipelines.
- Login node will run this job nightly.
- Login node will checkout the latest develop source, and then run build and test through sbatch calls, and then waiting for the jobs to complete. When the jobs are complete, print out the logs.
2025-06-19 10:41:40 -05:00
Galantsev, Dmitrii
4262802588
CLI - Fix partition json output
...
Change-Id: I2b9e575cb960db7c136776bfe5c040b27feba727
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
2025-06-19 10:34:57 -05:00
Galantsev, Dmitrii
06b8484bbc
CLI - Fix partition json output
...
Change-Id: I2b9e575cb960db7c136776bfe5c040b27feba727
Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com >
[ROCm/amdsmi commit: 4262802588 ]
2025-06-19 10:34:57 -05:00
David Galiffi
fb177c8352
Update pull_request_template.md ( #258 )
...
Rewording the "related issues" comments
[ROCm/rocprofiler-systems commit: 20efb9641f ]
2025-06-19 11:06:13 -04:00
David Galiffi
20efb9641f
Update pull_request_template.md ( #258 )
...
Rewording the "related issues" comments
2025-06-19 11:06:13 -04:00
Sang, Tao
0faa7d7c95
SWDEV-519446 Part 2: Update unsafe atomic function file header ( #394 )
...
* SWDEV-519446 Part 2: Update unsafe atomic function file header
* Use __HIP_ATOMICS_IGNORE_DENORMAL_MODE to denote [[clang::atomic(ignore_denormal_mode)]] when condition met.
[ROCm/clr commit: 428fce9fd6 ]
2025-06-19 19:12:59 +05:30
Sang, Tao
428fce9fd6
SWDEV-519446 Part 2: Update unsafe atomic function file header ( #394 )
...
* SWDEV-519446 Part 2: Update unsafe atomic function file header
* Use __HIP_ATOMICS_IGNORE_DENORMAL_MODE to denote [[clang::atomic(ignore_denormal_mode)]] when condition met.
2025-06-19 19:12:59 +05:30
Yat Sin, David
16ae2e90c6
Remove unnecessary dependency on hsakmt ( #57 )
2025-06-18 21:01:23 -05:00
Yat Sin, David
1360fbfd64
Remove unnecessary dependency on hsakmt ( #57 )
...
[ROCm/rocprofiler commit: 16ae2e90c6 ]
2025-06-18 21:01:23 -05:00
ajanicijamd
ad2e95de05
Modified nic-performance test to download a smaller file ( #253 )
...
[ROCm/rocprofiler-systems commit: 4346c1c217 ]
2025-06-18 19:39:48 -04:00
ajanicijamd
4346c1c217
Modified nic-performance test to download a smaller file ( #253 )
2025-06-18 19:39:48 -04:00
Cheruvally, Aravindan
457ca05c6b
SWDEV-538841 - Update libc dependency ( #29 )
...
[ROCm/rocm-core commit: 4819f8e6af ]
2025-06-18 16:27:49 -07:00
Cheruvally, Aravindan
4819f8e6af
SWDEV-538841 - Update libc dependency ( #29 )
2025-06-18 16:27:49 -07:00
David Yat Sin
b3c48cc68c
rocr: support reserving non-registered VA
...
Extend hsa_amd_vmem_address_reserve/hsa_amd_vmem_address_reserve_align
to support HSA_AMD_VMEM_ADDRESS_NO_REGISTER flag. This allocation can be
used to reserve virtual address ranges that can later be used by
hsa_amd_svm_attributes_set for SVM based memory allocations.
2025-06-18 18:21:11 -04:00
David Yat Sin
39bddd8b9d
rocr: support reserving non-registered VA
...
Extend hsa_amd_vmem_address_reserve/hsa_amd_vmem_address_reserve_align
to support HSA_AMD_VMEM_ADDRESS_NO_REGISTER flag. This allocation can be
used to reserve virtual address ranges that can later be used by
hsa_amd_svm_attributes_set for SVM based memory allocations.
[ROCm/ROCR-Runtime commit: b3c48cc68c ]
2025-06-18 18:21:11 -04:00
jamessiddeley-amd
979c59fadc
added progress printout in rocprof-compute profile ( #727 )
...
* added progress printout for profiler
* added comments and fixed readability
* removed redundant newlines
* moved format_time helper function to utils
* removed tqdm and redundant time calc
[ROCm/rocprofiler-compute commit: 036866fc12 ]
2025-06-18 14:09:09 -04:00
jamessiddeley-amd
036866fc12
added progress printout in rocprof-compute profile ( #727 )
...
* added progress printout for profiler
* added comments and fixed readability
* removed redundant newlines
* moved format_time helper function to utils
* removed tqdm and redundant time calc
2025-06-18 14:09:09 -04:00
xuchen-amd
9d50115bd7
Integrate roofline in tui ( #762 )
...
* Update changelog, remove unused code.
* enable roofline in TUI.
* Remove roofline section when data not available.
* Fix workload dir path.
[ROCm/rocprofiler-compute commit: 5d8fd55e36 ]
2025-06-18 13:58:42 -04:00
xuchen-amd
5d8fd55e36
Integrate roofline in tui ( #762 )
...
* Update changelog, remove unused code.
* enable roofline in TUI.
* Remove roofline section when data not available.
* Fix workload dir path.
2025-06-18 13:58:42 -04:00
Kamil Iskra
3ea7eedf3b
NCCL 2.27.5-1
...
Improvements for GB200 systems
* Optimize the network performance by alternating the direction of the
rings and the NIC to GPU assignment across communicators to limit
unnecessary sharing.
* Fix the detection of C2C links in case GPU Direct RDMA is disabled
between a GPU and a NIC.
* Fix PXN support on MNNVL systems, where NCCL would try (and fail) to
share regular host memory across multiple nodes.
* Fix P2C (PXN over C2C), which is now preferred over regular PXN. This
support is currently preliminary and is disabled by default; use
NCCL_PXN_C2C=1 to enable.
Further reduce the overheads of CUDA graph capturing, which increased in
NCCL 2.26.2 for large graphs.
Optimize the network performance on DGX B200 systems by adjusting the
bandwidths provided to the graph search algorithm.
Enable fp8 reductions in symmetric kernels on Blackwell with CUDA 12.8.
Restore the plugin name handling logic to make it possible to specify a
path to the plugin (Issue #1732 ).
Restore the ability to change NCCL_COLLNET_ENABLE during execution
(Issue #1741 ).
Add an example tuner plugin with CSV-based overrides.
Remove an x86 dependency from the example profiler.
2025-06-18 10:34:47 -07:00
Luu, Jonathan
337cbeba6f
SWDEV-531400 - Remove File reorganization backward computability (roctracer) ( #40 )
...
* SWDEV-531400 - Remove File reorganization backward computability (roctracer)
* removing no longer needed files
---------
Co-authored-by: Jonathan Luu <jonatluu@amd.com >
[ROCm/roctracer commit: 9a620d64d9 ]
2025-06-18 13:33:41 -04:00
Luu, Jonathan
9a620d64d9
SWDEV-531400 - Remove File reorganization backward computability (roctracer) ( #40 )
...
* SWDEV-531400 - Remove File reorganization backward computability (roctracer)
* removing no longer needed files
---------
Co-authored-by: Jonathan Luu <jonatluu@amd.com >
2025-06-18 13:33:41 -04:00
xuchen-amd
0b6e03adb0
CLI: enable roofline plot ( #760 )
...
* enable roofline plot in cli.
* Add roofline to analysis config.
* Unify global variables.
* Disable roofline for baseline comparison and gfx908.
* Add check for roofline.csv
[ROCm/rocprofiler-compute commit: 80159ee117 ]
2025-06-18 13:19:58 -04:00
xuchen-amd
80159ee117
CLI: enable roofline plot ( #760 )
...
* enable roofline plot in cli.
* Add roofline to analysis config.
* Unify global variables.
* Disable roofline for baseline comparison and gfx908.
* Add check for roofline.csv
2025-06-18 13:19:58 -04:00
Pratik Basyal
0f7ae37ca6
Broken link to ROCprofiler-SDK updated ( #254 )
...
[ROCm/rocprofiler-systems commit: 66e71574ba ]
2025-06-18 13:15:18 -04:00
Pratik Basyal
66e71574ba
Broken link to ROCprofiler-SDK updated ( #254 )
2025-06-18 13:15:18 -04:00
Daniel Su
f155355b33
Add thread header to videodecode example ( #252 )
...
[ROCm/rocprofiler-systems commit: 475d6c0f1f ]
2025-06-18 12:40:24 -04:00
Daniel Su
475d6c0f1f
Add thread header to videodecode example ( #252 )
2025-06-18 12:40:24 -04:00
Ramakrishnan, Ranjith
311f83e921
SWDEV-504756 - Prevent the modification of python interpreter directives ( #27 )
...
"/usr/bin/env python3" is getting converted to "/usr/libexec/platform-python" in RHEL8. Undefining __brp_mangle_shebangs will prevent the same
[ROCm/rocm-core commit: 0d7160da9a ]
2025-06-18 09:27:05 -07:00
Ramakrishnan, Ranjith
0d7160da9a
SWDEV-504756 - Prevent the modification of python interpreter directives ( #27 )
...
"/usr/bin/env python3" is getting converted to "/usr/libexec/platform-python" in RHEL8. Undefining __brp_mangle_shebangs will prevent the same
2025-06-18 09:27:05 -07:00
josnarlo
5ed9fba9be
[SWDEV-538604] Sync Unified Header and AMDSMI Comments
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
2025-06-18 09:13:01 -05:00
josnarlo
ed9086505d
[SWDEV-538604] Sync Unified Header and AMDSMI Comments
...
Signed-off-by: josnarlo <Joseph.Narlo@amd.com >
[ROCm/amdsmi commit: 5ed9fba9be ]
2025-06-18 09:13:01 -05:00
Belton-Schure, Aidan
615b904729
SWDEV-535738 - Properly define size_t for windows ( #481 )
...
[ROCm/clr commit: adda2602e1 ]
2025-06-18 19:32:11 +05:30
Belton-Schure, Aidan
adda2602e1
SWDEV-535738 - Properly define size_t for windows ( #481 )
2025-06-18 19:32:11 +05:30
Baraldi, Giovanni
0ea9dbf7a8
Adding doc links for trace decoder, aqlprofile and viewer ( #464 )
...
Adding interlinks for trace decoder, aqlprofile and viewer
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
[ROCm/rocprofiler-sdk commit: 9dadbbace5 ]
2025-06-18 14:10:18 +02:00
Baraldi, Giovanni
9dadbbace5
Adding doc links for trace decoder, aqlprofile and viewer ( #464 )
...
Adding interlinks for trace decoder, aqlprofile and viewer
Co-authored-by: Giovanni Baraldi <gbaraldi@amd.com >
Co-authored-by: Bhardwaj, Gopesh <Gopesh.Bhardwaj@amd.com >
2025-06-18 14:10:18 +02:00
Brzak, Branislav
10abe4220a
SWDEV-537686 - Remove unmaintained text editor metadata ( #154 )
...
[ROCm/hip commit: 41f4f1c040 ]
2025-06-18 13:13:35 +05:30
Brzak, Branislav
41f4f1c040
SWDEV-537686 - Remove unmaintained text editor metadata ( #154 )
2025-06-18 13:13:35 +05:30
Chris Freehill
24f36de037
rocr: Add missing close of dmabuf after import
2025-06-17 20:22:34 -04:00
Chris Freehill
14b5faf333
rocr: Add missing close of dmabuf after import
...
[ROCm/ROCR-Runtime commit: 24f36de037 ]
2025-06-17 20:22:34 -04:00
vedithal-amd
ab985464ef
Add docker files for testing ( #761 )
...
[ROCm/rocprofiler-compute commit: b16256fd07 ]
2025-06-17 16:18:35 -04:00
vedithal-amd
b16256fd07
Add docker files for testing ( #761 )
2025-06-17 16:18:35 -04:00
Elwazir, Ammar
b9b44070c9
Create external PR Workflow ( #118 )
...
Create external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Separating Internal and External Workflows (#119 )
* Separating Internal and External Workflows
* Update continuous_integration.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Create external-pr-sync.yml (#121 )
* Create external-pr-sync.yml
* Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Create external-pr-close.yml
Fixing External PR Workflows
Fixing External PR Workflows
Fixing External PR Workflows
[ROCm/aqlprofile commit: 2f771e6107 ]
2025-06-17 14:55:35 -05:00
Elwazir, Ammar
2f771e6107
Create external PR Workflow ( #118 )
...
Create external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Separating Internal and External Workflows (#119 )
* Separating Internal and External Workflows
* Update continuous_integration.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr.yml
Create external-pr-sync.yml (#121 )
* Create external-pr-sync.yml
* Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr.yml
Update external-pr.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Update external-pr-sync.yml
Create external-pr-close.yml
Fixing External PR Workflows
Fixing External PR Workflows
Fixing External PR Workflows
2025-06-17 14:55:35 -05:00
Trowbridge, Ian
8de9854a62
[SDK] [CI] Update HSA EXT Step Version ( #460 )
...
Update HSA EXT step version
[ROCm/rocprofiler-sdk commit: 883a57ece7 ]
2025-06-17 08:55:58 -07:00