Dylan Angus
1873df7bdd
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
2022-07-28 20:05:27 -07:00
Fábio
a922cf68ac
Fix bug with hipMemsetFunctional tests ( #2828 )
2022-07-28 15:23:45 -07:00
Finlay
51a945bcfb
EXSWCPHIPT-136 Texture Gather tests for hipMalloc3DArray and hipArray3DCreate ( #2818 )
2022-07-28 17:02:59 +05:30
Anton Mitkov
9eae1e0f53
Added testing for hipMemGetInfo ( #2682 )
2022-07-28 15:45:42 +05:30
ROCm CI Service Account
1c4822f24a
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependencies api ( #2827 )
...
Change-Id: I017ba7891c84adb4d24d857b31800723bd43ed59
2022-07-26 15:09:35 +05:30
ROCm CI Service Account
a2e3642e5b
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphNodeGetDependentNodes api ( #2826 )
...
Change-Id: Ie9a81fa8829d48ace19ac3fa522f957504c3ccc0
2022-07-26 15:08:04 +05:30
ROCm CI Service Account
7db8bde590
SWDEV-344691 - hipMalloc3DArray fails if width is more than capacity. ( #2819 )
...
Change-Id: I3eeaa9ef2b3197b3e5c5f03ccc1ba069dfb64fb7
2022-07-26 12:14:26 +05:30
ROCm CI Service Account
21ec83b734
SWDEV-327563 - Enable fixed tests linux and windows v2 ( #2822 )
...
Change-Id: I094b5c8bda458917a074af9b8638074362c1aa56
2022-07-26 11:47:03 +05:30
ROCm CI Service Account
c5d856348e
SWDEV-344211 - Fix hipHostMalloc tests ( #2823 )
...
- Increase allocation size to 30MB to make sure new page table allocations happen
- Change validation criteria to check for increase in VRAM usage for visible HIP devices
Change-Id: Ie5bf1a89ceda0ff50140f426235047adcca0fdea
2022-07-26 11:46:32 +05:30
ROCm CI Service Account
e68136227a
SWDEV-306122 - [catch2][dtest] hipGraphExecMemcpyNodeSetParamsToSymbol API ( #2824 )
...
Change-Id: I3f533b88f9fadcb17bde6577212cf1561fa49273
Co-authored-by: mbhiutra <meher.bhiutras@amd.com >
2022-07-26 10:47:49 +05:30
Jatin Chaudhary
f9b66dbd16
EXSWCPHIPT-116 - Adding tests for hipSet/GetDevice and hipDeviceGet ( #2726 )
2022-07-21 10:43:09 +05:30
ROCm CI Service Account
0d00d36f7e
SWDEV-345323 - Free H & D memory and destroy stream. ( #2809 )
...
Change-Id: I552ac0ad1002fce13767c405558d5d655c7b5c7c
2022-07-19 20:09:18 +05:30
ROCm CI Service Account
36fbc75794
SWDEV-329789 - ported MultiThread Test to catch2 ( #2800 )
...
Change-Id: Ic23244ed150c7e35188e30eee70e58438472bd45
2022-07-19 20:09:07 +05:30
ROCm CI Service Account
7f3fcec95e
SWDEV-340649 - Disables memory oversubscription test case ( #2810 )
...
Change-Id: I5597995c097b35564298d7ea8200ef2d89dcfa0f
2022-07-19 19:32:06 +05:30
ROCm CI Service Account
e3bde76c8b
SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParams1D added Functional and Negative test scenario ( #2808 )
...
Change-Id: If54fd56ae345ca4a13791bc376b3b72ce5e312b6
2022-07-19 19:30:42 +05:30
ROCm CI Service Account
0b7e6af0e1
SWDEV-306122 - [catch2][dtest] Added test for hipGraphLaunch API ( #2806 )
...
Change-Id: Iee27077a3fb12ec3114843be3d4f408baf8bc559
2022-07-19 19:29:00 +05:30
ROCm CI Service Account
3ab3c5fa17
SWDEV-327563 - Enable fixed tests linux and windows ( #2803 )
...
Change-Id: Icad90d01f796a8a8cf57884b86ca1a5a2b50ec64
2022-07-19 19:28:17 +05:30
ROCm CI Service Account
978b02c52f
SWDEV-306122 - [catch2][dtest] API hipGraphKernelNodeGetParams, hipGraphKernelNodeSetParams, hipGraphExecKernelNodeSetParams. ( #2802 )
...
Change-Id: Ie5eb8949f589ac7ac5eb0f02e99f2012d9c0b926
2022-07-19 19:27:29 +05:30
ROCm CI Service Account
1bbec2962e
SWDEV-341360 - Add Catch2 loweredname hipRTC test ( #2801 )
...
Change-Id: Ibe8736951af491e48dee77644bbd0475d326c152
2022-07-19 19:27:14 +05:30
ROCm CI Service Account
f3c171c984
SWDEV-333188 - Port image tests to catch2 ( #2793 )
...
- Port image tests to catch2.
- Disable 3D filter test for gfx9a.
- Some other improvement
- Temporarily disable linear filter tests on Windows
Change-Id: Ieeddac9f8c50aa9b6b12ca9d8fd792a51973b8ca
2022-07-19 19:26:56 +05:30
Maneesh Gupta
9e84a11f23
Disable Unit_hipMemVmm_Basic on windows for now
2022-07-14 11:25:25 +05:30
Finlay
daceb2e1a1
EXSWCPHIPT-134 - Negative tests for hipMalloc3DArray and hipArray3DCreate ( #2784 )
2022-07-13 10:46:26 +05:30
agunashe
444c0cd157
SWDEV-327563 - hipHostRegister fix - develop to staging ( #2794 )
2022-07-12 14:28:50 -07:00
agunashe
83dda013c2
SWDEV-327563 - Win,Linx: Disable failing tests ( #2796 )
...
Develop to staging
2022-07-12 10:08:45 -07:00
agunashe
87f1090e95
SWDEV-327563 - Win:setenv/unsetenv build failure. develop to staging ( #2795 )
...
* SWDEV-327563 - Win:setenv/unsetenv build failure. develop to staging
* SWDEV-327563 - Win:setenv/unsetenv build failure2. develop to staging
* SWDEV-327563 - Win:setenv/unsetenv build failure. develop to staging
Linux build failure
2022-07-12 09:24:32 -07:00
Finlay
cdd437c9c6
EXSWCPHIPT-113 - Unit tests for hipArray3DCreate for default and surface arrays ( #2714 )
2022-07-11 16:11:32 +05:30
Jatin Chaudhary
9595654ddf
EXSWCPHIPT-125 - Add tests for hipGetDeviceCount and restructure some SpawnProc tests ( #2765 )
2022-07-11 15:02:51 +05:30
Anton Mitkov
5b10765c6b
EXSWCPHIPT-88 - [catch2] Testing for hipHostGetFlags API extention ( #2691 )
2022-07-11 14:42:18 +05:30
Jatin Chaudhary
2b1794e5d2
EXSWCPHIPT-37 - Add test for hipStreamAttachMemAsync ( #2558 )
2022-07-11 14:37:22 +05:30
Finlay
c0deb17bbc
EXSWCPHIPT-112 - Unit test for hipMalloc3DArray for default and surface arrays ( #2713 )
2022-07-11 12:19:05 +05:30
Dylan Angus
25f2b260be
EXSWCPHIPT-76 - Adding hipMemset functional tests ( #2669 )
2022-07-11 12:18:43 +05:30
Dylan Angus
02747bcdb1
EXSWCPHIPT-77 - Extending tests for hipHostRegister ( #2609 )
2022-07-11 12:18:19 +05:30
agunashe
c6092028d3
SWDEV-327563 - Fix hipStreamPerThrdTsts test failures on windows ( #2792 )
2022-07-11 10:52:04 +05:30
Maneesh Gupta
1b576c9fa6
Disable newly added failing tests ( #2790 )
...
* Update hipHostUnregister.cc
- Disable Unit_hipHostUnregister_NotRegisteredPointer
- Disable Unit_hipHostUnregister_AlreadyUnregisteredPointer
* Update hipMallocPitch.cc
- Disable Unit_hipMallocPitch_ValidatePitch
- Disable failing sections of Unit_hipMalloc3D_Negative
- Disable failing sections of Unit_hipMallocPitch_Negative
- Disable failing sections of Unit_hipMemAllocPitch_Negative
* Update config_amd_windows.json
- Disabled Unit_hipMalloc3D_ValidatePitch
- Disabled Unit_hipArrayCreate_happy
2022-07-08 17:49:53 +05:30
ROCm CI Service Account
903035a0af
SWDEV-314080 - Adding test cases based on hipStreamPerThread stream object. ( #2781 )
...
Change-Id: I9b60f4ecdc3196d5dfdb3d7f484f0b5429aae8b3
2022-07-08 15:19:24 +05:30
ROCm CI Service Account
778bf8631d
SWDEV-306122 - [catch2][dtest] Added tests for hipGraphMemcpyNodeGetParams/hipGraphMemcpyNodeSetParams API. ( #2775 )
...
Change-Id: Ie0e323a545c3bac17a35814a90b93ecd44cec537
2022-07-08 15:19:02 +05:30
ROCm CI Service Account
ab89350ab6
SWDEV-306122 - [catch2][dtest] hipGraphAddKernelNode Added negative test ( #2734 )
...
Change-Id: I0d6353f77c3c2abda7557f8268a024b1b4d8c1d7
2022-07-08 15:18:09 +05:30
ROCm CI Service Account
a2313ade4c
SWDEV-332251 - packaging in windows and multiple arch in catchInfo.txt ( #2779 )
...
Change-Id: I627662b59de002e9042f8218478404de0aa73ea5
2022-07-08 13:36:41 +05:30
ROCm CI Service Account
0d274931ee
SWDEV-322620 - Virtual Memory Management ( #2772 )
...
Adding simple VM test.
Change-Id: I68bb55c9439a8d0e77035833d19d72d2a21f0753
2022-07-08 13:36:27 +05:30
ROCm CI Service Account
bcd2b7800c
SWDEV-342404 - Update coordinates in perf test kernels ( #2756 )
...
Change-Id: I33aefc54f1cf2453e77fe6a7a6b9140b343d9895
2022-07-08 13:36:06 +05:30
ROCm CI Service Account
982a3cf387
SWDEV-306122 - [catch2][dtest] hipGraphAddMemsetNode API ( #2754 )
...
Change-Id: I19e01a0f801af411b3e9ac4b57f53c41b79014a5
2022-07-08 13:35:50 +05:30
Sarbojit2019
4514f35084
Updated correct API for reading error string ( #2786 )
2022-07-07 12:08:01 +05:30
Finlay
f5685158ad
EXSWCPHIPT-91 - Added hipHostUnregister tests ( #2579 )
2022-07-01 15:11:35 +05:30
Fábio
5f7a820b1e
EXSWCPHIPT-50 - Testing HipMalloc3D / HipMallocPitch / HipMemAllocPitch ( #2613 )
2022-07-01 14:24:17 +05:30
Finlay
a598eeebb0
EXSWCPHIPT-95 - More comprehensive tests for hipArrayCreate ( #2702 )
2022-07-01 13:47:47 +05:30
Jatin Chaudhary
cd90931c0d
EXSWCPHIPT-102 - Adding hipEventRecord Tests ( #2722 )
2022-07-01 11:30:02 +05:30
ROCm CI Service Account
2667f3e225
SWDEV-341956 - update HIP Dtest with correct coordinates ( #2755 )
...
Change-Id: Iaccc4251a984e690d680ce884c6bfcc1093703af
2022-06-30 13:29:27 +05:30
ROCm CI Service Account
60b60f78e6
SWDEV-339742 - Check can access before set device to 1. ( #2758 )
...
Change-Id: I5b06f98b0061ee162488e288c3bfac09ff4f94cf
2022-06-28 13:36:26 -07:00
ROCm CI Service Account
88d9a0e7ae
SWDEV-336547 - SWDEV-336548 - SWDEV-336549 - Add test cases for hipArray ( #2759 )
...
Change-Id: I125b6c50cb6fa3ec5b2e06c4f491d759334a867d
2022-06-28 11:12:45 -07:00
ROCm CI Service Account
329616bfd4
SWDEV-327563 - Windows: Enable skipped tests ( #2773 )
...
Change-Id: I091ca7e98dc6339853f955725c9cf3b485b2e44d
2022-06-28 10:06:30 -07:00