Sarbojit Sarkar
fe0a0d66a7
SWDEV-317974 - Fixed missing dependent node issue
...
Change-Id: Ia143c9ef93c465a5be67238d7f802c274da751bc
[ROCm/clr commit: 7fe2a6e62f ]
2022-01-23 23:10:58 -05:00
pghafari
2ee642823d
SWDEV-245531 - GLInterop adding register image
...
Change-Id: I075bec49b7ad5f78336586b9d55e259717c4c000
[ROCm/clr commit: 44e0c246f8 ]
2022-01-23 14:59:18 -05:00
Konstantin Zhuravlyov
120f578338
hipcc.bin and hipconfig.bin packaging updates:
...
- revert ad86c8a225
- package hipcc.bin and hipconfig.bin in hip-devel
Change-Id: Iadfd2f64780b7ee2dce677436a7882d7fca74fb3
[ROCm/clr commit: d7ec25785d ]
2022-01-21 09:51:50 -05:00
ajay
a4e46d09e2
SWDEV-314307 - hipStreamWaitEvent to wait on remote IPC events
...
Change-Id: Id97524ae9bc86d38376af2b0240f10d0dd5cc584
[ROCm/clr commit: bafc5bb30f ]
2022-01-19 20:10:02 +00:00
Payam
3ba48819a1
SWDEV-245531 - GLInterop adding register image
...
Change-Id: Ib16b647e2a1b8f3c578a9689d3987121c984250b
[ROCm/clr commit: 5f9d779324 ]
2022-01-14 15:57:24 -05:00
Ajay
277110a7d0
SWDEV-1 - hip change for hip Debug option in Windows
...
Change-Id: Ied0005d8373868c0e351bb981ea0a9ea90b1d4b7
[ROCm/clr commit: 57f768f9f5 ]
2022-01-14 01:49:55 +00:00
Maneesh Gupta
501b613442
Revert "SWDEV-316155 - Fix for P2P sample failure"
...
This reverts commit 74269eb547 .
Reason for revert: Fixed via a different patch
Change-Id: I1743afdd7b8516b39501839d74bbed6bdb797e0c
[ROCm/clr commit: ff1f1ba867 ]
2022-01-13 02:27:47 -05:00
Satyanvesh Dittakavi
bdc978c0e2
SWDEV-318128 - Add Null checks in hipGraphExecHostNodeSetParams API
...
Change-Id: I1363b16646b7629c827ace4db4c7b0da32486edb
[ROCm/clr commit: dcd0322f52 ]
2022-01-13 02:16:24 -05:00
Nick Curtis
925805d186
Fix missing system-scope for CAS in atomic[Min|Max]_system
...
Change-Id: Ieb0ca79eaeba3a0ae56739246e08135a25a8d6dd
[ROCm/clr commit: c8103470d5 ]
2022-01-12 22:53:11 -05:00
Sarbojit Sarkar
8f0c0822ad
SWDEV-313905 - Fix segfault
...
Change-Id: I7b7bbe80a169014b5d4a8de134351b9f8bf11735
[ROCm/clr commit: 017603703b ]
2022-01-11 23:40:25 -05:00
Sarbojit Sarkar
641d0b9d6f
SWDEV-315545 - Fix for hipMemsetAsync crash
...
Change-Id: I39ad0dacf4357aa6f9d0c6cf92a6a7d14bd219c0
[ROCm/clr commit: c4f6037ae8 ]
2022-01-10 06:48:10 -05:00
haoyuan2
3bdc78b813
SWDEV-315924 - align with CUDA to define vector3 data type
...
Change-Id: I7654fb757b4c387a762f384ccdd3f2c8555d149f
[ROCm/clr commit: 0f94653447 ]
2022-01-06 17:35:56 -05:00
Sarbojit Sarkar
74269eb547
SWDEV-316155 - Fix for P2P sample failure
...
Change-Id: I95a70d44949c59319a9a09f84be771740c3f0521
[ROCm/clr commit: 845b923507 ]
2022-01-06 06:35:15 -05:00
Tao Sang
8929cc4544
SWDEV-315590 - Fix texture vector issue
...
Apply mapFrom() to related texture device functions.
Change-Id: Ifed918c87373b784780b2180320ccb746845daff
[ROCm/clr commit: 78de8cd672 ]
2022-01-04 19:26:14 -05:00
Tao Sang
77bb6fd205
SWDEV-315590 - Fix texture fetch issue
...
Add mapFrom() to map "float __attribute__((ext_vector_type(4)))"
of output of low-level device function to right vector.
Change-Id: Ifed915c87273b784780b2180320ccb746845dafb
[ROCm/clr commit: 7de480760b ]
2022-01-04 13:38:57 -05:00
haoyuan2
95921782b0
check if the input mode is valid, SWDEV-306130
...
Change-Id: I72fda84ca3159b00062d98d49be62cae48701a32
[ROCm/clr commit: bd719ceb20 ]
2021-12-28 21:09:31 -05:00
Satyanvesh Dittakavi
5cb71910d2
Revert "SWDEV-304151 - Reset file descriptor after Module Load"
...
This reverts commit 6ef56f09f1 .
Reason for revert: To address SWDEV-316216
Change-Id: Ib8e6ac4b87c5e52757cd8f45958f39f012823c60
[ROCm/clr commit: a6b2294b93 ]
2021-12-23 06:11:43 +00:00
haoyuan2
abbb7b9bc5
SWDEV-316052 - fix HIP_Directed tests build error
...
Change-Id: I782c68859f77934f2cf672ee53378e51b1cb1ddd
[ROCm/clr commit: 8a8581edf5 ]
2021-12-21 03:21:53 -05:00
Aakanksha
ad86c8a225
Package hipcc binaries
...
(hipcc.bin and hipconfig.bin)
Change-Id: Ib13cbc5fb33ffd03c5fada46f13875bd5ac47800
[ROCm/clr commit: f313c2ea80 ]
2021-12-20 23:07:45 +00:00
haoyuan2
96a8e4e234
SWDEV-303956 - add make_int2/3/4 and make_float2/3/4 function support
...
Change-Id: I0260d1a9d2ac66e84dc31a80b0995616ef78b0fe
[ROCm/clr commit: a8b30291c3 ]
2021-12-15 14:57:36 -08:00
haoyuan2
7301a84351
SWDEV-303956 - align with CUDA to define float4 data type
...
Change-Id: I9ad1315e5899a8c0cf1812302b27010d88015f88
[ROCm/clr commit: 937415141c ]
2021-12-14 15:22:43 -05:00
anusha GodavarthySurya
a6227d8d87
SWDEV-313856, SWDEV-313907, SWDEV-313915 - Export StreamCapture APIs, handle few graph negitive senarios, set event, parallelstreams for endcapture
...
Change-Id: I3c6008e1a1195cd2e1a14ef24c943ef6b54033ab
[ROCm/clr commit: e3585209d7 ]
2021-12-14 05:54:13 -05:00
haoyuan2
86520ebd83
SWDEV-311585 - workaround dynamic loading functional issue in Blender
...
Change-Id: I815724c0bdcb712e40ec1ed11b9632fab7243f69
[ROCm/clr commit: d1a491b30b ]
2021-12-10 11:52:15 -08:00
haoyuan2
9735c1b617
SWDEV-290298 - add a flag to indicate the primary context active status
...
Change-Id: Id13d132923fcef697b689e75b6aa04060923a2ad
[ROCm/clr commit: 981ef060fb ]
2021-12-09 23:32:16 -05:00
Ajay
f00e0a2df4
SWDEV-273235 - Linux: catch2 test packaging
...
Change-Id: I5b4e44b367d9310a66ea70c31c3e15ad45589166
[ROCm/clr commit: 9ed0c29bb6 ]
2021-12-09 17:51:25 -05:00
Satyanvesh Dittakavi
a8fde39f74
SWDEV-311744 - Update floating point max/min atomic implementation
...
Clang builtins doesnt yet support max/min atomics with float/double
parameters, Hence modify atomicMax/Min to use compare and swap
implementation
Change-Id: Ia351f9b136129fe25f0eddcbbb17549553247182
[ROCm/clr commit: f3c5f12d26 ]
2021-12-07 13:29:44 -05:00
Satyanvesh Dittakavi
74bd37bd34
SWDEV-309286 - Add check to limit host malloc upto system memory size
...
Change-Id: I4a0f55d6f7faa323b16d9b8fb12e876900da1bbc
[ROCm/clr commit: c9532093ce ]
2021-12-07 12:02:29 -05:00
Sarbojit Sarkar
c6afc74798
SWDEV-313905 - Fix for hipLaunchCooperativeKernel crash
...
Change-Id: I41205171a9607962ab6b66f2ebc6f8dc9db7f158
[ROCm/clr commit: 9a51909058 ]
2021-12-05 23:15:06 -05:00
Sarbojit Sarkar
cf01ea2dae
SWDEV-313722 - Fix for segfault while using rocprof
...
Change-Id: Ia00868e058069ee73ce4a852ab2529d8f785a4b7
[ROCm/clr commit: 9a3cb1608b ]
2021-12-05 23:14:26 -05:00
Tao Sang
68c75c9fb7
SWDEV-303204 - Disable texture/image Apis on some devices
...
If the target device doesn't support image,
compiler will send out unavailable error if device texture apis
are called; and host texture apis will return hipErrorNotSupported.
Remove useless include/hip/amd_detail/texture_functions.h.
Add hipDeviceAttributeImageSupport attribute to check image
support in runtime.
Add __HIP_NO_IMAGE_SUPPORT(=1) macro in device code to indicate
texture apis not supported.
Change-Id: Ia891493e681a61980a2444859a90e046a9ebea39
[ROCm/clr commit: 5acc8b5102 ]
2021-12-04 08:14:08 -05:00
haoyuan2
6c68d56c17
SWDEV-309292 - add hipPos definition in CUDA path
...
Change-Id: Ia81d5db77d7403cafb583fda8083d0f4dbe33835
[ROCm/clr commit: 69117705c8 ]
2021-12-04 04:40:34 -05:00
haoyuan2
9cec2dcc94
SWDEV-311856 - check if the function pointer is valid
...
Change-Id: Iaa5bd7f8321434ce63d0bcf2791d3c65577b453d
[ROCm/clr commit: 1101cfedf5 ]
2021-12-04 04:40:09 -05:00
Jatin Chaudhary
5d3ec295ba
SWDEV-307838 - Push clang diagnostics to be ignored
...
Change-Id: I7487170b44994079bfe7167b6211489a0c7fef2b
[ROCm/clr commit: bf28ecb048 ]
2021-12-03 02:48:34 -05:00
cjatin
2982b73c91
SWDEV-307407 - Add hiprtc's type traits function to match implementation of libcxx
...
Change-Id: I0a10eca329f817bbe31bdc47869b2de104d12d38
[ROCm/clr commit: 5b08779b25 ]
2021-12-02 23:32:23 -05:00
Jatin Chaudhary
59c41c7290
SWDEV-308889 - Add HIP_INCLUDE_HIP_HIP_RUNTIME_H define to stop including hip_runtime header in hiprtc code
...
Change-Id: Ic8f05dcfe61195a500718122f5fbd178c9df6be8
[ROCm/clr commit: 546d6c18bf ]
2021-12-02 22:48:30 -05:00
anusha GodavarthySurya
7cac13e36e
SWDEV-305766 - Added new debug APIs to get build information
...
Change-Id: Ibbf0c010cd8f7e6e659f2c4ba932cc8436574431
[ROCm/clr commit: e90cb3b07b ]
2021-12-02 12:20:51 -05:00
anusha GodavarthySurya
76457e470d
SWDEV-306833 - Refactor HIPEvent IPC code
...
Change-Id: I118e41ac843d14fa3b42b4eb538c5d112dff1c03
[ROCm/clr commit: 1564f2cd77 ]
2021-12-02 12:20:40 -05:00
sdashmiz
5f5adf0b09
SWDEV-312099 - hipsteam capture API status report fix
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Iee0bbad978f3ca89ff81e5a8583c0aa9cfcb4098
[ROCm/clr commit: 981125aacc ]
2021-12-02 11:04:00 -05:00
anusha GodavarthySurya
9761126154
SWDEV-284895 - unload program object before releasing it
...
Change-Id: Ib10c9877043d90de8e292db319bb9def43df8061
[ROCm/clr commit: ff00f2cea7 ]
2021-12-01 20:25:26 -05:00
anusha GodavarthySurya
57c48a488b
SWDEV-240806 - Added Implementation for hipGraphInstantiateWithFlags and hipGraphExecMemsetNodeSetParams
...
Change-Id: I71683abb25234bf4e73be52a717d792c32e9aaa6
[ROCm/clr commit: 671fe75c26 ]
2021-11-30 13:04:08 -05:00
Sarbojit Sarkar
b1ac216804
SWDEV-310181 - Fix for hipMemcpy2DFromArray dtest failure
...
Change-Id: I4284cc543c5ebd5f09254d570230a25742e9dc3c
[ROCm/clr commit: 2cbdadd037 ]
2021-11-29 22:56:09 -05:00
sdashmiz
bc60e9c564
SWDEV-311117: graph fetch node correct behavior
...
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com >
Change-Id: Ie2794bbbf2eb171240eb7125c561026edb9ac042
[ROCm/clr commit: 15a6fc8a7c ]
2021-11-29 15:14:11 -05:00
pghafari
26ddbfd8ec
SWDEV-310292 - checking hip initialization
...
Change-Id: I83c9a0d511699c150abe61c3053cc4de2f7f1205
[ROCm/clr commit: 24e984fd57 ]
2021-11-29 14:59:19 -05:00
Sarbojit Sarkar
d6deab3aa9
SWDEV-313024 - added missing stream validation check
...
Change-Id: Iba541776b3d0975d3fa008000df12845b2fcf970
[ROCm/clr commit: d3c829aec2 ]
2021-11-29 00:13:35 -05:00
anusha GodavarthySurya
1f2644ecbe
SWDEV-308265 - Fix PCH __hipGetPCH
...
Change-Id: I65ba201eaa3a7d569f3be41942213cda40c7f09e
[ROCm/clr commit: 54259ebb4a ]
2021-11-28 23:41:46 -05:00
Jatin Chaudhary
5faf5c3b64
ROCMOPS-2659 - Add HIP_PATH to current binary directory
...
Change-Id: I2b91f10d620cef951c7832b2ee138f4981b40570
[ROCm/clr commit: aa6538079d ]
2021-11-26 03:31:10 -05:00
Rahul Garg
9428d4e8a0
Revert "SWDEV-296926 - hipamd cmake file change to build hip/src"
...
This reverts commit fa7ff8bb08 .
Reason for revert: Fix for SWDEV-312654
Change-Id: I45bef538273431e0dd5d85cf889a7c769c87af73
[ROCm/clr commit: 2472abf589 ]
2021-11-23 12:24:38 -05:00
anusha GodavarthySurya
1d922d6d57
SWDEV-240808 - Added nvidia handling for few graph APIs
...
Change-Id: I8edee87ea75d80152418f76cc8a521b2ba58f139
[ROCm/clr commit: a6bf18791e ]
2021-11-22 07:17:34 -08:00
shadi
40b2bba1b0
SWDEV-310910-add-property-details-in-dll
...
Signed-off-by: shadi <shadi.dashmiz@amd.com >
Change-Id: Ifd373cbb16398416c56511148b14e9c2fe11ad9e
[ROCm/clr commit: e5a8719417 ]
2021-11-22 09:50:04 -05:00
Saleel Kudchadker
dd76f98009
SWDEV-299893 - Set preferred node affinity
...
Set affinity to the node nearest to default GPU at init. Afterthat
set it to NUMA node thats nearest to whatever GPU is set with
hipSetDevice
Change-Id: I85749258ea7c25385096ffe4089a70c948f332c7
Change-Id: I99a92c922655e22955bee512073b6ac8e6ced3a2
[ROCm/clr commit: 0d5bc833c3 ]
2021-11-21 01:13:36 -05:00