avinashkethineedi
285ac5cab6
Add MPI_THREAD_MULTIPLE check
...
[ROCm/rocshmem commit: 2f0739d823 ]
2024-10-01 20:05:15 +00:00
avinashkethineedi
2f0739d823
Add MPI_THREAD_MULTIPLE check
2024-10-01 20:05:15 +00:00
Brandon Potter
cd44115728
Poll the signal from one thread instead of all
...
[ROCm/rocshmem commit: 24b928a007 ]
2024-10-01 15:01:37 -05:00
Brandon Potter
24b928a007
Poll the signal from one thread instead of all
2024-10-01 15:01:37 -05:00
Cole Ramos
83de3f34ae
Add smart name and notes to triggered releases ( #438 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: c8a1add54b ]
2024-10-01 14:59:38 -05:00
Cole Ramos
c8a1add54b
Add smart name and notes to triggered releases ( #438 )
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-10-01 14:59:38 -05:00
Maisam Arif
30f6a114e1
[SWDEV-488819] - Backward Compatibility Disclaimer
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I8b00d2009e3d01da134ac21ddcb0994357d76a54
2024-10-01 14:57:23 -05:00
Maisam Arif
014d0a4e96
[SWDEV-488819] - Backward Compatibility Disclaimer
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I8b00d2009e3d01da134ac21ddcb0994357d76a54
[ROCm/amdsmi commit: 30f6a114e1 ]
2024-10-01 14:57:23 -05:00
Brandon Potter
44803b3ba1
Use gtest parameterized test macros for IPC simple
...
The IPC simple test fixtures had replicated code in many places.
This changeset removes most of the duplication in the relevant files.
[ROCm/rocshmem commit: 526811957b ]
2024-10-01 14:57:21 -05:00
Brandon Potter
526811957b
Use gtest parameterized test macros for IPC simple
...
The IPC simple test fixtures had replicated code in many places.
This changeset removes most of the duplication in the relevant files.
2024-10-01 14:57:21 -05:00
avinashkethineedi
0641a4a29e
make MPI_Init and MPI_Finalize independent of the test fixtures
...
[ROCm/rocshmem commit: 0f7dc70894 ]
2024-10-01 18:33:36 +00:00
avinashkethineedi
0f7dc70894
make MPI_Init and MPI_Finalize independent of the test fixtures
2024-10-01 18:33:36 +00:00
Lakshmi Kumar
2d74210ae7
update clang path per packaging ( #59 )
...
[ROCm/rocjpeg commit: f05d8862c8 ]
2024-10-01 13:20:21 -04:00
Lakshmi Kumar
f05d8862c8
update clang path per packaging ( #59 )
2024-10-01 13:20:21 -04:00
Ioannis Assiouras
6221aee0af
SWDEV-478295 - Set CXX as the project language in 23_cmake_hiprtc
...
Change-Id: I40c01191e9de1790bbdd42896bdf70c046a70e34
[ROCm/hip-tests commit: 8e62770f50 ]
2024-10-01 10:57:16 -04:00
Ioannis Assiouras
8e62770f50
SWDEV-478295 - Set CXX as the project language in 23_cmake_hiprtc
...
Change-Id: I40c01191e9de1790bbdd42896bdf70c046a70e34
2024-10-01 10:57:16 -04:00
Tim
7b27294298
Fix Issue [SWDEV-485618]: README Outdated: Include File
...
Changes to the README.md:
-Fixed the dead links in the examples.
-Updated the example to point to the ones in roctracer_spec.md instead of tests.
Changes to the roctracer_spec.md:
-Changed #include from #include <*.h> to #include <roctracer/*.h> to
reflect the latest code structure.
Change-Id: Iab44fc327821c1a01f0b949d3c9a3c20ca587599
[ROCm/roctracer commit: 725d289a2b ]
2024-10-01 09:52:09 -04:00
Tim
725d289a2b
Fix Issue [SWDEV-485618]: README Outdated: Include File
...
Changes to the README.md:
-Fixed the dead links in the examples.
-Updated the example to point to the ones in roctracer_spec.md instead of tests.
Changes to the roctracer_spec.md:
-Changed #include from #include <*.h> to #include <roctracer/*.h> to
reflect the latest code structure.
Change-Id: Iab44fc327821c1a01f0b949d3c9a3c20ca587599
2024-10-01 09:52:09 -04:00
Aryan Salmanpour
08a5ccfb0c
Optimize the memory pool allocation bso that its size doesn't exceed the max_pool_size_ ( #58 )
...
[ROCm/rocjpeg commit: ad90eb4582 ]
2024-10-01 09:14:15 -04:00
Aryan Salmanpour
ad90eb4582
Optimize the memory pool allocation bso that its size doesn't exceed the max_pool_size_ ( #58 )
2024-10-01 09:14:15 -04:00
Lakshmi Kumar
ffe6861569
change clang++ path as suggested by packaging team ( #427 )
...
[ROCm/rocdecode commit: 4e4a18d280 ]
2024-10-01 08:35:45 -04:00
Lakshmi Kumar
4e4a18d280
change clang++ path as suggested by packaging team ( #427 )
2024-10-01 08:35:45 -04:00
Satyanvesh Dittakavi
b758610a55
SWDEV-478708 - Remove forced wait of 10us in hipEventQuery
...
Change-Id: I868aae14311c3cdfc09aa03252ac324c4b79b864
[ROCm/clr commit: ade1954015 ]
2024-10-01 06:27:42 -04:00
Satyanvesh Dittakavi
ade1954015
SWDEV-478708 - Remove forced wait of 10us in hipEventQuery
...
Change-Id: I868aae14311c3cdfc09aa03252ac324c4b79b864
2024-10-01 06:27:42 -04:00
Ioannis Assiouras
573305e5af
SWDEV-478472 - Disabled Unit_hipMallocArray_Negative_8bitFloat
...
Change-Id: I2d7f8ae8b2cae655904522d3acc20aa939080d1b
[ROCm/hip-tests commit: cf29cda0bd ]
2024-10-01 09:54:14 +01:00
Ioannis Assiouras
cf29cda0bd
SWDEV-478472 - Disabled Unit_hipMallocArray_Negative_8bitFloat
...
Change-Id: I2d7f8ae8b2cae655904522d3acc20aa939080d1b
2024-10-01 09:54:14 +01:00
Shweta Khatri
9f43c9fd51
hsakmt: spm.c: Fix Coverity reported warnings
...
Fix unused ret value and initialize gpu_id
Change-Id: Ib3acc7db4bbab519318d0970786a5dc641dcc9eb
2024-09-30 19:46:51 -04:00
Shweta Khatri
b4ebbe7448
hsakmt: spm.c: Fix Coverity reported warnings
...
Fix unused ret value and initialize gpu_id
Change-Id: Ib3acc7db4bbab519318d0970786a5dc641dcc9eb
[ROCm/ROCR-Runtime commit: 9f43c9fd51 ]
2024-09-30 19:46:51 -04:00
David Yat Sin
73f6bfa747
rocr/vmm: Only modify permisions for specified agents
...
When hsa_amd_vmem_set_access is called, do not remove permissions for
unspecified agents. Also updating documentation in header to clarify
this.
Change-Id: I3bb4cf08ba399f85cc67b17fd13a4a40d862415f
2024-09-30 17:41:58 -04:00
David Yat Sin
298ec3d840
rocr/vmm: Only modify permisions for specified agents
...
When hsa_amd_vmem_set_access is called, do not remove permissions for
unspecified agents. Also updating documentation in header to clarify
this.
Change-Id: I3bb4cf08ba399f85cc67b17fd13a4a40d862415f
[ROCm/ROCR-Runtime commit: 73f6bfa747 ]
2024-09-30 17:41:58 -04:00
Maisam Arif
b233db729b
Corrected throttle status value check
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I2d75108c64c3ca3e290be1dd5b8c1435c5576f91
2024-09-30 13:40:32 -05:00
Maisam Arif
ffcf02ba63
Corrected throttle status value check
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I2d75108c64c3ca3e290be1dd5b8c1435c5576f91
[ROCm/amdsmi commit: b233db729b ]
2024-09-30 13:40:32 -05:00
Rahul Manocha
9f10e89d97
SWDEV-487903 - Fix for Empty Kernel Segfault in PAL
...
Change-Id: Ia1c19cf4ea24188cdb2d374b07f975f794e02dba
[ROCm/clr commit: 9da90fe848 ]
2024-09-30 13:00:15 -04:00
Rahul Manocha
9da90fe848
SWDEV-487903 - Fix for Empty Kernel Segfault in PAL
...
Change-Id: Ia1c19cf4ea24188cdb2d374b07f975f794e02dba
2024-09-30 13:00:15 -04:00
coleramos425
b7d4dd023d
Update issue template
...
Signed-off-by: coleramos425 <colramos@amd.com >
[ROCm/rocprofiler-compute commit: faaf5bdcfe ]
2024-09-30 16:45:42 +00:00
coleramos425
faaf5bdcfe
Update issue template
...
Signed-off-by: coleramos425 <colramos@amd.com >
2024-09-30 16:45:42 +00:00
Jaydeep Patel
bc3f3b09df
SWDEV-487905 - Managed vars are registered in __hipRegisterManagedVar however not freed.
...
Change-Id: Ic5a72ac4d64a9f7f5a3a7a88e1ed813e6dcc1f57
[ROCm/clr commit: 614b00c20b ]
2024-09-30 11:54:31 -04:00
Jaydeep Patel
614b00c20b
SWDEV-487905 - Managed vars are registered in __hipRegisterManagedVar however not freed.
...
Change-Id: Ic5a72ac4d64a9f7f5a3a7a88e1ed813e6dcc1f57
2024-09-30 11:54:31 -04:00
Branislav Brzak
2896b2c2d9
SWDEV-483315 - Add hipGraphNodeGetDependentNodes_v2
...
Change-Id: I418d0c2a5a77b07603e4e481fd9547cf43b03a20
[ROCm/hipother commit: e22853eb4d ]
2024-09-30 11:51:11 -04:00
Branislav Brzak
e22853eb4d
SWDEV-483315 - Add hipGraphNodeGetDependentNodes_v2
...
Change-Id: I418d0c2a5a77b07603e4e481fd9547cf43b03a20
2024-09-30 11:51:11 -04:00
Mukul Joshi
b81e45f03c
kfdtest: Update KFDPerformanceTest.P2PBandWidthTest for CPX mode
...
Currently, KFDPerformanceTest.P2PBandWidthTest cannot work if there are
more than 16 KFD nodes in the system. This limit was put in to match the
number of SDMA queues supported on a single node.
This patch updates the test to make it run on systems with more than
16 KFD nodes.
Signed-off-by: Mukul Joshi <mukul.joshi@amd.com >
Change-Id: I561d0cdef664cae84fb9c13a801052e2001256e5
2024-09-30 11:28:33 -04:00
Mukul Joshi
e1ffd97abd
kfdtest: Update KFDPerformanceTest.P2PBandWidthTest for CPX mode
...
Currently, KFDPerformanceTest.P2PBandWidthTest cannot work if there are
more than 16 KFD nodes in the system. This limit was put in to match the
number of SDMA queues supported on a single node.
This patch updates the test to make it run on systems with more than
16 KFD nodes.
Signed-off-by: Mukul Joshi <mukul.joshi@amd.com >
Change-Id: I561d0cdef664cae84fb9c13a801052e2001256e5
[ROCm/ROCR-Runtime commit: b81e45f03c ]
2024-09-30 11:28:33 -04:00
Julia Jiang
493e9c7884
SWDEV-412099 - Fix CTS clFillImage sub-tests failures
...
Change-Id: I082476837c539e6ccf93cba6b1e97aae2509e65c
[ROCm/clr commit: 17c8b9f855 ]
2024-09-30 11:13:52 -04:00
Julia Jiang
17c8b9f855
SWDEV-412099 - Fix CTS clFillImage sub-tests failures
...
Change-Id: I082476837c539e6ccf93cba6b1e97aae2509e65c
2024-09-30 11:13:52 -04:00
Charis Poag
986c8e09ef
Merge amd-staging into amd-master 20240930
...
Change-Id: I814a16d5e1f9371e00dbbb3623dc975ab2359f44
Signed-off-by: Charis Poag <Charis.Poag@amd.com >
[ROCm/rocm_smi_lib commit: 28c2cc3298 ]
2024-09-30 10:56:18 -04:00
Charis Poag
28c2cc3298
Merge amd-staging into amd-master 20240930
...
Change-Id: I814a16d5e1f9371e00dbbb3623dc975ab2359f44
Signed-off-by: Charis Poag <Charis.Poag@amd.com >
2024-09-30 10:56:18 -04:00
Branislav Brzak
6a9b977def
SWDEV-478034 - Unable to link to hipGraphExecNodeSetParams
...
Change-Id: I0b6b8d1a4281ecda3c1789d8829ade9771aed741
[ROCm/clr commit: 939c788779 ]
2024-09-30 02:13:43 -04:00
Branislav Brzak
939c788779
SWDEV-478034 - Unable to link to hipGraphExecNodeSetParams
...
Change-Id: I0b6b8d1a4281ecda3c1789d8829ade9771aed741
2024-09-30 02:13:43 -04:00
Anusha GodavarthySurya
c0ceb1cf12
SWDEV-477324 - Capture Memcpy1D pinned H2D D2H
...
Change-Id: I1f4744f20a9caeed005ec68da44e5fde737e09f7
[ROCm/clr commit: 742b0210d3 ]
2024-09-30 01:01:30 -04:00
Anusha GodavarthySurya
742b0210d3
SWDEV-477324 - Capture Memcpy1D pinned H2D D2H
...
Change-Id: I1f4744f20a9caeed005ec68da44e5fde737e09f7
2024-09-30 01:01:30 -04:00