ROCm CI Service Account
9e4020871e
SWDEV-363038 - Add Unit_hipGraphKernelNodeGetSetParams_Functional ( #3062 )
...
Add unit test: Unit_hipGraphKernelNodeGetSetParams_Functional
Add kernel node to graph with certain kernel params, now get kernel node parameters with hipGraphKernelNodeGetParams, then update the kernel node params with hipGraphKernelNodeSetParams, finally check taking effect after launching graph.
Change-Id: I2216f72f4dade6dd37663d3b0d821cb3d35d7856
[ROCm/hip commit: 58790104f2 ]
2022-11-29 07:08:27 +05:30
ROCm CI Service Account
e7b29faa2c
SWDEV-306122 - [catch2][dtest] Added test for hipUserObjectCreate, hipUserObjectRelease, hipUserObjectRetain, hipGraphReleaseUserObject, hipGraphRetainUserObject API ( #3061 )
...
* SWDEV-306122 - [catch2][dtest] Added test for hipUserObjectCreate, hipUserObjectRelease, hipUserObjectRetain, hipGraphReleaseUserObject, hipGraphRetainUserObject API
Change-Id: I7fd25bcc23f0629d92296ab7b20258a6e268a58b
[ROCm/hip commit: d76a487187 ]
2022-11-28 20:15:49 +05:30
ROCm CI Service Account
cb69c9393b
SWDEV-357759 - [catch2][dtest] Adding additional functional tests for hipStreamBeginCapture() API ( #3094 )
...
Change-Id: I7b89dcb6aa24eae0daf2974733ddeb6d3902cafa
[ROCm/hip commit: 8c79142035 ]
2022-11-28 14:04:25 +05:30
ROCm CI Service Account
847c6ee3a8
SWDEV-306122 - [catch2][dtest] Additional tests for hipGraphGetNodes/hipGraphGetRootNodes api ( #2860 )
...
Change-Id: I4e9a6eadd92b6de4aded0aa96464bfcc59441ac4
[ROCm/hip commit: 60a07fd66f ]
2022-11-02 14:42:11 +05:30
ROCm CI Service Account
2edf1bea80
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo_V2 api ( #2854 )
...
Change-Id: Ia55eae2d04e3d7f229aa571fe94e2e8e0dfd5603
[ROCm/hip commit: 84650ef5aa ]
2022-11-02 11:50:51 +05:30
ROCm CI Service Account
0564c96be3
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphAddEventWaitNode() API. ( #2591 )
...
1. Functional Tests
2. Negative Tests
Change-Id: I970a41e9c070c74c179818e74bfd93276dcfad10
[ROCm/hip commit: 80626a9c4c ]
2022-11-02 08:30:06 +05:30
ROCm CI Service Account
062a53e6a1
SWDEV-318349 - Enable test of graph launched by peer ( #2997 )
...
- Enable Unit_hipGraphInstantiateWithFlags_DependencyGraph for AMD.
- Add stream sync for null stream.
- Fix Unit_hipGraphInstantiateWithFlags_DependencyGraph.
change-Id: I5774563fdfed1afd29a43927f3630adbfb75c48a
[ROCm/hip commit: 53599bce3e ]
2022-10-19 16:52:06 +05:30
ROCm CI Service Account
5203830518
SWDEV-361129 - [catch2][dtest] Enabling tests hipGraphInstantiateWithFlags for AMD ( #2987 )
...
Change-Id: I39227ab51417e55f4ab05c48b61e9735856e58ac
[ROCm/hip commit: 752acff9b2 ]
2022-10-19 16:49:18 +05:30
ROCm CI Service Account
fc6b562f3d
SWDEV-306122 - [catch2][dtest] Added test for hipGraphMemcpyNodeSetParamsToSymbol API ( #2813 )
...
Change-Id: I486030661324f3fa4d6f6241882f4cd839211511
[ROCm/hip commit: a1481d542b ]
2022-09-27 13:34:31 +05:30
ROCm CI Service Account
0f1048c986
SWDEV-306122 - [catch2][dtest] Tests for hipGraphExecChildGraphNodeSetParams API ( #2948 )
...
Added Negative and functional tests for hipGraphExecChildGraphNodeSetParams API
Change-Id: Ibe3ab74bc783a90daec153a8c74f039a2f977a71
[ROCm/hip commit: cd0d73d3f1 ]
2022-09-23 12:36:45 +05:30
ROCm CI Service Account
50ea67171a
SWDEV-306122 - [catch2][dtest] Tests for hipGraphHostNodeGetParams API ( #2949 )
...
Added Negative and functional tests for hipGraphHostNodeGetParams API.
Change-Id: Ic9e841875673c10cea9a47f98cd47ff4995f888a
[ROCm/hip commit: cac4154ddf ]
2022-09-23 12:35:27 +05:30
ROCm CI Service Account
1c54135503
SWDEV-353807 - Fixes multiple catch issues ( #2912 )
...
- enforcing c++17 for all tests
- Warning as error: ignoring return value
Change-Id: I3d171540403f74222e631d1a8e393386461c9729
[ROCm/hip commit: 87c69c5759 ]
2022-08-30 16:53:21 -07:00
ROCm CI Service Account
5a1ce6df32
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependencies api ( #2827 )
...
Change-Id: I017ba7891c84adb4d24d857b31800723bd43ed59
[ROCm/hip commit: 1c4822f24a ]
2022-07-26 15:09:35 +05:30
ROCm CI Service Account
ef089bf80d
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependentNodes api ( #2826 )
...
Change-Id: Ie9a81fa8829d48ace19ac3fa522f957504c3ccc0
[ROCm/hip commit: a2e3642e5b ]
2022-07-26 15:08:04 +05:30
ROCm CI Service Account
7af43266bf
SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParamsToSymbol API ( #2824 )
...
Change-Id: I3f533b88f9fadcb17bde6577212cf1561fa49273
Co-authored-by: mbhiutra <meher.bhiutras@amd.com >
[ROCm/hip commit: e68136227a ]
2022-07-26 10:47:49 +05:30
ROCm CI Service Account
3a77e80952
SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParams1D added Functional and Negative test scenario ( #2808 )
...
Change-Id: If54fd56ae345ca4a13791bc376b3b72ce5e312b6
[ROCm/hip commit: e3bde76c8b ]
2022-07-19 19:30:42 +05:30
ROCm CI Service Account
43bb18e60f
SWDEV-306122 - [catch2][dtest] Added test for hipGraphLaunch API ( #2806 )
...
Change-Id: Iee27077a3fb12ec3114843be3d4f408baf8bc559
[ROCm/hip commit: 0b7e6af0e1 ]
2022-07-19 19:29:00 +05:30
ROCm CI Service Account
14ad5cfdc0
SWDEV-327563 - Enable fixed tests linux and windows ( #2803 )
...
Change-Id: Icad90d01f796a8a8cf57884b86ca1a5a2b50ec64
[ROCm/hip commit: 3ab3c5fa17 ]
2022-07-19 19:28:17 +05:30
ROCm CI Service Account
70dd61fbae
SWDEV-306122 - [catch2][dtest] API hipGraphKernelNodeGetParams, hipGraphKernelNodeSetParams, hipGraphExecKernelNodeSetParams. ( #2802 )
...
Change-Id: Ie5eb8949f589ac7ac5eb0f02e99f2012d9c0b926
[ROCm/hip commit: 978b02c52f ]
2022-07-19 19:27:29 +05:30
ROCm CI Service Account
26d90663cb
SWDEV-306122 - [catch2][dtest] Added tests for hipGraphMemcpyNodeGetParams/hipGraphMemcpyNodeSetParams API. ( #2775 )
...
Change-Id: Ie0e323a545c3bac17a35814a90b93ecd44cec537
[ROCm/hip commit: 778bf8631d ]
2022-07-08 15:19:02 +05:30
ROCm CI Service Account
b9702ee810
SWDEV-306122 - [catch2][dtest] hipGraphAddKernelNode Added negative test ( #2734 )
...
Change-Id: I0d6353f77c3c2abda7557f8268a024b1b4d8c1d7
[ROCm/hip commit: ab89350ab6 ]
2022-07-08 15:18:09 +05:30
ROCm CI Service Account
9027a07900
SWDEV-306122 - [catch2][dtest] hipGraphAddMemsetNode API ( #2754 )
...
Change-Id: I19e01a0f801af411b3e9ac4b57f53c41b79014a5
[ROCm/hip commit: 982a3cf387 ]
2022-07-08 13:35:50 +05:30
ROCm CI Service Account
ca34408b7c
SWDEV-306122 - [catch2][dtest] Added test for hipStreamBeginCapture API ( #2760 )
...
Change-Id: I9cbd9d05178587883a1a2258ebc2c3516a06d5cc
[ROCm/hip commit: 2cbaff9628 ]
2022-06-24 15:55:59 -07:00
ROCm CI Service Account
a4b6656a8e
SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParamsFromSymbol API ( #2762 )
...
Change-Id: I88e5a808ca8441dc3dc745d8575d22973b7ac9d2
[ROCm/hip commit: 3befbd483f ]
2022-06-23 17:40:50 -07:00
ROCm CI Service Account
a246d38f43
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphExecEventWaitNodeSetEvent() API. ( #2763 )
...
- Functional Test
- Negative Tests
Change-Id: I80ba185c4892162e68945f82b3c1cc9ffd9c105c
[ROCm/hip commit: c7884fe741 ]
2022-06-22 15:33:09 -07:00
ROCm CI Service Account
90ce131f9e
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphEventWaitNodeSetEvent() ( #2590 )
...
- Functional Tests
- Negative Tests
Change-Id: I2421c3def1a7c6865dca29bde7e741948e67345d
[ROCm/hip commit: 3a84eb3a5f ]
2022-06-16 17:09:11 -07:00
ROCm CI Service Account
998c7a62a0
SWDEV-339657 - Update catch codes with correct coordinates ( #2735 )
...
Change-Id: I8ca78d770a742bf6c2abede494759caa923fcc19
[ROCm/hip commit: 0cf0ead620 ]
2022-06-15 10:58:10 -07:00
ROCm CI Service Account
403a40b6c9
SWDEV-337331 - Windows initial graph tests ( #2739 )
...
Enables most of graph tests on Windows.
Change-Id: I32bd9a327168378776f89d7a6c4a83ba33861c01
[ROCm/hip commit: ac1d594ef1 ]
2022-06-15 09:38:21 -07:00
ROCm CI Service Account
c6ada21c98
SWDEV-306122 - [catch2][dtest] Added est for hipStreamIsCapturing API. ( #2715 )
...
Change-Id: I9e85d393c51962f97c5e5399556ef823b3e33782
[ROCm/hip commit: 70d43137e0 ]
2022-06-14 13:22:10 -07:00
ROCm CI Service Account
aa46652fb7
SWDEV-334659 - Fixes build error because of an unused variable in the test ( #2724 )
...
Change-Id: Ib1b39ee57efc49217e58332abf843b44b575d880
[ROCm/hip commit: ab6fc6dfde ]
2022-06-13 15:35:15 +05:30
ROCm CI Service Account
572a6ea4bc
SWDEV-306122 - [catch2][dtest] hipGraph added negative test for hipStreamEndCapture ( #2708 )
...
Change-Id: I6b617c2c52b6960b25db533d5bc50e238c83af7d
[ROCm/hip commit: 5133509730 ]
2022-06-13 15:34:29 +05:30
ROCm CI Service Account
14428b70b3
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo api ( #2696 )
...
Change-Id: I73d42a87797cf70c5ac6093bc308203eae5cca00
[ROCm/hip commit: 69fcc3a9cd ]
2022-06-13 15:33:49 +05:30
ROCm CI Service Account
555bf1179e
SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParamsFromSymbol API ( #2697 )
...
Change-Id: I8e8bd38c28199c87f14ee51d279aac7c7dfaedcc
[ROCm/hip commit: 484714c55c ]
2022-06-02 19:33:23 +05:30
ROCm CI Service Account
47329c4d25
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphAddMemcpyNode1D api ( #2695 )
...
Change-Id: Ie17e0960a5b718670d84f1583a787d4e12293e3a
[ROCm/hip commit: e99cc90c26 ]
2022-06-02 19:32:58 +05:30
ROCm CI Service Account
351026ec4a
SWDEV-306122 - [catch2][dtest] hipGraph new functional tests for hipStreamBeginCapture/hipStreamEndCapture ( #2694 )
...
Change-Id: If62c6f0dbc6ada93b5847cfb280797f7811508f8
[ROCm/hip commit: f1b3292fce ]
2022-06-02 19:31:48 +05:30
ROCm CI Service Account
31bdb9c36c
SWDEV-321698 - Correct node type ( #2692 )
...
- remove node type that does not match with cuda
Change-Id: Ibd80473e9996459fdf08885a0f18c395d807ef3d
[ROCm/hip commit: 7f2284901e ]
2022-06-02 19:30:55 +05:30
ROCm CI Service Account
4672c3b6c9
SWDEV-306122 - [catch2][dtest] Added following test scenarios for hipGraphEventRecordNodeSetEvent ( #2634 )
...
1. Functional Test cases
2. Negative Test cases
Change-Id: Ifb851ce261a996feda1c547426f583eb3f1d57a9
[ROCm/hip commit: eb2987d9e5 ]
2022-05-17 16:01:43 +05:30
ROCm CI Service Account
9ffb7badfb
SWDEV-306122 - [catch2][dtest] Adding the following tests for hipGraphEventRecordNodeGetEvent ( #2630 )
...
1. Functional
2. Negative
Change-Id: Ie96584f6be5bb62c12ee39aeaadc4a9a31a25d06
[ROCm/hip commit: 84da7bb1d0 ]
2022-05-17 16:00:53 +05:30
ROCm CI Service Account
900655b76e
SWDEV-306122 - [catch2][dtest] Added test for hipGraphAddMemcpyNode API ( #2627 )
...
Change-Id: Ide894e5e6c1719541e2cbd20f8fc91cba0072cad
[ROCm/hip commit: 12ed784c13 ]
2022-05-17 15:02:51 +05:30
ROCm CI Service Account
ab4fbfba92
SWDEV-306122 - [catch2][dtest] Adding Tests for hipGraphAddDependencies(). ( #2636 )
...
1. Added negative tests for hipGraphAddDependencies() API.
Change-Id: Icfa398c8c0d645ac9129ba4c72ab6bbd02323b35
[ROCm/hip commit: 7bc2ce8539 ]
2022-05-17 13:31:25 +05:30
ROCm CI Service Account
b7eecd7df6
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphEventWaitNodeGetEvent() API ( #2631 )
...
1. Functional Tests
2. Negative Tests
Change-Id: I65781564a63b6c8c74183abcdd86d32914d1e5a3
[ROCm/hip commit: 59f9765af8 ]
2022-05-13 11:08:01 -07:00
ROCm CI Service Account
fd889e7354
SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphAddEventRecordNode() API. ( #2633 )
...
1. Added functional tests.
2. Added negative tests.
Change-Id: Id346b66c024161a3755abfa5137f91e38759da21
[ROCm/hip commit: f22ea5bd00 ]
2022-05-13 10:15:31 -07:00
ROCm CI Service Account
104ef168a5
SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParams API ( #2653 )
...
Change-Id: I55322336fe9b6735e782e867dd4e39f2b17dfc5a
[ROCm/hip commit: cbe3e5df3c ]
2022-05-13 09:04:13 -07:00
ROCm CI Service Account
8ba87134f6
SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParamsFromSymbol API ( #2585 )
...
Change-Id: Ie0e1b0f6dcef53b8d5386d858a90699d70524688
[ROCm/hip commit: d662c451d1 ]
2022-04-01 05:37:12 +05:30
ROCm CI Service Account
e2be6beaa7
SWDEV-306122 - [catch2][dtest] hipGraphMemsetNodeGetParams/hipGraphMemsetNodeSetParams APIs ( #2586 )
...
Change-Id: Ib45b660ad94ec3231082deb8a0b6f62b278d2006
[ROCm/hip commit: 3cf8079c4c ]
2022-04-01 05:36:26 +05:30
ROCm CI Service Account
c4d464228e
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphExecEventRecordNodeSetEvent() API ( #2593 )
...
- Functional Tests
- Negative Tests
Change-Id: I75f986ea75f462d77af2c38558452ccd3d5b6167
[ROCm/hip commit: 262acb7a9b ]
2022-03-31 21:41:58 +05:30
ROCm CI Service Account
054052430e
SWDEV-306122 - [catch2][dtest] hipGraphExecUpdate added Functional and Negative test scenario ( #2599 )
...
Change-Id: I7c1051a7bec9a6a3b332c23bd40b46bad55e97c5
[ROCm/hip commit: 097b9427cd ]
2022-03-31 21:32:41 +05:30
ROCm CI Service Account
f61573e6e9
SWDEV-306122 - [catch2][dtest] Added test for hipGraphInstantiate API ( #2587 )
...
Change-Id: I78019b067522e52f96c19bb43ffa257ede167be0
[ROCm/hip commit: 91c53b7816 ]
2022-03-31 15:34:33 +05:30
ROCm CI Service Account
d6a11260f2
SWDEV-306122 - [catch2][dtest] Adding Tests for hipGraphAddEmptyNode ( #2592 )
...
1. Added Negative Tests for hipGraphAddEmptyNode
Change-Id: I31aab3dcff671700d18f9e4537bb1e21076ce375
[ROCm/hip commit: 95a6b9b801 ]
2022-03-31 14:28:53 +05:30
ROCm CI Service Account
69d1a82519
SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphRemoveDependencies() API ( #2601 )
...
- Functional Tests
- Negative Tests
Change-Id: Ia34f4d0aa44821e35362cb0593ac7e3e0d811689
[ROCm/hip commit: 5565fb3dd7 ]
2022-03-31 13:13:15 +05:30