ROCm CI Service Account
a347fa3020
SWDEV-357759 - [catch2][dtest] Adding additional functional tests for hipStreamGetCaptureInfo and hipStreamGetCaptureInfo_v2 APIs ( #114 )
...
Change-Id: I304c973330dc5682541c69c89eded418b3d30fd5
[ROCm/hip-tests commit: 461852afcf ]
2023-01-10 15:49:05 -08:00
ROCm CI Service Account
cdb7a85ad6
SWDEV-366390 - [catch2][dtest] Adding additional functional tests for hipGraphInstantiate() API ( #116 )
...
Change-Id: I6fc2b59d11244f61e15461eb2796c46c6b820013
[ROCm/hip-tests commit: c4caabb02d ]
2023-01-09 20:54:30 -08:00
ROCm CI Service Account
d8b7cb28ff
SWDEV-337452 - Changing Clock64 to WallClock64 in tests for gfx11. ( #78 )
...
Change-Id: I484fe9ff7cd56c70a37a3ac5a4a55812f8557259
[ROCm/hip-tests commit: 87fac87657 ]
2023-01-06 15:05:21 -08:00
ROCm CI Service Account
9bc91a13b2
SWDEV-366390 - [catch2][dtest] Adding additional functional tests for hipGraphDestroyNode() API ( #101 )
...
Change-Id: Ia906f9a1c409c1d694be9089f75e939729e6103b
[ROCm/hip-tests commit: 70c61d55a4 ]
2023-01-06 12:00:07 -08:00
agunashe
1af3cd3067
SWDEV-327563 - skip Unit_hipGraphChild_hipUserObject_hipGraphUserObject ( #108 )
...
Test times out in Nvidia but passes in AMD.
Skipping temporarily till issue is fixed
[ROCm/hip-tests commit: 9c6c665f65 ]
2023-01-06 13:57:48 +05:30
ROCm CI Service Account
650dea002d
SWDEV-306122 - [catch2][dtest] hipGraphAddMemcpyNode1D APIs test added ( #102 )
...
Change-Id: I59dc915255f3c57c2b1f13869fbd375856310441
[ROCm/hip-tests commit: 09c6d3b15c ]
2023-01-05 17:09:40 -08:00
ROCm CI Service Account
171cca2ad1
SWDEV-306122 - [catch2][dtest] Added test for hipGraphDebugDotPrint API ( #103 )
...
Change-Id: I5048bbab3239ae44c674ab7591726cae1654029a
[ROCm/hip-tests commit: b21980bd21 ]
2023-01-04 18:32:24 -08:00
ROCm CI Service Account
db640a0350
SWDEV-367611 - [catch2][dtest] Added function and complex scenarios with hipGraphCloneComplx API ( #104 )
...
Change-Id: Icdcd17dc34d31d0de129777d00a65bf6300b5514
[ROCm/hip-tests commit: 88ccea4635 ]
2023-01-04 17:26:28 -08:00
Mirza Halilčević
8f3c726bfe
EXSWHTEC-169 - Implement additional tests for Kernel Graph Node APIs ( #7 )
...
- Tidy up hipGraphAddKernelNode tests
- Tidy up hipGraphKernelNodeGetParams tests
- Tidy up hipGraphKernelNodeSetParams tests
- Tidy up hipGraphExecKernelNodeSetParams tests.
- Disable failing test sections on AMD.
[ROCm/hip-tests commit: e710eeea8d ]
2022-12-29 13:17:28 +05:30
ROCm CI Service Account
9b07f28878
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-tests commit: 84bab79f1a ]
2022-11-29 07:08:27 +05:30
ROCm CI Service Account
5a889b1bcd
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-tests commit: eebb6fb3ea ]
2022-11-28 20:15:49 +05:30
ROCm CI Service Account
23c5b48e23
SWDEV-357759 - [catch2][dtest] Adding additional functional tests for hipStreamBeginCapture() API ( #3094 )
...
Change-Id: I7b89dcb6aa24eae0daf2974733ddeb6d3902cafa
[ROCm/hip-tests commit: ac246706a7 ]
2022-11-28 14:04:25 +05:30
ROCm CI Service Account
2fcb8178c8
SWDEV-306122 - [catch2][dtest] Additional tests for hipGraphGetNodes/hipGraphGetRootNodes api ( #2860 )
...
Change-Id: I4e9a6eadd92b6de4aded0aa96464bfcc59441ac4
[ROCm/hip-tests commit: 664c8b377d ]
2022-11-02 14:42:11 +05:30
ROCm CI Service Account
e8ec4e3e21
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo_V2 api ( #2854 )
...
Change-Id: Ia55eae2d04e3d7f229aa571fe94e2e8e0dfd5603
[ROCm/hip-tests commit: ecf407cfd0 ]
2022-11-02 11:50:51 +05:30
ROCm CI Service Account
2ee3a313bd
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphAddEventWaitNode() API. ( #2591 )
...
1. Functional Tests
2. Negative Tests
Change-Id: I970a41e9c070c74c179818e74bfd93276dcfad10
[ROCm/hip-tests commit: 879900af71 ]
2022-11-02 08:30:06 +05:30
ROCm CI Service Account
4ea956e684
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-tests commit: 5db81793b2 ]
2022-10-19 16:52:06 +05:30
ROCm CI Service Account
28e2c2db5e
SWDEV-361129 - [catch2][dtest] Enabling tests hipGraphInstantiateWithFlags for AMD ( #2987 )
...
Change-Id: I39227ab51417e55f4ab05c48b61e9735856e58ac
[ROCm/hip-tests commit: 246f0c7d20 ]
2022-10-19 16:49:18 +05:30
ROCm CI Service Account
c9c04d65da
SWDEV-306122 - [catch2][dtest] Added test for hipGraphMemcpyNodeSetParamsToSymbol API ( #2813 )
...
Change-Id: I486030661324f3fa4d6f6241882f4cd839211511
[ROCm/hip-tests commit: 609edf1c9e ]
2022-09-27 13:34:31 +05:30
ROCm CI Service Account
c03e57697a
SWDEV-306122 - [catch2][dtest] Tests for hipGraphExecChildGraphNodeSetParams API ( #2948 )
...
Added Negative and functional tests for hipGraphExecChildGraphNodeSetParams API
Change-Id: Ibe3ab74bc783a90daec153a8c74f039a2f977a71
[ROCm/hip-tests commit: d55c94b77e ]
2022-09-23 12:36:45 +05:30
ROCm CI Service Account
2aaa00d2ba
SWDEV-306122 - [catch2][dtest] Tests for hipGraphHostNodeGetParams API ( #2949 )
...
Added Negative and functional tests for hipGraphHostNodeGetParams API.
Change-Id: Ic9e841875673c10cea9a47f98cd47ff4995f888a
[ROCm/hip-tests commit: c67c3f928b ]
2022-09-23 12:35:27 +05:30
ROCm CI Service Account
568c361802
SWDEV-353807 - Fixes multiple catch issues ( #2912 )
...
- enforcing c++17 for all tests
- Warning as error: ignoring return value
Change-Id: I3d171540403f74222e631d1a8e393386461c9729
[ROCm/hip-tests commit: d0aaed906d ]
2022-08-30 16:53:21 -07:00
ROCm CI Service Account
5b7a6a36e3
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependencies api ( #2827 )
...
Change-Id: I017ba7891c84adb4d24d857b31800723bd43ed59
[ROCm/hip-tests commit: 258a7727b0 ]
2022-07-26 15:09:35 +05:30
ROCm CI Service Account
8d1ab3c5cb
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependentNodes api ( #2826 )
...
Change-Id: Ie9a81fa8829d48ace19ac3fa522f957504c3ccc0
[ROCm/hip-tests commit: 095355fe93 ]
2022-07-26 15:08:04 +05:30
ROCm CI Service Account
cb57c0b725
SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParamsToSymbol API ( #2824 )
...
Change-Id: I3f533b88f9fadcb17bde6577212cf1561fa49273
Co-authored-by: mbhiutra <meher.bhiutras@amd.com >
[ROCm/hip-tests commit: 4e1d167d53 ]
2022-07-26 10:47:49 +05:30
ROCm CI Service Account
4bdb74e287
SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParams1D added Functional and Negative test scenario ( #2808 )
...
Change-Id: If54fd56ae345ca4a13791bc376b3b72ce5e312b6
[ROCm/hip-tests commit: f4d9c38f1f ]
2022-07-19 19:30:42 +05:30
ROCm CI Service Account
5a99103b23
SWDEV-306122 - [catch2][dtest] Added test for hipGraphLaunch API ( #2806 )
...
Change-Id: Iee27077a3fb12ec3114843be3d4f408baf8bc559
[ROCm/hip-tests commit: 6e361b1956 ]
2022-07-19 19:29:00 +05:30
ROCm CI Service Account
55f417dcee
SWDEV-327563 - Enable fixed tests linux and windows ( #2803 )
...
Change-Id: Icad90d01f796a8a8cf57884b86ca1a5a2b50ec64
[ROCm/hip-tests commit: 1458912363 ]
2022-07-19 19:28:17 +05:30
ROCm CI Service Account
e469c7468f
SWDEV-306122 - [catch2][dtest] API hipGraphKernelNodeGetParams, hipGraphKernelNodeSetParams, hipGraphExecKernelNodeSetParams. ( #2802 )
...
Change-Id: Ie5eb8949f589ac7ac5eb0f02e99f2012d9c0b926
[ROCm/hip-tests commit: e3ee2626f4 ]
2022-07-19 19:27:29 +05:30
ROCm CI Service Account
7b47e0ccf4
SWDEV-306122 - [catch2][dtest] Added tests for hipGraphMemcpyNodeGetParams/hipGraphMemcpyNodeSetParams API. ( #2775 )
...
Change-Id: Ie0e323a545c3bac17a35814a90b93ecd44cec537
[ROCm/hip-tests commit: 32ee6dc764 ]
2022-07-08 15:19:02 +05:30
ROCm CI Service Account
be293d89a9
SWDEV-306122 - [catch2][dtest] hipGraphAddKernelNode Added negative test ( #2734 )
...
Change-Id: I0d6353f77c3c2abda7557f8268a024b1b4d8c1d7
[ROCm/hip-tests commit: 1dc384771f ]
2022-07-08 15:18:09 +05:30
ROCm CI Service Account
cbe80ddb8c
SWDEV-306122 - [catch2][dtest] hipGraphAddMemsetNode API ( #2754 )
...
Change-Id: I19e01a0f801af411b3e9ac4b57f53c41b79014a5
[ROCm/hip-tests commit: 450cc21b8a ]
2022-07-08 13:35:50 +05:30
ROCm CI Service Account
205b9ddfde
SWDEV-306122 - [catch2][dtest] Added test for hipStreamBeginCapture API ( #2760 )
...
Change-Id: I9cbd9d05178587883a1a2258ebc2c3516a06d5cc
[ROCm/hip-tests commit: 117f4c484c ]
2022-06-24 15:55:59 -07:00
ROCm CI Service Account
dbd4c2965f
SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParamsFromSymbol API ( #2762 )
...
Change-Id: I88e5a808ca8441dc3dc745d8575d22973b7ac9d2
[ROCm/hip-tests commit: dc58768ddd ]
2022-06-23 17:40:50 -07:00
ROCm CI Service Account
654537cc71
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphExecEventWaitNodeSetEvent() API. ( #2763 )
...
- Functional Test
- Negative Tests
Change-Id: I80ba185c4892162e68945f82b3c1cc9ffd9c105c
[ROCm/hip-tests commit: 95da4e27aa ]
2022-06-22 15:33:09 -07:00
ROCm CI Service Account
c6673650f2
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphEventWaitNodeSetEvent() ( #2590 )
...
- Functional Tests
- Negative Tests
Change-Id: I2421c3def1a7c6865dca29bde7e741948e67345d
[ROCm/hip-tests commit: 810dd89f46 ]
2022-06-16 17:09:11 -07:00
ROCm CI Service Account
bebf1a2bc9
SWDEV-339657 - Update catch codes with correct coordinates ( #2735 )
...
Change-Id: I8ca78d770a742bf6c2abede494759caa923fcc19
[ROCm/hip-tests commit: d31aca651d ]
2022-06-15 10:58:10 -07:00
ROCm CI Service Account
246f9b4c6e
SWDEV-337331 - Windows initial graph tests ( #2739 )
...
Enables most of graph tests on Windows.
Change-Id: I32bd9a327168378776f89d7a6c4a83ba33861c01
[ROCm/hip-tests commit: 0b05268be2 ]
2022-06-15 09:38:21 -07:00
ROCm CI Service Account
0b4dabc65e
SWDEV-306122 - [catch2][dtest] Added est for hipStreamIsCapturing API. ( #2715 )
...
Change-Id: I9e85d393c51962f97c5e5399556ef823b3e33782
[ROCm/hip-tests commit: 7d7953c8e0 ]
2022-06-14 13:22:10 -07:00
ROCm CI Service Account
7cf8008999
SWDEV-334659 - Fixes build error because of an unused variable in the test ( #2724 )
...
Change-Id: Ib1b39ee57efc49217e58332abf843b44b575d880
[ROCm/hip-tests commit: 65c0e9797c ]
2022-06-13 15:35:15 +05:30
ROCm CI Service Account
8e33ed1891
SWDEV-306122 - [catch2][dtest] hipGraph added negative test for hipStreamEndCapture ( #2708 )
...
Change-Id: I6b617c2c52b6960b25db533d5bc50e238c83af7d
[ROCm/hip-tests commit: 1e6bfe7215 ]
2022-06-13 15:34:29 +05:30
ROCm CI Service Account
a956fa2299
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo api ( #2696 )
...
Change-Id: I73d42a87797cf70c5ac6093bc308203eae5cca00
[ROCm/hip-tests commit: 431c938938 ]
2022-06-13 15:33:49 +05:30
ROCm CI Service Account
d81738e65b
SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParamsFromSymbol API ( #2697 )
...
Change-Id: I8e8bd38c28199c87f14ee51d279aac7c7dfaedcc
[ROCm/hip-tests commit: 93a2badd0f ]
2022-06-02 19:33:23 +05:30
ROCm CI Service Account
2f5d26bcab
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphAddMemcpyNode1D api ( #2695 )
...
Change-Id: Ie17e0960a5b718670d84f1583a787d4e12293e3a
[ROCm/hip-tests commit: eb6faad464 ]
2022-06-02 19:32:58 +05:30
ROCm CI Service Account
40ccc56331
SWDEV-306122 - [catch2][dtest] hipGraph new functional tests for hipStreamBeginCapture/hipStreamEndCapture ( #2694 )
...
Change-Id: If62c6f0dbc6ada93b5847cfb280797f7811508f8
[ROCm/hip-tests commit: fe76fe4486 ]
2022-06-02 19:31:48 +05:30
ROCm CI Service Account
061758adee
SWDEV-321698 - Correct node type ( #2692 )
...
- remove node type that does not match with cuda
Change-Id: Ibd80473e9996459fdf08885a0f18c395d807ef3d
[ROCm/hip-tests commit: efaf400644 ]
2022-06-02 19:30:55 +05:30
ROCm CI Service Account
70518fc944
SWDEV-306122 - [catch2][dtest] Added following test scenarios for hipGraphEventRecordNodeSetEvent ( #2634 )
...
1. Functional Test cases
2. Negative Test cases
Change-Id: Ifb851ce261a996feda1c547426f583eb3f1d57a9
[ROCm/hip-tests commit: d5be1c497d ]
2022-05-17 16:01:43 +05:30
ROCm CI Service Account
ae85576009
SWDEV-306122 - [catch2][dtest] Adding the following tests for hipGraphEventRecordNodeGetEvent ( #2630 )
...
1. Functional
2. Negative
Change-Id: Ie96584f6be5bb62c12ee39aeaadc4a9a31a25d06
[ROCm/hip-tests commit: 0471559a43 ]
2022-05-17 16:00:53 +05:30
ROCm CI Service Account
863d3423f6
SWDEV-306122 - [catch2][dtest] Added test for hipGraphAddMemcpyNode API ( #2627 )
...
Change-Id: Ide894e5e6c1719541e2cbd20f8fc91cba0072cad
[ROCm/hip-tests commit: a8bf084c10 ]
2022-05-17 15:02:51 +05:30
ROCm CI Service Account
2f8dcd1765
SWDEV-306122 - [catch2][dtest] Adding Tests for hipGraphAddDependencies(). ( #2636 )
...
1. Added negative tests for hipGraphAddDependencies() API.
Change-Id: Icfa398c8c0d645ac9129ba4c72ab6bbd02323b35
[ROCm/hip-tests commit: 79e0466f51 ]
2022-05-17 13:31:25 +05:30
ROCm CI Service Account
369afe2f57
SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphEventWaitNodeGetEvent() API ( #2631 )
...
1. Functional Tests
2. Negative Tests
Change-Id: I65781564a63b6c8c74183abcdd86d32914d1e5a3
[ROCm/hip-tests commit: ca7f37b128 ]
2022-05-13 11:08:01 -07:00