Граф коммитов

647 Коммитов

Автор SHA1 Сообщение Дата
ROCm CI Service Account d55c94b77e SWDEV-306122 - [catch2][dtest] Tests for hipGraphExecChildGraphNodeSetParams API (#2948)
Added Negative and functional tests for hipGraphExecChildGraphNodeSetParams API

Change-Id: Ibe3ab74bc783a90daec153a8c74f039a2f977a71
2022-09-23 12:36:45 +05:30
ROCm CI Service Account c67c3f928b SWDEV-306122 - [catch2][dtest] Tests for hipGraphHostNodeGetParams API (#2949)
Added Negative and functional tests for hipGraphHostNodeGetParams API.

Change-Id: Ic9e841875673c10cea9a47f98cd47ff4995f888a
2022-09-23 12:35:27 +05:30
ROCm CI Service Account d24eb27b81 SWDEV-351033 - Enable test - Unit_hipHostUnregister_* (#2897)
Change-Id: Ibcde7a127546941fe1fc65ce2250dfdd2b24d88c
2022-09-22 21:15:27 +05:30
ROCm CI Service Account 0ef8196de7 SWDEV-351282 - Enable test - Unit_hipArray3DCreate_Negative_NullDescPtr (#2896)
Change-Id: I162db667e0557e172638dc6c0dc6ea82ac7db564
2022-09-22 21:14:40 +05:30
ROCm CI Service Account 48c4089021 SWDEV-351192 - Enable test - Unit_hipMalloc3DArray_MaxTexture (#2892)
Change-Id: Ie10d63a8a39ac5aabd6eae078f0423375cd7d230
2022-09-22 21:14:13 +05:30
ROCm CI Service Account b98e00b60d SWDEV-351225 - Enable test - Unit_hipArrayCreate_Nullptr (#2891)
Change-Id: Ib9d43e0285ec50fdbf3ae05ed0d107b27280bfb0
2022-09-22 21:13:44 +05:30
ROCm CI Service Account f5bc878b5f SWDEV-351031 - Enable test - Unit_hipHostRegister_Flags (#2890)
Change-Id: I7048699272a40962b12619ffdf22cc17053400f2
2022-09-22 21:13:04 +05:30
ROCm CI Service Account 176ca33b4c SWDEV-351285 - Enable test - Unit_hipMemGetInfo_Negative (#2869)
Change-Id: Ie3039eb458aedd276d85bc9e44f62e994c7be4c8
2022-09-22 21:12:28 +05:30
ROCm CI Service Account e8eb0f375f SWDEV-327563 - Enable fixed tests linux and windows v3 (#2943)
Change-Id: Ia5c47821268d7f31b70c473ef2a4785b6735a2f1
2022-09-21 11:59:06 -07:00
Satyanvesh Dittakavi 32cc365ede SWDEV-355959 - Remove the invalid test Unit_hipStreamPerThread_CoopLaunchMDev (#2952) 2022-09-21 14:16:46 +05:30
ROCm CI Service Account 1545bed384 SWDEV-351279 - Enable test (#2862)
Change-Id: Ia7f55de36f91a580f45e19a7c51f8e60f4aa59c6
2022-09-19 11:04:04 -07:00
Mirza Halilčević 9e03f14592 EXSWHTEC-5 - Implement additional test for hipSetDevice (#2874)
- Test functionality in multithreaded environment.

Signed-off-by: Dino Music <dino.music@htecgroup.com>
Co-authored-by: Mirza Halilcevic <mirza.halilcevic@htecgroup.com>
2022-09-19 21:56:03 +05:30
Mirza Halilčević 960f396180 EXSWHTEC-5, EXSWHTEC-7 - Implement abstraction for multithreaded tests (#2887)
* Implement abstraction for multithreaded tests.

Signed-off-by: Dino Music <dino.music@htecgroup.com>
Co-authored-by: Mirza Halilcevic <mirza.halilcevic@htecgroup.com>
2022-09-19 20:54:45 +05:30
Mirza Halilčević 132a54564e EXSWHTEC-11 - Implement tests for hipExtGetLinkTypeAndHopCount (#2878)
- Validate hop count and verify that the API is commutative
- Negative parameter tests.

Signed-off-by: Dino Music <dino.music@htecgroup.com>
Co-authored-by: Mirza Halilcevic <mirza.halilcevic@htecgroup.com>
2022-09-19 11:28:35 +05:30
ROCm CI Service Account c66407bed0 SWDEV-341744 - Accept error code hipErrorInvalidDevicePointer in hipTest (#2950)
When calling hipIpcOpenMemHandle with an unitialized handle, function can also return hipErrorInvalidDevicePointer

Change-Id: Ic55ea9c61edeb998870cf6a34f7c80123569fecb
2022-09-19 11:19:03 +05:30
ROCm CI Service Account cf87128628 SWDEV-1 - Move sample 0 gitignore into root's (#2951)
The samples directory tree is installed as-is during packaging. To avoid this file from being installed, the sample gitignores should be combined with the existing file in the root of the git.

Signed-off-by: Jeremy Newton <Jeremy.Newton@amd.com>
Change-Id: I2ac30c8d0e42da9254b87cd45127503c70fc6b07
2022-09-19 11:17:54 +05:30
ROCm CI Service Account a55399f507 SWDEV-351200 - Enable test. (#2861)
Change-Id: I454013872eff7c5047b70860e1917e8e7ce6d482
2022-09-16 13:56:06 -07:00
ROCm CI Service Account 627372dd20 SWDEV-345020 - Enable test cases after fix. (#2833)
Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f
2022-09-16 11:25:30 -07:00
ROCm CI Service Account 30fcb99268 SWDEV-349490 - Add unit test of sRGB (#2940)
Add unit test of sRGB.
Update helper functions to accomodate uchar4 and float4.
Change-Id: Ib604cf603ab63b908130ef1c562c53d42328bacf
2022-09-15 21:04:57 -07:00
ROCm CI Service Account a8c0fa145d SWDEV-340649 - Test case not valid anymore (#2928)
Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469
2022-09-12 21:06:32 -07:00
nives-vukovic 613301ce68 EXSWHTEC-14 - Implement tests for hipEventCreateWithFlags (#2902)
- Add hipEventCreateWithFlags.cc with a simple positive unit test
- Divide Unit_hipEventCreate_NullCheck into two separate tests

Signed-off-by: Nives Vukovic <nives.vukovic@htecgroup.com>
2022-09-12 20:29:42 +05:30
ROCm CI Service Account 0f7572b4c9 SWDEV-353807 - Fix deviceLib tests build when build/execution node is same (#2933)
Change-Id: I4eccc4b6dce755cd49e8eff6df6393d2a8c552f5
2022-09-12 11:53:15 +05:30
ROCm CI Service Account 2b6a2d84fc SWDEV-346579 - MI2xx skip build/execution hipArrayCreate.cc/hipMallocArray.cc (#2917)
Change-Id: I3a39d541e8ac8b565cccc1b08403e0110edc471d
2022-09-07 13:10:20 -07:00
ROCm CI Service Account d0aaed906d SWDEV-353807 - Fixes multiple catch issues (#2912)
- enforcing c++17 for all tests
- Warning as error: ignoring return value

Change-Id: I3d171540403f74222e631d1a8e393386461c9729
2022-08-30 16:53:21 -07:00
ROCm CI Service Account ba5a0b9af5 SWDEV-353807 - deviceLib test when build/execution nodes are different (#2905)
Change-Id: I9dd831bbf87999cb3ea65c91b7e86679198357d3
2022-08-30 12:27:28 -07:00
agunashe 9e4d0c1f38 SWDEV-327563 - skip intermittent tests (#2909)
Unit_hipStreamCreateWithPriority_ValidateWithEvents
Unit_hipStreamPerThread_StrmWaitEvt
2022-08-29 17:24:00 -07:00
ROCm CI Service Account 4435bbf165 SWDEV-345944 - Remove use of MINSIGSTKSZ. (#2857)
Change-Id: Ia0cdb2b48ea44ced325f3c442237420c8cee2312
2022-08-25 12:24:13 -07:00
ROCm CI Service Account 53480a3127 SWDEV-344135 - Enable stream ordered memory and mempool tests (#2837)
- Enable stream ordered memory and mempool tests for Nvidia platform
- Fix build errors

Change-Id: I90337e73d7b5df944a72cb41f2bde9ab2eec653c
2022-08-22 21:05:39 -07:00
agunashe 1e18a00dfd SWDEV-327563 - skip intermittent staging build failures (#2865) 2022-08-22 10:06:23 -07:00
agunashe 77307513ae SWDEV-344154 - infrastructure to skip tests for different archs (#2850)
Change-Id: Id3bda440c4cd920ce18c14d06e2f2c6ab6346de3
2022-08-17 17:10:52 -07:00
Finlay cc1f3702e7 EXSWCPHIPT-133 - Added support for offsetting to arrays to hipStreamValue tests (#2766) 2022-08-08 10:47:42 +05:30
Maneesh Gupta e47d977614 Win: disable compiling unsupported test 2022-08-08 10:37:21 +05:30
Fábio ed3eb0db78 Added testing for hipStreamSynchronize and hipStreamQuery (#2572) 2022-08-08 09:29:20 +05:30
ROCm CI Service Account de0eb21023 SWDEV-312831 - Adding device side malloc/new tests (#2635)
Following tests are added in this patch
1) Functional Tests
2) Stress Tests
3) Multiprocess Tests

Change-Id: Ifd2310fe8f5d555a9af9b87c296fdf6dd4a0a552
2022-08-05 16:21:15 +05:30
ROCm CI Service Account 908988924a SWDEV-334508 - CMake create static lib & linker commands for windows. (#2841)
Change-Id: I544837a65e47d425a946c666d0b2348aa7a33b15
2022-08-05 15:13:19 +05:30
ROCm CI Service Account 99e3b14ea4 SWDEV-298757 - hipMemAdvise.cc Adding test cases based on hipMemAdvise() api (#2843)
Change-Id: I04a580dc54b2f4ac7375b07a68a9343bbf007844
2022-08-05 15:12:24 +05:30
ROCm CI Service Account a772958efd SWDEV-339150 - [catch2][dtest] Updating test Unit_hipGetDeviceAttribute_CheckFineGrainSupport: (#2846)
This PR fixes the failure of test Unit_hipGetDeviceAttribute_CheckFineGrainSupport on MI100
2022-08-05 12:19:41 +05:30
ROCm CI Service Account a3ed68d072 SWDEV-348686 - Add extension on windows platform for executable path. (#2845)
Change-Id: Id7a9b6ec49e8f210b0a74b5f5fd68d584f005b4e
2022-08-05 12:19:24 +05:30
ROCm CI Service Account f10716f412 SWDEV-348718 - Use of GENERATE in thead function causes random failures with multithread condition. (#2842)
Change-Id: Ie6722abbf5aa9936b5e06002064f7f1109066af9
2022-08-05 12:19:12 +05:30
Fábio 2a1b2b993d EXSWCPHIPT-105: Add testing for hipEventDestroy (#2727) 2022-08-05 11:00:06 +05:30
Finlay 8c492acb9d EXSWCPHIPT-140 - Added hipStreamCreateWithFlags tests (#2549) 2022-08-05 10:59:44 +05:30
Finlay 17050703b1 EXSWCPHIPT-139 - added tests for hipStreamDestroy (#2548) 2022-08-05 10:59:19 +05:30
ROCm CI Service Account af20ae3a33 SWDEV-1 - Fixed Malloc test failures (#2847)
Change-Id: I27042e743dda78f34e5f6b0d548e7d507b4f0ba3
2022-08-05 08:56:44 +05:30
Maneesh Gupta 9e29f41a1b Win: failing sub-tests need to be disabled explicitly 2022-08-04 13:23:39 +05:30
Maneesh Gupta 91bd07c76a Win: Disable failing hipFree tests 2022-08-04 12:24:17 +05:30
Anton Mitkov 871c75e8f0 EXSWCPHIPT-118 - Added testing for hipMemset Synchronous behavoiour. (#2750) 2022-08-04 10:35:21 +05:30
Maneesh Gupta 7b7f14a991 Fix win:setenv/unsetenv tests build failure 2022-08-04 09:32:12 +05:30
Jatin Chaudhary fa5ac6cae2 EXSWCPHIPT-35 - Add hipEventQuery tests (#2721) 2022-08-03 19:24:02 +05:30
Fábio 2f26a24a5d EXSWCPHIPT-138: Update hipHostRegister flag testing (#2835) 2022-08-03 16:50:07 +05:30
Fábio 1dc42f592f EXSWCPHIPT-123: Added testing for hipDeviceGetP2PAttribute (#2840) 2022-08-03 16:49:49 +05:30