Sourabh Betigeri
|
bd851550bd
|
SWDEV-331301 - Fixes error code mismatch
Change-Id: I8dda98609b16ea5c1ce4d9db9471e61e5fb0c12c
|
2022-04-13 18:51:06 -07:00 |
|
Sourabh Betigeri
|
345e02358c
|
SWDEV-329848 - Fixes error code mismatch between CUDA and HIP
Change-Id: Ic48de159ca7bdb4b91dadb915972e535518635ae
|
2022-04-12 15:00:44 -04:00 |
|
Sarbojit Sarkar
|
8657c40721
|
SWDEV-331126 - Fix to Cuda return type
Change-Id: Iea8e7735ef0c58c1244c92338038d91e61d62c16
|
2022-04-11 23:35:04 -04:00 |
|
Payam
|
8618b1cd07
|
SWDEV-316819 - graph check ChildGraphNodeGetGraph
Change-Id: Id3a4fb64e6fb5ce37e97f1f3518e09c8bd9a2d0c
|
2022-04-05 01:24:36 -04:00 |
|
Payam Ghafari
|
d888c0a9bf
|
Revert "SWDEV-316819 - adding graph checks"
This reverts commit 5dd91d698b.
Reason for revert: Catch2 test fails
Change-Id: If0ea0eab16b50f27c9acbc471530266917773ff1
|
2022-03-23 15:23:00 -04:00 |
|
Ajay
|
ed487980cd
|
SWDEV-315567 - hipGraphNodeTypeEventRecord node type get/set fixes
Change-Id: I76e866990a153fb254e1187e7fabcc1f93806469
|
2022-03-23 14:05:31 -04:00 |
|
Sourabh Betigeri
|
f73ff54fda
|
SWDEV-316991 - Returns hipErrorInvalidValue when a wrong node type is passed to hipGraphExecEventWaitNodeSetEvent and hipGraphExecEventRecordNodeSetEvent APIs
Change-Id: Ic80b0b2b154e017b41af617f5049e037a1b66183
|
2022-03-22 18:09:10 -04:00 |
|
Ajay
|
8c103bb898
|
SWDEV-314982 - hipStreamGetCaptureInfo seq ID ptr check
Change-Id: I84a84121d2064182f0daea22578f0fa5f94f850c
|
2022-03-22 12:07:05 -04:00 |
|
sdashmiz
|
610aa33a8b
|
SWDEV-328556: check for wait event node type
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: I4b70cb576df1ab31503d9089591026bebe4df16a
|
2022-03-22 10:54:55 -04:00 |
|
Payam
|
6a48e430d0
|
SWDEV-315033,SWDEV-315028 - adding null checks for graph
Change-Id: I9cbea5ea9ff59d7960ae11dfd73d5a744981495f
|
2022-03-22 02:08:49 -04:00 |
|
Sourabh Betigeri
|
02838eb236
|
SWDEV-320640 - Fix to return the right error code when the stream is not in capture mode
Change-Id: Id2f296e0cbf5f90a8163441f4c69c72615dd90a0
|
2022-03-21 19:38:00 -04:00 |
|
Ajay
|
aacfc3ed7d
|
SWDEV-327945 - hipGraphInstantiateWithFlags accept 0,1 as valid flag values
Change-Id: I3100a3464d1a47fca5f9da80f42e7dd2035865ad
|
2022-03-21 16:42:21 -04:00 |
|
Sourabh Betigeri
|
8adb379b1d
|
SWDEV-316226 - Fix to return 'numDependencies' as an independent optional argument in StreamGetCaptureInfo_v2()
Change-Id: I19552c4e62401f324ba876d0aa36472ebaa37aa0
|
2022-03-18 15:44:43 -05:00 |
|
Satyanvesh Dittakavi
|
de069729a5
|
SWDEV-318123 - Address hipGraphHostNodeSetParams negative scenarios
Change-Id: I4884a364b40e93c779ca84f34eee4688f3583aab
|
2022-03-18 12:08:28 -04:00 |
|
sdashmiz
|
8e81b8495c
|
SWDEV-315402: Null param check for pGraphNode
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: I4cd3a539cff1a01b4786d4edbc4201cd68346e0e
|
2022-03-17 22:17:27 -04:00 |
|
Ajay
|
8fad1177e3
|
SWDEV-315756 - hipGraphAddMemcpyNodeFromSymbol issues
Change-Id: Ibf9504454830b63caf6048aa53d726116da6d713
|
2022-03-17 12:10:31 -04:00 |
|
Shadi Dashmiz
|
f8f8b0fd95
|
Revert "SWDEV-315402: Null param check for pGraphNode"
This reverts commit e383c5fca0.
Reason for revert: want to add one more check
Change-Id: I02b621d0c98b9000f75ea214cf5b4967cfaee95d
|
2022-03-17 10:04:43 -04:00 |
|
Payam
|
4117655e91
|
SWDEV-317494 - Graph - allowing empty params
hipHostNodeParams should work without any parameters for the userData
Change-Id: Iee32c3ba87000e29ed037ee507f7da9ea54988a3
|
2022-03-15 14:45:46 -04:00 |
|
sdashmiz
|
2ae3b6d13f
|
SWDEV-315736: event_out param correct nullptr check
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Id164bc47c928e9c4541b29a0c9128e41e313ed22
|
2022-03-15 11:05:59 -04:00 |
|
Christophe Paquot
|
925c742d42
|
SWDEV-323472 - Fix hipThreadExchangeStreamCaptureMode
Matching CUDA's described behavior: Threads have their own mode.
Change-Id: I3ea15826305a607bff73eb317c4ef62728ed5dc8
|
2022-03-15 10:53:02 -04:00 |
|
Payam
|
5dd91d698b
|
SWDEV-316819 - adding graph checks
hipGraphChildGraphNodeGetGraph - Scenario 3: Pass Parent node instead of the child node
Change-Id: Ia55921bca1e2745c9c97f2b7eb36244ffb719eb4
|
2022-03-14 22:43:58 -04:00 |
|
sdashmiz
|
e383c5fca0
|
SWDEV-315402: Null param check for pGraphNode
Signed-off-by: sdashmiz <shadi.dashmiz@amd.com>
Change-Id: Ie1082bb5e5ebdbcc6d38bb1349cb879c2e85a453
|
2022-03-14 13:36:56 -04:00 |
|
Sarbojit Sarkar
|
be2331bf7b
|
SWDEV-315595 - Fix for another -ve test
Change-Id: I529c734f32b91cf712348d40fbef00658e7de276
|
2022-03-14 04:03:59 -04:00 |
|
Ajay
|
42137222ad
|
SWDEV-313213 - hipGraphDestroy issues
Change-Id: Idf3ede5ea29161b9e5753e8beb245b1f9fd86d28
|
2022-03-10 19:54:01 +00:00 |
|
Ajay
|
1af17d765d
|
SWDEV-315509 - hipStreamEndCapture issues
Change-Id: Id95a77ed9ac57f9e904a32947a3d11e3b353be20
|
2022-03-10 12:08:59 -05:00 |
|
Sourabh Betigeri
|
104992ffda
|
SWDEV-317016 - Fixes bad parameters such as uninitialized graph object, pass parent instead of child graph and changed topology
Change-Id: I2e7a7fa30be57d420a3228b495222f4cf579cb05
|
2022-03-09 18:45:48 -05:00 |
|
Sourabh Betigeri
|
0ae70a4c8d
|
SWDEV-313503 - Returns appropriate error code when destroyed exec graphs are launched
Change-Id: I3ca025494fd27f9ed0cd4534c740f7e19e1c66b3
|
2022-03-08 11:54:04 -05:00 |
|
Christophe Paquot
|
29851c0d34
|
SWDEV-325249 - hipGraphAddKernelNode incompatible with hipFunction_t
If params.func isn't a host function, assume it's a hipFunction_t.
Change-Id: I43361ec49a8dd579225f30e31722977ca9a82378
|
2022-03-07 13:33:17 -05:00 |
|
Satyanvesh Dittakavi
|
c58ba64a0b
|
SWDEV-313867 - SWDEV-314101 - Address Negative scenarios with hipGraphAddMemcpyNode and hipGraphAddMemsetNode
Change-Id: I51527ce6953aee9a3ef7d821754819b6c8087939
|
2022-03-05 07:37:46 -05:00 |
|
Ajay
|
de28c4467f
|
SWDEV-318125 - hipGraphHostNodeGetParams check node object
Change-Id: I16ab13c007dd162f906344447b8bfcb9d5217562
|
2022-03-04 20:05:36 -05:00 |
|
Ajay
|
3ffbcd0520
|
SWDEV-326163 - check status of ihipGraphAddNode
Change-Id: Ibd1f1f10519995be2bdfc41f0a621f890242a13d
|
2022-03-04 12:50:29 -05:00 |
|
Ajay
|
ef71f0ded1
|
SWDEV-313680 - hipGraphAddKernelNode invalid cases
Change-Id: I4c87c5dd80cd3f78f5c38b2d3447b03b91ffa656
|
2022-03-03 20:43:02 -05:00 |
|
Ajay
|
f2254e0c34
|
SWDEV-325545 - hipGraphGetEdges when both from/to are null
Change-Id: Id69d87537a8a7fb7df447cee586137ff1342ce26
|
2022-03-03 13:23:48 -05:00 |
|
Ajay
|
944c18c754
|
SWDEV-315443 - hipGraph and Node issues
Change-Id: I9fefd1a12d83bfa89d6704ee236c1409618ab02a
|
2022-03-02 00:40:05 +00:00 |
|
Ajay
|
ab8c30cf78
|
SWDEV-314665 - hipGraphInstantiateWithFlags negative scenarios
Change-Id: Ic44333332a98a525a07c9911bda1c2e930eb9e3c
|
2022-02-25 12:07:57 -05:00 |
|
Christophe Paquot
|
27f102b167
|
SWDEV-323472 - Add hipThreadExchangeStreamCaptureMode
Also fix an issue in hip_prof_gen.py with GLenum.
Change-Id: Ib03fe9dae87b850c53b7d8aeb78b8dbdd01f794c
|
2022-02-24 15:24:22 -05:00 |
|
Sarbojit Sarkar
|
5dab99ca30
|
SWDEV-317787 - Added missing nullchecks
Change-Id: I4abe4f519c97122a96f668230398b10d4c4b9533
|
2022-02-20 23:04:55 -05:00 |
|
Sarbojit Sarkar
|
a48429e922
|
SWDEV-316792 - Fix for Event node
Change-Id: Ibb402648212c4d1d198e44ad9d166a2776805739
|
2022-02-20 23:02:41 -05:00 |
|
Ajay
|
0e94178c03
|
SWDEV-314982 - hipStreamGetCaptureInfo negative cases
Change-Id: I98a65fc60610f89184b54152c8e33f59d74e3850
|
2022-02-16 18:06:12 -05:00 |
|
Payam
|
dcac099922
|
SWDEV-316819 - Adding Graph null check
Change-Id: I22774109a13c3123e89b82bd6e05e1eea26f80fc
|
2022-02-16 04:22:13 -05:00 |
|
Sourabh Betigeri
|
cd4591530d
|
SWDEV-317017 - hipGraphExecChildGraphNodeSetParams() path to *NodeSetParams
Change-Id: Iedcbccccb9a2765e08feebd75fb13f3ff83623dc
|
2022-02-16 01:25:23 -05:00 |
|
Payam
|
d27c33aecc
|
SWDEV-313492 - adding Graph null checks
Change-Id: I00ae51ea8318567b4f6aab1568096d25cc0d373b
|
2022-02-15 19:34:33 -05:00 |
|
Sourabh Betigeri
|
ad19d0957b
|
SWDEV-315225 - Validates parameters of hipGraphExecMemcpyNodeSetParams()
Change-Id: I7bb5c906f6bca27a8abb7f4f5226e864e9731bae
|
2022-02-15 17:45:07 -05:00 |
|
Ajay
|
57d0acb6d7
|
SWDEV-316465 - hipStreamGetCaptureInfo_v2 pointer checks
Change-Id: I219e16909ddd3fa99cd9a2faefc0f35237ee3b08
|
2022-02-15 16:46:17 -05:00 |
|
Ajay
|
32b9969db3
|
SWDEV-315614 - hipStreamGetCaptureInfo to return seq id based on status
Change-Id: Ibceeb67fcd60b3ad2272e08a3ee682dc36bda1cb
|
2022-02-15 12:42:37 -05:00 |
|
Payam
|
4c4acd9fa0
|
SWDEV-316901 - Adding nullptr checks to Graph
Change-Id: I3ed2ba60875b800133c7f9e692b61f4d57da7aee
|
2022-02-09 18:36:26 -05:00 |
|
Payam
|
1f8c42deee
|
SWDEV-315880 - adding Graph nullptr checks
Change-Id: I84a70f9c2606cb480b32953631878df40d71a675
|
2022-02-07 22:35:24 -05:00 |
|
Satyanvesh Dittakavi
|
6e562f4d83
|
SWDEV-306940 - Fix hipamd errors/warnings found by CppCheck
Change-Id: Ia93d4f5262ea4269d8031edbfd27033b887e5300
|
2022-02-05 08:42:47 -05:00 |
|
Payam
|
ab8d23f2dd
|
SWDEV-317354 - adding nullptr check for hipGraph
for hipGraphAddHostNode
Change-Id: I49645457887be53654e20abe6ce6b42278e41677
|
2022-02-02 15:57:08 -05:00 |
|
Payam
|
724717752e
|
SWDEV-317141 - add param check for Graph Api
for hipGraphExecMemsetNodeSetParams
Change-Id: I748c7f273da08ace185bdee2b82fc0cd8584bdca
|
2022-02-02 12:38:48 -05:00 |
|