Commit Graph

432 Commits

Author SHA1 Message Date
haoyuan2 081d8b4739 SWDEV-334272 - fix test hang issue (#2683)
destroy stream before exit

[ROCm/hip-tests commit: 1f7b336400]
2022-05-20 08:13:17 -07:00
Maneesh Gupta afb48886bc Disable failing tests (#2685)
* Update config_amd_windows.json - Disable failing tests on windows for now
* Update hipMallocPitch.cc - Disable failing Unit_hipMallocPitch_Negative test

[ROCm/hip-tests commit: 2ff115f72f]
2022-05-18 20:01:59 +05:30
Maneesh Gupta b8b97d3be4 SWDEV-298757 - hipMemPrefetchAsync.cc Adding tests for hipMemPrefetchAsync() api (#2679)
Change-Id: Icadd93e62276b660ed0fd9a864e6985a7b03798a

[ROCm/hip-tests commit: 829cfc1a96]
2022-05-17 19:54:28 +05:30
ROCm CI Service Account 375aaaa074 SWDEV-298757 - Added multi thread scenarios for hipMallocManaged() api (#2544)
Change-Id: I97408994b74b580affbca1a3f4ce85a3e740b904

[ROCm/hip-tests commit: a9687f56ea]
2022-05-17 19:52:22 +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 25b975fcc2 SWDEV-292714 - Tests for hipPointerGetAttribute/hipDrvPtrGetAttributes API (#2619)
Added Functional and Negative Scenarios for hipPointerGetAttribute and hipDrvPtrGetAttributes APIs

Change-Id: I5fe23cdb3148a8e69a4fbbad2e2596da1750a9d3

[ROCm/hip-tests commit: f1c2cda15a]
2022-05-17 16:00:33 +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 418c2cdb93 SWDEV-273550 - [catch2][dtest] Tests for hipDrvMemcpy3D/hipDrvMemcpy3DAsync API (#2617)
Added tests for hipDrvMemcpy3D/hipDrvMemcpy3DAsync API in CATCH2 framework

Change-Id: I75bb825f3b39a2c588e0f436e9bc2ea810f101d0

[ROCm/hip-tests commit: 252ef49fcb]
2022-05-17 15:02:37 +05:30
ROCm CI Service Account dc7b730733 SWDEV-228443 - Enhancing hip unit tests for Memory Allocation APIs (#2616)
Adding new testcases for hipMalloc3D,hipMalloc3DArray,
hipArrayCreate,hipMallocPitch and hipMallocArray APIs

Change-Id: Ia2cc8865d605272995aaf703dd26954d11ded2ea

[ROCm/hip-tests commit: b49e8e9fdf]
2022-05-17 15:01:15 +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 c7a30c6f42 SWDEV-325709 - Testing hipDeviceAttributeFineGrainSupport property (#2637)
Added a test to check hipDeviceAttributeFineGrainSupport property.

Change-Id: I9750ef5494e22f4eb7305e1719be9712a3079c37

[ROCm/hip-tests commit: b7222b6f6b]
2022-05-17 12:53:25 +05:30
ROCm CI Service Account 86f728efd2 SWDEV-329590 - Addresses coherency test failures on Navi21 (#2652)
- Tests using HSA_XNACK=1 restricted to MI200
- Added checks to verify HMM and Pageable memory access attributes to avoid failures

Change-Id: Ic0b107264378ce0c4f0aab770c941ae2b57342c2

[ROCm/hip-tests commit: fb25b090eb]
2022-05-17 11:31:19 +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
ROCm CI Service Account ed436b6f57 SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphAddEventRecordNode() API. (#2633)
1. Added functional tests.
2. Added negative tests.

Change-Id: Id346b66c024161a3755abfa5137f91e38759da21


[ROCm/hip-tests commit: 1a33f93bf5]
2022-05-13 10:15:31 -07:00
ROCm CI Service Account 9e24d94124 SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParams API (#2653)
Change-Id: I55322336fe9b6735e782e867dd4e39f2b17dfc5a


[ROCm/hip-tests commit: 0fe5ceb4a3]
2022-05-13 09:04:13 -07:00
Maneesh Gupta abf7cb6321 Fix typo in 11_texture_driver sample
[ROCm/hip-tests commit: e274037cfb]
2022-05-13 14:05:35 +05:30
ROCm CI Service Account 510bab4931 SWDEV-321874 - [catch2][dtest] Texture dtests migrated from HIT to catch2 framework (#2576)
Change-Id: Ice382bf552fd0a9b41133f2a6ab333e3672b7c28

[ROCm/hip-tests commit: cf3f8d18c4]
2022-05-09 16:41:37 -07:00
ROCm CI Service Account e17423a24e SWDEV-305992 - Improve texture tests (#2646)
Enable more texture supports for hip-rocclr.
Skip texture tests on device that doesn't support images.
SWDEV-322257 - Fix issues of image tests skipped on
NVidia devices.

Change-Id: Ia99d06b1e97fc945f1b740e47710f4dcd70f38ca


[ROCm/hip-tests commit: 70ccfa39ad]
2022-05-09 08:46:20 -07:00
ROCm CI Service Account 7253d79db9 SWDEV-327563 - Windows: enable skipped devicelib, event, stream tests (#2668)
Change-Id: Iebc9766f71f20148d2d4b6e08de7745111393a97


[ROCm/hip-tests commit: 824d79cd50]
2022-05-06 11:04:10 -07:00
ROCm CI Service Account a53690ab69 SWDEV-331548 - fix test hang issue (#2658)
destroy stream before exit

Change-Id: I1a51ae349d0dd9a5ff6cdac21c5930bd6d87e021

[ROCm/hip-tests commit: 308e9520c2]
2022-05-05 11:55:50 +05:30
ROCm CI Service Account eee69be2d4 SWDEV-327563 - Windows: enable hiprtc tests (#2629)
Change-Id: If6df6188d15aecedbe536de0ca1a95dc64f3f1b5


[ROCm/hip-tests commit: 1f91961c3d]
2022-04-28 12:07:01 -07:00
ROCm CI Service Account 2803edb32a SWDEV-327563 - Windows: Enable most of the memory tests skipped before (#2643)
Change-Id: Ibdaf22d139f4d2772c152b2f4455676a7adbc6bd


[ROCm/hip-tests commit: 0c53bda553]
2022-04-27 15:38:07 -07:00
Maneesh Gupta d9783ca993 SWDEV-327563 - Windows: enable deviceLib catch tests (#2642)
Change-Id: I10094c31d0f51c311618ecdc193e7411316d00ef

[ROCm/hip-tests commit: cd6fb63981]
2022-04-21 14:34:17 +05:30
agunashe 14e37b379f SWDEV-320902 - disable two failing tests on Windows (#2626)
[ROCm/hip-tests commit: 7bccf8cc16]
2022-04-13 17:36:57 -07:00
ROCm CI Service Account a809035395 SWDEV-314946 - Windows: adding properties to hip tests exe (#2620)
Change-Id: I3bac668345e3168f8a2b2772bf8ca422430803d8


[ROCm/hip-tests commit: 3dab167f5a]
2022-04-13 10:26:25 -07:00
ROCm CI Service Account 3f4e986051 SWDEV-327563 - Windows: enable graph and memory build in catch2 (#2622)
Skip failing graph tests to ensure 100% pass percentage

Change-Id: I92e2f5daf32387d746097d2406b7ca991e1e1698


[ROCm/hip-tests commit: bf99af9106]
2022-04-11 10:48:12 -07:00
Jatin Chaudhary aea5bb334c Add and restructure tests for hipStreamCreate (#2560)
* Add and restructure tests for hipStreamCreate
* Add streamCreate to CMakeLists file

[ROCm/hip-tests commit: 600157719d]
2022-04-01 09:02:45 +05:30
ROCm CI Service Account 3e2aaf7ec6 SWDEV-308763 - Update hiprtc tests to link with hiprtc lib (#2575)
hiprtc is made into a separate lib and hence tests should link with it explicitly during compilation
Also, updates the hiprtc programming guide

Change-Id: Ie1f9d7250d4a8622b77ef92938fc0decbaeb72f9

[ROCm/hip-tests commit: 7d45f699fc]
2022-04-01 09:02:20 +05:30
ROCm CI Service Account 209cbd7871 SWDEV-321874 - [catch2][dtest] Texture tests migrated to catch2 framework (#2577)
Change-Id: I5d88438d2bf6d20d2ebde8e6ae0cbd1d27630045

[ROCm/hip-tests commit: a977b9c8ce]
2022-04-01 09:01:58 +05:30
ROCm CI Service Account f7036fe809 SWDEV-321656 - [catch2][dtest] Add hiprtc test for warp size (#2578)
Change-Id: I1a6ac42e17d78544722c429b230b93d0c0ec257c

[ROCm/hip-tests commit: 6f32803b25]
2022-04-01 09:01:44 +05:30
ROCm CI Service Account 0727b25c02 SWDEV-328109 - Fix Test failure in staging (#2581)
Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf

[ROCm/hip-tests commit: ab2225bd16]
2022-04-01 05:47:34 +05:30
ROCm CI Service Account 2a70935472 SWDEV-326661 - hipcc/hipconfig to use return value from pl scripts. (#2584)
On Windows build failures were ignored becasue hipcc script ignored the output of hipcc.pl
Also disables catch2 deviceLib testset on Windows due to linking issue.
This makes sure that we have a baseline of no build failures on Windows

Change-Id: I007a2a47e69ce1ae69e5569bbef4c63a636110ee

[ROCm/hip-tests commit: a9ca7e2a5d]
2022-04-01 05:38:23 +05:30
ROCm CI Service Account c62e5c66da SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParamsFromSymbol API (#2585)
Change-Id: Ie0e1b0f6dcef53b8d5386d858a90699d70524688

[ROCm/hip-tests commit: b16c6c0a95]
2022-04-01 05:37:12 +05:30
ROCm CI Service Account c2aafb3ded SWDEV-306122 - [catch2][dtest] hipGraphMemsetNodeGetParams/hipGraphMemsetNodeSetParams APIs (#2586)
Change-Id: Ib45b660ad94ec3231082deb8a0b6f62b278d2006

[ROCm/hip-tests commit: 252c686a36]
2022-04-01 05:36:26 +05:30
ROCm CI Service Account 4974e72bc0 SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphExecEventRecordNodeSetEvent() API (#2593)
- Functional Tests
- Negative Tests

Change-Id: I75f986ea75f462d77af2c38558452ccd3d5b6167

[ROCm/hip-tests commit: 5e8503b3d7]
2022-03-31 21:41:58 +05:30
ROCm CI Service Account 3dae157ab5 SWDEV-293806 - Added tests for unsafeAtomicAdd and builtin APIs (#2597)
Added tests for unsafeAtomicAdd and Builtin APIs for coherent/non-coherent memory with RTC and without RTC

Change-Id: I8b243ac82d0f14a38f6b5553107066248aafb41d

[ROCm/hip-tests commit: 34bcf0398f]
2022-03-31 21:33:17 +05:30
ROCm CI Service Account 3a9109ab58 SWDEV-306122 - [catch2][dtest] hipGraphExecUpdate added Functional and Negative test scenario (#2599)
Change-Id: I7c1051a7bec9a6a3b332c23bd40b46bad55e97c5

[ROCm/hip-tests commit: c00d75b6b3]
2022-03-31 21:32:41 +05:30
ROCm CI Service Account b81888e66c SWDEV-306122 - [catch2][dtest] Added test for hipGraphInstantiate API (#2587)
Change-Id: I78019b067522e52f96c19bb43ffa257ede167be0

[ROCm/hip-tests commit: c2471802b4]
2022-03-31 15:34:33 +05:30
ROCm CI Service Account 646efb9138 SWDEV-329380 - Fixed reset test (#2589)
- after reset memory should be re-allocated

Change-Id: I3e814de464629a2651b4b8e752400f09fd6fc971

[ROCm/hip-tests commit: 4dae53cbac]
2022-03-31 15:34:19 +05:30
ROCm CI Service Account 7bb65e7f01 SWDEV-306122 - [catch2][dtest] Adding Tests for hipGraphAddEmptyNode (#2592)
1. Added Negative Tests for hipGraphAddEmptyNode

Change-Id: I31aab3dcff671700d18f9e4537bb1e21076ce375

[ROCm/hip-tests commit: c789124904]
2022-03-31 14:28:53 +05:30
ROCm CI Service Account 4dd09b94d9 SWDEV-252381 - Added dtest for hipGetSymbolAddress api (#2594)
Change-Id: Ideb58497c6598fe6f492a904b58bdc125d6d41d8

[ROCm/hip-tests commit: dde23ab788]
2022-03-31 13:14:37 +05:30
ROCm CI Service Account 0c54833bd6 SWDEV-252801 - Added test for __launch_bounds__ : maxThreadsPerBlock field ignored at kernel launch (#2596)
Change-Id: Ic2b11aebe0845ca57d0fea38ba11ec2584002935

[ROCm/hip-tests commit: d424b82618]
2022-03-31 13:14:11 +05:30
ROCm CI Service Account 3613e91b6f SWDEV-252521 - Added test for Exit w/ memfault fault for stack allocations w/ compile-time known sizes (#2598)
Change-Id: I0ac1d97d76d49a169577d9b650072d0cc27f20f7

[ROCm/hip-tests commit: 49939391e4]
2022-03-31 13:13:29 +05:30
ROCm CI Service Account 3976392537 SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphRemoveDependencies() API (#2601)
- Functional Tests
- Negative Tests

Change-Id: Ia34f4d0aa44821e35362cb0593ac7e3e0d811689

[ROCm/hip-tests commit: 2173182056]
2022-03-31 13:13:15 +05:30
ROCm CI Service Account 06f1f09093 SWDEV-306122 - [catch2][dtest] Adding tests for hipGraphGetEdges() API (#2600)
- Functional Tests.
- Negative Tests.

Change-Id: Icd2436e9db366f6b8d4a5ebbc8cacc36595aacbe

[ROCm/hip-tests commit: e6f7f9f5d2]
2022-03-31 10:36:13 +05:30
ROCm CI Service Account 2ec812f340 SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParams1D added Functional and Negative test scenario (#2602)
Change-Id: I7471207730ec38dd8ebabc32ca26753d27597309

[ROCm/hip-tests commit: 9c879c9cfc]
2022-03-31 10:35:21 +05:30
ROCm CI Service Account bab195cec6 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

[ROCm/hip-tests commit: 48332d0396]
2022-03-31 10:35:00 +05:30
ROCm CI Service Account b8e6f066b3 SWDEV-326661 - Windows: skipping failed tests to enable execution in jenkins (#2574)
Change-Id: I52e90a9f2eafeba03f62604c9350d3ebaa95b818


[ROCm/hip-tests commit: 8f51f799e4]
2022-03-28 15:55:09 -07:00
Satyanvesh Dittakavi 027969d795 SWDEV-292714 - [catch2][dtest] Add unit test for hipPointerGetAttribute (#2485)
Change-Id: Ic7490596f4f1ee641d9af2861a18380c4bfccd69

[ROCm/hip-tests commit: aabcb6488e]
2022-03-23 17:15:21 +05:30