Gráfico de commits

445 Commits

Autor SHA1 Mensaje Fecha
ROCm CI Service Account 4dae53cbac SWDEV-329380 - Fixed reset test (#2589)
- after reset memory should be re-allocated

Change-Id: I3e814de464629a2651b4b8e752400f09fd6fc971
2022-03-31 15:34:19 +05:30
ROCm CI Service Account c789124904 SWDEV-306122 - [catch2][dtest] Adding Tests for hipGraphAddEmptyNode (#2592)
1. Added Negative Tests for hipGraphAddEmptyNode

Change-Id: I31aab3dcff671700d18f9e4537bb1e21076ce375
2022-03-31 14:28:53 +05:30
ROCm CI Service Account dde23ab788 SWDEV-252381 - Added dtest for hipGetSymbolAddress api (#2594)
Change-Id: Ideb58497c6598fe6f492a904b58bdc125d6d41d8
2022-03-31 13:14:37 +05:30
ROCm CI Service Account d424b82618 SWDEV-252801 - Added test for __launch_bounds__ : maxThreadsPerBlock field ignored at kernel launch (#2596)
Change-Id: Ic2b11aebe0845ca57d0fea38ba11ec2584002935
2022-03-31 13:14:11 +05:30
ROCm CI Service Account 49939391e4 SWDEV-252521 - Added test for Exit w/ memfault fault for stack allocations w/ compile-time known sizes (#2598)
Change-Id: I0ac1d97d76d49a169577d9b650072d0cc27f20f7
2022-03-31 13:13:29 +05:30
ROCm CI Service Account 2173182056 SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphRemoveDependencies() API (#2601)
- Functional Tests
- Negative Tests

Change-Id: Ia34f4d0aa44821e35362cb0593ac7e3e0d811689
2022-03-31 13:13:15 +05:30
ROCm CI Service Account e6f7f9f5d2 SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphGetEdges() API (#2600)
- Functional Tests.
- Negative Tests.

Change-Id: Icd2436e9db366f6b8d4a5ebbc8cacc36595aacbe
2022-03-31 10:36:13 +05:30
ROCm CI Service Account 9c879c9cfc SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParams1D added Functional and Negative test scenario (#2602)
Change-Id: I7471207730ec38dd8ebabc32ca26753d27597309
2022-03-31 10:35:21 +05:30
ROCm CI Service Account 48332d0396 SWDEV-293806 - Added tests for AtomicAdd with and without unsafeAtomics flag (#2603)
Added tests for AtomicAdd API for coherent/non-coherent memory with and without unsafeAtomics flags

Change-Id: I1937d7e936ac062b8d93feb59a50a6dd8ae9feca
2022-03-31 10:35:00 +05:30
ROCm CI Service Account 8f51f799e4 SWDEV-326661 - Windows: skipping failed tests to enable execution in jenkins (#2574)
Change-Id: I52e90a9f2eafeba03f62604c9350d3ebaa95b818
2022-03-28 15:55:09 -07:00
Satyanvesh Dittakavi aabcb6488e SWDEV-292714 - [catch2][dtest] Add unit test for hipPointerGetAttribute (#2485)
Change-Id: Ic7490596f4f1ee641d9af2861a18380c4bfccd69
2022-03-23 17:15:21 +05:30
TomSang dbcb198b19 SWDEV-314867 - Fix clang missing issue in cuda docker (#2446)
Cuda dockers doesn't contain clang. The dependence on clang
will fail catch2 building. Catch2 building actually doesn't
need clang. Remove clang dependence from catch2 cmake file.

Change-Id: I8fd76e99d27ce4f5769baffae0608dd1cf0f4188
2022-03-15 14:08:55 -07:00
ROCm CI Service Account 10c84389cd SWDEV-325480 - Adds unit and functional tests for coalesced_groups (#2538)
Change-Id: I147b4099e6793df5df3a6e252894d281fc338adb
2022-03-11 16:54:08 +05:30
ROCm CI Service Account 3f4fb28faf SWDEV-321872 - [catch2][dtest] Texture tests migrated to catch2 (#2536)
Change-Id: I4e29001812e2310680c6c24028667eb560194e87
2022-03-11 16:53:48 +05:30
ROCm CI Service Account df33e425b8 SWDEV-306122 - [catch2][dtest] Tests for hipGraphNodeGetType API (#2529)
Added negative and functional tests for hipGraphNodeGetType API

Change-Id: Ic33f0b36e2fd7bfb3a44cefea0075b1fcd59f989
2022-03-11 15:26:55 +05:30
ROCm CI Service Account ef83ae6fd0 SWDEV-325491 - hip build when rocm_agent_enumerator returns no devices (#2535)
Change-Id: I2fe58d1eaba82a3dab2472bd37a8ab26d105ac1c
2022-03-11 09:58:52 +05:30
agunashe 59cb973120 SWDEV-1 - skip rtc test build on windows (#2534) 2022-03-11 09:58:28 +05:30
ROCm CI Service Account 4b3f334131 SWDEV-321511 - Enable device related disabled tests on Nvidia platform (#2518)
Change-Id: I95a62e9562a638cb3525862b9a5d2e640c10882c
2022-03-10 16:45:54 +05:30
ROCm CI Service Account 7fa5b6ddfe SWDEV-323849 - Fix for dtests failures (#2539)
Change-Id: Iffd78656d7f67b11d3eb6d1e7859bb6168b68a57
2022-03-10 15:04:48 +05:30
ROCm CI Service Account d2a764dd1c SWDEV-323848 - Fix for p2p failed tests (#2537)
Added peer check for the p2p related testcases

Change-Id: I9131b284baf33bef18eceaa7ed462d733f91be92
2022-03-10 15:02:31 +05:30
Maneesh Gupta b73f77a75a Add mising p2p checks in graph instantiate tests (#2525)
Change-Id: I37ed539ccb9fc487872807170dc62eddc598f1f6
2022-03-10 15:01:43 +05:30
agunashe 4872e70674 SWDEV-1 - hip tests: Moving ctest file generation to execution phase (#2522)
Earlier ctest file creation was taking place during build time.
Due to cmake framework issue the file creation had issues,
which in turn failed the test build.
This change moves this logic to the execution phase
and gets rid of the unwanted dependency during build time

Change-Id: Ifbf7e325f1b15a8be12e76560a6d339bc76705ee
2022-02-28 09:26:33 -08:00
lthakur e108ed9cbf SWDEV-298757 - Moving Unit_hipMemPrefetchAsyncOneToAll into stress/memory directory (#2460) 2022-02-25 19:39:30 +05:30
meher-bhiutras 1396800bf9 SWDEV-301952 - [catch2][dtest] Migration of Negative folder test files to Catch2 (#2463)
Migrated hipMemcpyFromSymbol/hipMemcpyToSymbol, hipMemcpyFromSymbolAsync/hipMemcpyToSymbolAsync files under Negative/memory folder into catch2 framework.

Change-Id: Id9e451fa7262193df3812bc0247e3957ae083c35
2022-02-25 19:39:13 +05:30
ROCm CI Service Account 6c6cdc191a SWDEV-306122 - [catch2][dtest] Tests for hipGraphAddChildGraphNode API (#2491)
Added Negative and functional tests for hipGraphAddChildGraphNode API

Change-Id: I4dbd065b758c32f1b978017cc96d112b8066b5ff
2022-02-25 18:54:55 +05:30
ROCm CI Service Account 35016e6bfe SWDEV-306122 - [catch2][dtest] hipGraphAddMemcpyNode1D API Negative test (#2492)
Change-Id: I6db16f031da0f150356aff132e21f9ecb5a1b852
2022-02-25 18:54:14 +05:30
ROCm CI Service Account 32c0ecbace SWDEV-306122 - [catch2][dtest] Tests for hipGraphHostNodeSetParams API (#2503)
Added Negative and functional tests for hipGraphHostNodeSetParams API

Change-Id: I5ec101a66b17c723a562c15d951832b65772dbbf
2022-02-25 18:53:36 +05:30
ROCm CI Service Account 3a4fde33e2 SWDEV-306122 - [catch2][dtest] hipGraph tests for GetNodes/GetRootNodes (#2497)
Change-Id: I5e9fafd0802585b6b33c391d7281151010ffc1c3
2022-02-25 16:25:51 +05:30
sumanthtg 8b073e2123 SWDEV-306122 - [catch2][dtest] hipGraph functional tests for GetNodes/GetRootNotes (#2441)
Change-Id: I9b31252ddb5259b2e7c2bc7502e0494a8041ed9e
2022-02-25 14:07:38 +05:30
lthakur 6c9d7b19fe SWDEV-314080 - Tested All hipMemcpy**() apis with hipStreamPerThread stream obj (#2484)
Change-Id: I8f429eb0cc3be2e4d62c76ccb8c1510c56a1e143
2022-02-25 14:05:06 +05:30
ROCm CI Service Account 9e86513dbe SWDEV-306122 - [catch2][dtest] Tests for hipGraphDestroyNode API (#2509)
Added negative and functional tests for hipGraphDestroyNode API

Change-Id: Ifc4183b94e8fd428c44f2bbc3016539f972b8069
2022-02-25 14:04:23 +05:30
Satyanvesh Dittakavi 833e962ddd SWDEV-306940 - Fix hip errors/warnings by CppCheck (#2486)
Change-Id: I91f5e97b0c7ca80b6d21fa66d24e3cf9fde716a9
2022-02-24 20:57:04 +05:30
ROCm CI Service Account 9ba5219d23 SWDEV-316467 - tests to verify hipGraphMemcpyNodeSetParamsToSymbol negative scenarios (#2499)
Change-Id: I38c7fe6ea060ce8f4c2ffe3ddd6ef927da2e864a
2022-02-24 20:47:07 +05:30
ROCm CI Service Account e828af2af0 SWDEV-306122 - [catch2][dtest] hipGraphExecMemsetNodeSetParams added Functional and Negative test scenario (#2500)
Change-Id: Ia6cc644e59985bdee8a7b5ebccf6ced711dcfc7b
2022-02-24 20:46:30 +05:30
ROCm CI Service Account efa19632d9 SWDEV-306122 - [catch2][dtest] Tests for hipGraphAddMemcpyNodeToSymbol API (#2501)
Added Negative and functional tests for hipGraphAddMemcpyNodeToSymbol API

Change-Id: I2cae4de9977c8d2ecbdd6ec6868514cd6e1c6efd
2022-02-24 20:45:30 +05:30
ROCm CI Service Account 440ee05bd3 SWDEV-306122 - [catch2][dtest] Tests for hipGraphExecHostNodeSetParams API (#2502)
Added Negative and functional tests for hipGraphExecHostNodeSetParams API

Change-Id: I56ae94cff564fc0888fa6f0398ecb913cf4b9eed
2022-02-24 20:44:54 +05:30
ROCm CI Service Account 954b75ad07 SWDEV-306122 - [catch2][dtest] Tests for hipGraphNodeFindInClone API (#2504)
Added Negative and functional tests for hipGraphNodeFindInClone API

Change-Id: I62382f6e5fcb5c1ca62fca7326efb8e6fc0ab624
2022-02-24 20:44:23 +05:30
ROCm CI Service Account 9360299244 SWDEV-306122 - [catch2][dtest] Tests for hipGraphChildGraphNodeGetGraph API (#2505)
Added Negative and functional tests for hipGraphChildGraphNodeGetGraph API

Change-Id: I93c905687b684448297bde203414f9e6cc1f454a
2022-02-24 20:43:51 +05:30
ROCm CI Service Account 94bde83802 SWDEV-306122 - [catch2][dtest] Tests for hipGraphAddMemcpyNodeFromSymbol API (#2506)
Added Negative and functional tests for hipGraphAddMemcpyNodeFromSymbol API

Change-Id: Ic65045ca56ae8949efd7690e62f788ff888cd893
2022-02-24 20:43:14 +05:30
ROCm CI Service Account 12ea2c6597 SWDEV-298757 - hipHmmOvrSubscriptionTst.cc adding HMM over subscription test (#2493)
Change-Id: I4728a329e673cbb94656a28b266cdcd046a07144
2022-02-24 18:59:00 +05:30
ROCm CI Service Account b03d0dd219 SWDEV-314080 - Testing All hipMemsetxx() apis with hipStreamPerThread (#2494)
Change-Id: I452edb7d0047146b22500750bf529a59ab7f99d5
2022-02-24 18:58:38 +05:30
ROCm CI Service Account c77d13965c SWDEV-298757 - hipMemRangeGetAttribute.cc Adding test cases for hipMemRangeGetAttribute() api (#2495)
Change-Id: I6dc6476383799963dd2a079b4a074b2da6fe8cca
2022-02-24 18:58:17 +05:30
ROCm CI Service Account a13fafa05c SWDEV-314080 - Tested All hipMemcpy**() apis with hipStreamPerThread stream obj (#2496)
Change-Id: I8f429eb0cc3be2e4d62c76ccb8c1510c56a1e143
2022-02-24 18:58:04 +05:30
ROCm CI Service Account 5912b08e2f SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphAddMemcpyNode api (#2498)
Change-Id: I65088f4107158e320d54b5e54a47d4ad8ce5d85f
2022-02-24 18:57:27 +05:30
ROCm CI Service Account b0702f55e4 SWDEV-306122 - [catch2][dtest] Tests for hipGraphAddHostNode API (#2507)
Added Negative and functional tests for hipGraphAddHostNode API

Change-Id: I7237cdf62daa492d94b1f67fcb9df8b2260d8052

Co-authored-by: DURGESH KROTTAPALLI <Durgesh.Krottapalli>
2022-02-24 16:54:07 +05:30
ROCm CI Service Account eb500d7eb0 SWDEV-306122 - [catch2][dtest] Tests for hipGraphInstantiateWithFlags API (#2508)
Added Negative and functional tests for hipGraphInstantiateWithFlags API

Change-Id: Ife82615f4aec3c5df90e4640a7cc4381709306d9

Co-authored-by: DURGESH KROTTAPALLI <Durgesh.Krottapalli@amd.com>
2022-02-24 16:41:35 +05:30
ROCm CI Service Account d564bb34f9 SWDEV-306122 - [catch2][dtest] hipGraphClone API (#2510)
Added Negative, functional and multithreaded  tests for hipGraphClone API

Change-Id: I0733b469c1f1f0e897ed70c49b6ad3756a35f1b5
2022-02-24 16:40:14 +05:30
lthakur 460a07f338 SWDEV-298757 - Moved long running tests into stress category. (#2461) 2022-02-23 11:58:08 -08:00
lthakur cd23bb5709 SWDEV-298757 - hipMemRangeGetAttribute.cc Adding test cases for hipMemRangeGetAttribute() api (#2459) 2022-02-22 19:30:16 -08:00
agunashe 835bde481b SWDEV-1 - hip change for Windows applications hipInfo (#2471)
BLDSPPT-3818

Change-Id: I624786a0d79678fbd850f0b8bedc7314731a77f4
2022-02-10 08:27:05 -08:00