ROCm CI Service Account
fba551cb60
SWDEV-327563 - Enable fixed tests linux and windows v3 ( #2943 )
...
Change-Id: Ia5c47821268d7f31b70c473ef2a4785b6735a2f1
[ROCm/hip-tests commit: e8eb0f375f ]
2022-09-21 11:59:06 -07:00
Satyanvesh Dittakavi
b56b4e4d16
SWDEV-355959 - Remove the invalid test Unit_hipStreamPerThread_CoopLaunchMDev ( #2952 )
...
[ROCm/hip-tests commit: 32cc365ede ]
2022-09-21 14:16:46 +05:30
ROCm CI Service Account
39267ec23c
SWDEV-351279 - Enable test ( #2862 )
...
Change-Id: Ia7f55de36f91a580f45e19a7c51f8e60f4aa59c6
[ROCm/hip-tests commit: 1545bed384 ]
2022-09-19 11:04:04 -07:00
Mirza Halilčević
3acafe7451
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 >
[ROCm/hip-tests commit: 9e03f14592 ]
2022-09-19 21:56:03 +05:30
Mirza Halilčević
55ad764e70
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 >
[ROCm/hip-tests commit: 960f396180 ]
2022-09-19 20:54:45 +05:30
Mirza Halilčević
f15e807ba8
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 >
[ROCm/hip-tests commit: 132a54564e ]
2022-09-19 11:28:35 +05:30
ROCm CI Service Account
7b40764dfb
SWDEV-341744 - Accept error code hipErrorInvalidDevicePointer in hipTest ( #2950 )
...
When calling hipIpcOpenMemHandle with an unitialized handle, function can also return hipErrorInvalidDevicePointer
Change-Id: Ic55ea9c61edeb998870cf6a34f7c80123569fecb
[ROCm/hip-tests commit: c66407bed0 ]
2022-09-19 11:19:03 +05:30
ROCm CI Service Account
2f3ec196c2
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
[ROCm/hip-tests commit: cf87128628 ]
2022-09-19 11:17:54 +05:30
ROCm CI Service Account
5d8000bfc5
SWDEV-351200 - Enable test. ( #2861 )
...
Change-Id: I454013872eff7c5047b70860e1917e8e7ce6d482
[ROCm/hip-tests commit: a55399f507 ]
2022-09-16 13:56:06 -07:00
ROCm CI Service Account
27235f2def
SWDEV-345020 - Enable test cases after fix. ( #2833 )
...
Change-Id: I7ac1352e2442638e7156b05429fc4feef3af8e3f
[ROCm/hip-tests commit: 627372dd20 ]
2022-09-16 11:25:30 -07:00
ROCm CI Service Account
55da06237e
SWDEV-349490 - Add unit test of sRGB ( #2940 )
...
Add unit test of sRGB.
Update helper functions to accomodate uchar4 and float4.
Change-Id: Ib604cf603ab63b908130ef1c562c53d42328bacf
[ROCm/hip-tests commit: 30fcb99268 ]
2022-09-15 21:04:57 -07:00
ROCm CI Service Account
767ec039e2
SWDEV-340649 - Test case not valid anymore ( #2928 )
...
Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469
[ROCm/hip-tests commit: a8c0fa145d ]
2022-09-12 21:06:32 -07:00
nives-vukovic
41e09a2681
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 >
[ROCm/hip-tests commit: 613301ce68 ]
2022-09-12 20:29:42 +05:30
ROCm CI Service Account
723f0c9f5c
SWDEV-353807 - Fix deviceLib tests build when build/execution node is same ( #2933 )
...
Change-Id: I4eccc4b6dce755cd49e8eff6df6393d2a8c552f5
[ROCm/hip-tests commit: 0f7572b4c9 ]
2022-09-12 11:53:15 +05:30
ROCm CI Service Account
afa81f6a0b
SWDEV-346579 - MI2xx skip build/execution hipArrayCreate.cc/hipMallocArray.cc ( #2917 )
...
Change-Id: I3a39d541e8ac8b565cccc1b08403e0110edc471d
[ROCm/hip-tests commit: 2b6a2d84fc ]
2022-09-07 13:10:20 -07:00
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
d5c78a909c
SWDEV-353807 - deviceLib test when build/execution nodes are different ( #2905 )
...
Change-Id: I9dd831bbf87999cb3ea65c91b7e86679198357d3
[ROCm/hip-tests commit: ba5a0b9af5 ]
2022-08-30 12:27:28 -07:00
agunashe
37ff1086db
SWDEV-327563 - skip intermittent tests ( #2909 )
...
Unit_hipStreamCreateWithPriority_ValidateWithEvents
Unit_hipStreamPerThread_StrmWaitEvt
[ROCm/hip-tests commit: 9e4d0c1f38 ]
2022-08-29 17:24:00 -07:00
ROCm CI Service Account
3f1c870519
SWDEV-345944 - Remove use of MINSIGSTKSZ. ( #2857 )
...
Change-Id: Ia0cdb2b48ea44ced325f3c442237420c8cee2312
[ROCm/hip-tests commit: 4435bbf165 ]
2022-08-25 12:24:13 -07:00
ROCm CI Service Account
c2a62d99a0
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
[ROCm/hip-tests commit: 53480a3127 ]
2022-08-22 21:05:39 -07:00
agunashe
ed5536c180
SWDEV-327563 - skip intermittent staging build failures ( #2865 )
...
[ROCm/hip-tests commit: 1e18a00dfd ]
2022-08-22 10:06:23 -07:00
agunashe
90a98d2813
SWDEV-344154 - infrastructure to skip tests for different archs ( #2850 )
...
Change-Id: Id3bda440c4cd920ce18c14d06e2f2c6ab6346de3
[ROCm/hip-tests commit: 77307513ae ]
2022-08-17 17:10:52 -07:00
Finlay
2339933dc1
EXSWCPHIPT-133 - Added support for offsetting to arrays to hipStreamValue tests ( #2766 )
...
[ROCm/hip-tests commit: cc1f3702e7 ]
2022-08-08 10:47:42 +05:30
Maneesh Gupta
a11615beec
Win: disable compiling unsupported test
...
[ROCm/hip-tests commit: e47d977614 ]
2022-08-08 10:37:21 +05:30
Fábio
ff417f11a7
Added testing for hipStreamSynchronize and hipStreamQuery ( #2572 )
...
[ROCm/hip-tests commit: ed3eb0db78 ]
2022-08-08 09:29:20 +05:30
ROCm CI Service Account
aa5f494517
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
[ROCm/hip-tests commit: de0eb21023 ]
2022-08-05 16:21:15 +05:30
ROCm CI Service Account
9d7601de4c
SWDEV-334508 - CMake create static lib & linker commands for windows. ( #2841 )
...
Change-Id: I544837a65e47d425a946c666d0b2348aa7a33b15
[ROCm/hip-tests commit: 908988924a ]
2022-08-05 15:13:19 +05:30
ROCm CI Service Account
7f81760297
SWDEV-298757 - hipMemAdvise.cc Adding test cases based on hipMemAdvise() api ( #2843 )
...
Change-Id: I04a580dc54b2f4ac7375b07a68a9343bbf007844
[ROCm/hip-tests commit: 99e3b14ea4 ]
2022-08-05 15:12:24 +05:30
ROCm CI Service Account
d6f07c8236
SWDEV-339150 - [catch2][dtest] Updating test Unit_hipGetDeviceAttribute_CheckFineGrainSupport: ( #2846 )
...
This PR fixes the failure of test Unit_hipGetDeviceAttribute_CheckFineGrainSupport on MI100
[ROCm/hip-tests commit: a772958efd ]
2022-08-05 12:19:41 +05:30
ROCm CI Service Account
a3433c458c
SWDEV-348686 - Add extension on windows platform for executable path. ( #2845 )
...
Change-Id: Id7a9b6ec49e8f210b0a74b5f5fd68d584f005b4e
[ROCm/hip-tests commit: a3ed68d072 ]
2022-08-05 12:19:24 +05:30
ROCm CI Service Account
dd0e135061
SWDEV-348718 - Use of GENERATE in thead function causes random failures with multithread condition. ( #2842 )
...
Change-Id: Ie6722abbf5aa9936b5e06002064f7f1109066af9
[ROCm/hip-tests commit: f10716f412 ]
2022-08-05 12:19:12 +05:30
Fábio
3013f012ea
EXSWCPHIPT-105: Add testing for hipEventDestroy ( #2727 )
...
[ROCm/hip-tests commit: 2a1b2b993d ]
2022-08-05 11:00:06 +05:30
Finlay
1a48ce29ba
EXSWCPHIPT-140 - Added hipStreamCreateWithFlags tests ( #2549 )
...
[ROCm/hip-tests commit: 8c492acb9d ]
2022-08-05 10:59:44 +05:30
Finlay
4903996409
EXSWCPHIPT-139 - added tests for hipStreamDestroy ( #2548 )
...
[ROCm/hip-tests commit: 17050703b1 ]
2022-08-05 10:59:19 +05:30
ROCm CI Service Account
87ff3a21a9
SWDEV-1 - Fixed Malloc test failures ( #2847 )
...
Change-Id: I27042e743dda78f34e5f6b0d548e7d507b4f0ba3
[ROCm/hip-tests commit: af20ae3a33 ]
2022-08-05 08:56:44 +05:30
Maneesh Gupta
5b2f63bcc2
Win: failing sub-tests need to be disabled explicitly
...
[ROCm/hip-tests commit: 9e29f41a1b ]
2022-08-04 13:23:39 +05:30
Maneesh Gupta
273981ab35
Win: Disable failing hipFree tests
...
[ROCm/hip-tests commit: 91bd07c76a ]
2022-08-04 12:24:17 +05:30
Anton Mitkov
75bd4a8bcf
EXSWCPHIPT-118 - Added testing for hipMemset Synchronous behavoiour. ( #2750 )
...
[ROCm/hip-tests commit: 871c75e8f0 ]
2022-08-04 10:35:21 +05:30
Maneesh Gupta
2cfcfa8603
Fix win:setenv/unsetenv tests build failure
...
[ROCm/hip-tests commit: 7b7f14a991 ]
2022-08-04 09:32:12 +05:30
Jatin Chaudhary
fe49f5ae24
EXSWCPHIPT-35 - Add hipEventQuery tests ( #2721 )
...
[ROCm/hip-tests commit: fa5ac6cae2 ]
2022-08-03 19:24:02 +05:30
Fábio
12e6546640
EXSWCPHIPT-138: Update hipHostRegister flag testing ( #2835 )
...
[ROCm/hip-tests commit: 2f26a24a5d ]
2022-08-03 16:50:07 +05:30
Fábio
dac2cef7ac
EXSWCPHIPT-123: Added testing for hipDeviceGetP2PAttribute ( #2840 )
...
[ROCm/hip-tests commit: 1dc42f592f ]
2022-08-03 16:49:49 +05:30
Jatin Chaudhary
fb0006cafe
Add tests for hipStreamWaitEvent ( #2559 )
...
[ROCm/hip-tests commit: 867f1276b7 ]
2022-08-03 16:47:34 +05:30
Maneesh Gupta
38f1733c9f
Fix typo in config_amd_windows.json
...
[ROCm/hip-tests commit: 00596ef7a6 ]
2022-08-03 07:57:33 +05:30
ROCm CI Service Account
874a78f397
SWDEV-332251 - change catch-amd package name to hip-catch-amd ( #2838 )
...
1) catch-amd package name to hip-catch-amd
2) Install to /opt/rocm/test/hip instead of $ROCM_PATH/test/hip
Change-Id: Ie466e52a609c516aa14b7fced7552f7fbd66bc3a
[ROCm/hip-tests commit: 88ae7c18f7 ]
2022-08-01 15:23:48 -07:00
agunashe
e8c847ea52
SWDEV-327563 - Win: Disable failing hipMemGetInfo tests ( #2836 )
...
[ROCm/hip-tests commit: be9ccad135 ]
2022-08-01 14:41:20 -07:00
ROCm CI Service Account
de7cbdd4cd
SWDEV-299940 - Needs to Fix Malloc tests ( #2832 )
...
Change-Id: I21739d88871b5813cf266a6be8eb05ecee487046
[ROCm/hip-tests commit: 870c9c218a ]
2022-07-29 16:31:04 +05:30
Dylan Angus
4a96554d63
Extending hipMallocManaged tests ( #2670 )
...
* Extending hipMallocManaged tests
* Fixed compilation error
* Added tests skips for hipMallocManaged tests on devices that don't support managed memory
* Removed unused stream
[ROCm/hip-tests commit: 4b07ea6125 ]
2022-07-28 20:05:27 -07:00
Fábio
b99fdc689c
Fix bug with hipMemsetFunctional tests ( #2828 )
...
[ROCm/hip-tests commit: 52f5514837 ]
2022-07-28 15:23:45 -07:00
Finlay
bf4f9159ef
EXSWCPHIPT-136 Texture Gather tests for hipMalloc3DArray and hipArray3DCreate ( #2818 )
...
[ROCm/hip-tests commit: f79b6c5a55 ]
2022-07-28 17:02:59 +05:30