Brandon Potter
a542e0a332
Fix memcpy_wave bug
...
[ROCm/rocshmem commit: c865fcd4bb ]
2024-08-07 11:37:45 -07:00
Brandon Potter
c865fcd4bb
Fix memcpy_wave bug
2024-08-07 11:37:45 -07:00
Jaydeep Patel
c1f83df84c
SWDEV-474937 - Fix race condition between main and work thread on windows.
...
Change-Id: I4d6b9de41d0e5a39094eb3babe47dffde72e0587
[ROCm/clr commit: 912de7ab44 ]
2024-08-07 14:29:14 -04:00
Jaydeep Patel
912de7ab44
SWDEV-474937 - Fix race condition between main and work thread on windows.
...
Change-Id: I4d6b9de41d0e5a39094eb3babe47dffde72e0587
2024-08-07 14:29:14 -04:00
Satyanvesh Dittakavi
7df8798269
SWDEV-465195 - Fix disabled test Unit_hipDrvGetErrorString_Positive_Basic
...
Change-Id: Ifc05f3c5d09266b9eec9ac20a6a3301be00f91d8
[ROCm/hip-tests commit: 42d383619c ]
2024-08-07 14:22:01 -04:00
Satyanvesh Dittakavi
42d383619c
SWDEV-465195 - Fix disabled test Unit_hipDrvGetErrorString_Positive_Basic
...
Change-Id: Ifc05f3c5d09266b9eec9ac20a6a3301be00f91d8
2024-08-07 14:22:01 -04:00
Satyanvesh Dittakavi
7b818b8958
SWDEV-465152 - Fix and enable the test Unit_hipMemAdvise_AccessedBy_All_Devices
...
Change-Id: I160d67898898251e3aad7f3b58fe4f60e4186ea8
[ROCm/hip-tests commit: 08f9020343 ]
2024-08-07 14:19:35 -04:00
Satyanvesh Dittakavi
08f9020343
SWDEV-465152 - Fix and enable the test Unit_hipMemAdvise_AccessedBy_All_Devices
...
Change-Id: I160d67898898251e3aad7f3b58fe4f60e4186ea8
2024-08-07 14:19:35 -04:00
Ian Trowbridge
cd2ff0250e
SWDEV-474739: Added flag to optionally remove serialization for counter collection mode
...
Change-Id: I2e91fd51287fe923ec6a97b491f84f0dd9d51f62
2024-08-07 11:36:16 -05:00
Ian Trowbridge
f731ae7593
SWDEV-474739: Added flag to optionally remove serialization for counter collection mode
...
Change-Id: I2e91fd51287fe923ec6a97b491f84f0dd9d51f62
[ROCm/rocprofiler commit: cd2ff0250e ]
2024-08-07 11:36:16 -05:00
Alex Xie
a381538161
SWDEV-444098 remove "rocm-ocl-icd" package
...
This is the first step to remove rocm-ocl-icd.
We don't build amd icd after this commit.
We still need to remove header files usage in future steps.
Change-Id: Ic4ac5476180f9ef2ce87b62891c08b28d6c9bfd2
[ROCm/clr commit: 5f775b8b7f ]
2024-08-07 11:29:41 -04:00
Alex Xie
5f775b8b7f
SWDEV-444098 remove "rocm-ocl-icd" package
...
This is the first step to remove rocm-ocl-icd.
We don't build amd icd after this commit.
We still need to remove header files usage in future steps.
Change-Id: Ic4ac5476180f9ef2ce87b62891c08b28d6c9bfd2
2024-08-07 11:29:41 -04:00
Kiriti Gowda
72c1799115
Setup - Mariner Support ( #49 )
...
* Setup - Mariner Support
* Docs - Updates
[ROCm/rocjpeg commit: 750a59c5d9 ]
2024-08-07 10:21:13 -04:00
Kiriti Gowda
750a59c5d9
Setup - Mariner Support ( #49 )
...
* Setup - Mariner Support
* Docs - Updates
2024-08-07 10:21:13 -04:00
jeffqjiangNew
3b31e617ea
AV1: Fixed an issue with multiple tile group OBUs per picture cases. ( #404 )
...
* * rocDecode/AV1: Fixed an issue with multiple tile group OBUs per picture cases.
- We now use the single base pointer for all tiles in all tile group OBUs and submit them once per picture.
* * rocDecode/AV1: Fixed a typo.
[ROCm/rocdecode commit: 30ee6787b2 ]
2024-08-07 10:16:17 -04:00
jeffqjiangNew
30ee6787b2
AV1: Fixed an issue with multiple tile group OBUs per picture cases. ( #404 )
...
* * rocDecode/AV1: Fixed an issue with multiple tile group OBUs per picture cases.
- We now use the single base pointer for all tiles in all tile group OBUs and submit them once per picture.
* * rocDecode/AV1: Fixed a typo.
2024-08-07 10:16:17 -04:00
amd-jmacaran
a959267ada
SWDEV-458516 - External CI: Align with branch naming convention.
...
Change-Id: I1546a601b49f84bd24837e03f9350dc7d35af510
[ROCm/hip commit: 48eab71214 ]
2024-08-07 03:41:39 -04:00
amd-jmacaran
48eab71214
SWDEV-458516 - External CI: Align with branch naming convention.
...
Change-Id: I1546a601b49f84bd24837e03f9350dc7d35af510
2024-08-07 03:41:39 -04:00
David Yat Sin
2853bf03f0
Add new system event for memory errors
...
Currently, the only error type is HSA_AMD_MEMORY_ERROR_MEMORY_IN_USE,
which happens when a user application incorrectly tries to free memory
that is currently being used by underlying device hardware.
Change-Id: I8ce352eb9719694135fba1fa56d62368036b2e5e
Signed-off-by: Chris Freehill <cfreehil@amd.com >
2024-08-07 02:59:00 +00:00
David Yat Sin
6e8e4e17ae
Add new system event for memory errors
...
Currently, the only error type is HSA_AMD_MEMORY_ERROR_MEMORY_IN_USE,
which happens when a user application incorrectly tries to free memory
that is currently being used by underlying device hardware.
Change-Id: I8ce352eb9719694135fba1fa56d62368036b2e5e
Signed-off-by: Chris Freehill <cfreehil@amd.com >
[ROCm/ROCR-Runtime commit: 2853bf03f0 ]
2024-08-07 02:59:00 +00:00
Saleel Kudchadker
26e105d9ab
Initial external logging API
...
New API to accept a file stream for logging
Co-authored-by: David Yat Sin <David.YatSin@amd.com >
Change-Id: Ie09c35ae14ca86a97eb25f61251be287c55d7169
Signed-off-by: Chris Freehill <cfreehil@amd.com >
2024-08-07 02:59:00 +00:00
Saleel Kudchadker
bdc02d3054
Initial external logging API
...
New API to accept a file stream for logging
Co-authored-by: David Yat Sin <David.YatSin@amd.com >
Change-Id: Ie09c35ae14ca86a97eb25f61251be287c55d7169
Signed-off-by: Chris Freehill <cfreehil@amd.com >
[ROCm/ROCR-Runtime commit: 26e105d9ab ]
2024-08-07 02:59:00 +00:00
Jonathan R. Madsen
64af2d71ef
Fix hsa_amd_vmem_address_reserve_align_fn addition
...
- https://gerrit-git.amd.com/c/hsa/ec/hsa-runtime/+/1058280 erroneously placed the new function pointer in the middle of the struct instead of the end
Change-Id: I49d1fa86a86764138250cd0471df1915a756d1ca
Signed-off-by: Chris Freehill <cfreehil@amd.com >
2024-08-07 02:59:00 +00:00
Jonathan R. Madsen
d4e9641e19
Fix hsa_amd_vmem_address_reserve_align_fn addition
...
- https://gerrit-git.amd.com/c/hsa/ec/hsa-runtime/+/1058280 erroneously placed the new function pointer in the middle of the struct instead of the end
Change-Id: I49d1fa86a86764138250cd0471df1915a756d1ca
Signed-off-by: Chris Freehill <cfreehil@amd.com >
[ROCm/ROCR-Runtime commit: 64af2d71ef ]
2024-08-07 02:59:00 +00:00
Chris Freehill
c48b858093
Update documentation
...
Sync with the latest changes from upstream repo
Change-Id: I309880f5c7f77c58a8b186db320bbc0f0e634089
2024-08-07 02:58:34 +00:00
Chris Freehill
5f20d2f242
Update documentation
...
Sync with the latest changes from upstream repo
Change-Id: I309880f5c7f77c58a8b186db320bbc0f0e634089
[ROCm/ROCR-Runtime commit: c48b858093 ]
2024-08-07 02:58:34 +00:00
SrirakshaNag
b57f5ccee1
fixing rocprofv3 doc ( #1007 )
...
[ROCm/rocprofiler-sdk commit: 403ab6efb1 ]
2024-08-06 12:39:09 -05:00
SrirakshaNag
403ab6efb1
fixing rocprofv3 doc ( #1007 )
2024-08-06 12:39:09 -05:00
Nilesh M Negi
3e52d15ced
[README] Tips on using less than 8 MI300 GPUs ( #1270 )
...
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com >
[ROCm/rccl commit: a2474846f5 ]
2024-08-06 11:12:09 -05:00
Nilesh M Negi
a2474846f5
[README] Tips on using less than 8 MI300 GPUs ( #1270 )
...
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com >
2024-08-06 11:12:09 -05:00
Nilesh M Negi
35f4a405f0
[BUILD] Update gfxTargets for ASAN build ( #1242 )
...
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com >
[ROCm/rccl commit: 4f31ab85ea ]
2024-08-06 10:53:51 -05:00
Nilesh M Negi
4f31ab85ea
[BUILD] Update gfxTargets for ASAN build ( #1242 )
...
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com >
2024-08-06 10:53:51 -05:00
Vladana Stojiljkovic
3ee145fff9
SWDEV-477711 - Add mapping for hipTexrefGetAddressMode
...
Change-Id: I8c721921760f0f09f2d93879eeeb97f457da6c58
[ROCm/hipother commit: 4f4b13e498 ]
2024-08-06 11:33:46 -04:00
Vladana Stojiljkovic
4f4b13e498
SWDEV-477711 - Add mapping for hipTexrefGetAddressMode
...
Change-Id: I8c721921760f0f09f2d93879eeeb97f457da6c58
2024-08-06 11:33:46 -04:00
Ranjith Ramakrishnan
6072326740
Prevent the modification of interpreter directives
...
CPACK is converting /usr/bin/env python3 to /usr/libexec/platform-python in RHEL8.
Undefining __brp_mangle_shebangs will prevent the same
Change-Id: I0803d0a6cc1ddc991e8e9a8e6617436930ef013a
[ROCm/rocminfo commit: aa8a83815e ]
2024-08-06 10:54:27 -04:00
Ranjith Ramakrishnan
aa8a83815e
Prevent the modification of interpreter directives
...
CPACK is converting /usr/bin/env python3 to /usr/libexec/platform-python in RHEL8.
Undefining __brp_mangle_shebangs will prevent the same
Change-Id: I0803d0a6cc1ddc991e8e9a8e6617436930ef013a
2024-08-06 10:54:27 -04:00
Vladana Stojiljkovic
7a8a263cf7
SWDEV-432785 - Remove the mapping of __shfl* to __shfl*_sync functions on CUDA
...
Change-Id: I93d2ce360b834b3da01731cabc22841f7d0a092d
[ROCm/hipother commit: eb16d72255 ]
2024-08-06 04:38:05 -04:00
Vladana Stojiljkovic
eb16d72255
SWDEV-432785 - Remove the mapping of __shfl* to __shfl*_sync functions on CUDA
...
Change-Id: I93d2ce360b834b3da01731cabc22841f7d0a092d
2024-08-06 04:38:05 -04:00
Jaydeep Patel
12eea11370
SWDEV-457316 - Release graph exec before stream gets deleted.
...
Releasing graph exec after wait completes and before delete hip::stream obj
during stream destroy.
Change-Id: I1d68aa8d844f7d3af330c6d09c44af07f8553551
[ROCm/clr commit: 8e80429b87 ]
2024-08-06 00:39:37 -04:00
Jaydeep Patel
8e80429b87
SWDEV-457316 - Release graph exec before stream gets deleted.
...
Releasing graph exec after wait completes and before delete hip::stream obj
during stream destroy.
Change-Id: I1d68aa8d844f7d3af330c6d09c44af07f8553551
2024-08-06 00:39:37 -04:00
Jaydeep Patel
82474ca1db
SWDEV-465220 - Validate stream on which Kernel is planned to be launched.
...
Change-Id: I34c679bd888c275584c11ad3e8346d4d542976f9
[ROCm/clr commit: b0047d690a ]
2024-08-06 00:31:22 -04:00
Jaydeep Patel
b0047d690a
SWDEV-465220 - Validate stream on which Kernel is planned to be launched.
...
Change-Id: I34c679bd888c275584c11ad3e8346d4d542976f9
2024-08-06 00:31:22 -04:00
Jaydeep Patel
2aafd5a30c
SWDEV-457316 - Multiple graph exec can be for given stream.
...
Change-Id: I0f1b184eb63e0432119d62f094637d375a3d4e55
[ROCm/clr commit: d954eb64db ]
2024-08-06 00:31:04 -04:00
Jaydeep Patel
d954eb64db
SWDEV-457316 - Multiple graph exec can be for given stream.
...
Change-Id: I0f1b184eb63e0432119d62f094637d375a3d4e55
2024-08-06 00:31:04 -04:00
Maisam Arif
574712386f
Fixed handling in GPU/CPU/CORE select functions
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I83d78a8d6cdcbd54e5c79330be577b3a06a00985
2024-08-05 18:27:30 -04:00
Maisam Arif
7130dc9f04
Fixed handling in GPU/CPU/CORE select functions
...
Signed-off-by: Maisam Arif <Maisam.Arif@amd.com >
Change-Id: I83d78a8d6cdcbd54e5c79330be577b3a06a00985
[ROCm/amdsmi commit: 574712386f ]
2024-08-05 18:27:30 -04:00
gabrpham
0143041262
Fixed cli issue with empty cpu/core parameter
...
Change-Id: Id0fee74357a56baaec59ca5359eb00a65cfd6185
Signed-off-by: gabrpham <Gabriel.Pham@amd.com >
2024-08-05 16:37:36 -05:00
gabrpham
6975697b56
Fixed cli issue with empty cpu/core parameter
...
Change-Id: Id0fee74357a56baaec59ca5359eb00a65cfd6185
Signed-off-by: gabrpham <Gabriel.Pham@amd.com >
[ROCm/amdsmi commit: 0143041262 ]
2024-08-05 16:37:36 -05:00
Ziyue Yang
30e3db969f
Fix number of loops in p2p-latency-test ( #1286 )
...
[ROCm/rccl commit: 145a13235a ]
2024-08-05 13:35:56 -07:00
Ziyue Yang
145a13235a
Fix number of loops in p2p-latency-test ( #1286 )
2024-08-05 13:35:56 -07:00