Anton Mitkov
28acc1421d
EXSWCPHIPT-88 - [catch2] Testing for hipHostGetFlags API extention ( #2691 )
2022-07-11 14:42:18 +05:30
Finlay
a230bd0f56
EXSWCPHIPT-112 - Unit test for hipMalloc3DArray for default and surface arrays ( #2713 )
2022-07-11 12:19:05 +05:30
Dylan Angus
47147be9b3
EXSWCPHIPT-76 - Adding hipMemset functional tests ( #2669 )
2022-07-11 12:18:43 +05:30
Dylan Angus
eafb3a23ee
EXSWCPHIPT-77 - Extending tests for hipHostRegister ( #2609 )
2022-07-11 12:18:19 +05:30
Maneesh Gupta
837a587da8
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
bf4dd1f83e
SWDEV-322620 - Virtual Memory Management ( #2772 )
...
Adding simple VM test.
Change-Id: I68bb55c9439a8d0e77035833d19d72d2a21f0753
2022-07-08 13:36:27 +05:30
Finlay
833e9cdcef
EXSWCPHIPT-91 - Added hipHostUnregister tests ( #2579 )
2022-07-01 15:11:35 +05:30
Fábio
79b8653128
EXSWCPHIPT-50 - Testing HipMalloc3D / HipMallocPitch / HipMemAllocPitch ( #2613 )
2022-07-01 14:24:17 +05:30
Finlay
5628a7c009
EXSWCPHIPT-95 - More comprehensive tests for hipArrayCreate ( #2702 )
2022-07-01 13:47:47 +05:30
ROCm CI Service Account
ed9c22eee8
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
e33d74832d
SWDEV-336547 - SWDEV-336548 - SWDEV-336549 - Add test cases for hipArray ( #2759 )
...
Change-Id: I125b6c50cb6fa3ec5b2e06c4f491d759334a867d
2022-06-28 11:12:45 -07:00
Fábio
a0296bd614
EXSWCPHIPT-42: Changes to HIP RTC Framework implementation ( #2732 )
...
- Removed ifdef from hipTestContext class
- Fix potential race condition in hipTest::launchRTCKernel()
- Improve documentation
- Move moduleUnloading to main() instead of explicitly calling it on every test
- Fix code formating
- Fix segmentation fault caused by using catch2 macro after catch2 is destroyed
2022-06-28 09:00:37 +05:30
ROCm CI Service Account
2da551c659
SWDEV-330661 - Add test for hipHostGetDevicePointer null check ( #2745 )
...
Change-Id: I19668385003a107e21f8484ef28e114b7c6d8a42
2022-06-16 21:05:56 -07:00
ROCm CI Service Account
d31aca651d
SWDEV-339657 - Update catch codes with correct coordinates ( #2735 )
...
Change-Id: I8ca78d770a742bf6c2abede494759caa923fcc19
2022-06-15 10:58:10 -07:00
ROCm CI Service Account
ddb3b346d9
SWDEV-311271 - Add basic tests for memory pool ( #2618 )
...
Change-Id: Ib33fa0b867482c40c6d66fb699cdd462ff43eed6
2022-06-13 19:26:48 +05:30
Fábio
f04fdbd0f7
EXSWCPHIPT-42 - Add HIP RTC support to the test framework ( #2719 )
...
* EXSWCPHIPT-42 - Add HIP RTC support to the test framework
* Removed ifdef from hipTestContext class
2022-06-13 15:35:02 +05:30
Maneesh Gupta
96fe505311
Update hipHostMallocTests.cc
...
std::numeric_limits::max() conflicts with max() defined in windows headers. Wrap it in parenthesis to prevent macro expansion.
2022-06-13 08:23:17 +05:30
Jatin Chaudhary
8ef701ce15
Adding/Moving tests for hipMemcpy[From/To]Symbol[Async] ( #2638 )
2022-06-10 21:17:34 +05:30
Jatin Chaudhary
f90501aa4a
Add test for hipHostGetDevicePointer ( #2611 )
2022-06-10 21:16:54 +05:30
Jatin Chaudhary
8b291f071a
Add missing tests for hipHostMalloc ( #2566 )
2022-06-10 21:16:23 +05:30
agunashe
377020155e
SWDEV-327563 - Windows: fix memory tests build failure ( #2716 )
2022-06-06 10:01:34 -07:00
Finlay
3ee51fcf98
Added a test for texture gather with hipMallocArray ( #2701 )
...
* Added negative tests for hipMallocArray
* fix numeric limit test for nvidia
* Added a test for texture gather with hipMallocArray
2022-06-02 12:16:41 +05:30
Finlay
4900279ebe
Added negative tests for hipMallocArray ( #2699 )
...
* Added negative tests for hipMallocArray
* fix numeric limit test for nvidia
2022-06-02 12:16:25 +05:30
Fábio
b64d0cff29
hipMemset Negative Testing ( #2639 )
2022-05-25 19:07:20 +05:30
Finlay
205107aa3c
hipMallocArray tests for default array and surface load store ( #2675 )
2022-05-25 16:13:18 +05:30
Jatin Chaudhary
574f65f03d
Add tests for hipPointerGetAttributes ( #2661 )
2022-05-25 15:35:42 +05:30
Jatin Chaudhary
80e87eb23e
Add/Improve hipMalloc Tests ( #2607 )
2022-05-25 14:04:07 +05:30
haoyuan2
74bfcf5f87
SWDEV-338427 - fix test hang issue ( #2690 )
...
destroy stream before exit
2022-05-23 21:52:42 -07:00
haoyuan2
1f7b336400
SWDEV-334272 - fix test hang issue ( #2683 )
...
destroy stream before exit
2022-05-20 08:13:17 -07:00
Maneesh Gupta
2ff115f72f
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
2022-05-18 20:01:59 +05:30
Maneesh Gupta
829cfc1a96
SWDEV-298757 - hipMemPrefetchAsync.cc Adding tests for hipMemPrefetchAsync() api ( #2679 )
...
Change-Id: Icadd93e62276b660ed0fd9a864e6985a7b03798a
2022-05-17 19:54:28 +05:30
ROCm CI Service Account
a9687f56ea
SWDEV-298757 - Added multi thread scenarios for hipMallocManaged() api ( #2544 )
...
Change-Id: I97408994b74b580affbca1a3f4ce85a3e740b904
2022-05-17 19:52:22 +05:30
ROCm CI Service Account
f1c2cda15a
SWDEV-292714 - Tests for hipPointerGetAttribute/hipDrvPtrGetAttributes API ( #2619 )
...
Added Functional and Negative Scenarios for hipPointerGetAttribute and hipDrvPtrGetAttributes APIs
Change-Id: I5fe23cdb3148a8e69a4fbbad2e2596da1750a9d3
2022-05-17 16:00:33 +05:30
ROCm CI Service Account
252ef49fcb
SWDEV-273550 - [catch2][dtest] Tests for hipDrvMemcpy3D/hipDrvMemcpy3DAsync API ( #2617 )
...
Added tests for hipDrvMemcpy3D/hipDrvMemcpy3DAsync API in CATCH2 framework
Change-Id: I75bb825f3b39a2c588e0f436e9bc2ea810f101d0
2022-05-17 15:02:37 +05:30
ROCm CI Service Account
b49e8e9fdf
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
2022-05-17 15:01:15 +05:30
ROCm CI Service Account
fb25b090eb
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
2022-05-17 11:31:19 +05:30
ROCm CI Service Account
0c53bda553
SWDEV-327563 - Windows: Enable most of the memory tests skipped before ( #2643 )
...
Change-Id: Ibdaf22d139f4d2772c152b2f4455676a7adbc6bd
2022-04-27 15:38:07 -07:00
ROCm CI Service Account
bf99af9106
SWDEV-327563 - Windows: enable graph and memory build in catch2 ( #2622 )
...
Skip failing graph tests to ensure 100% pass percentage
Change-Id: I92e2f5daf32387d746097d2406b7ca991e1e1698
2022-04-11 10:48:12 -07:00
ROCm CI Service Account
ab2225bd16
SWDEV-328109 - Fix Test failure in staging ( #2581 )
...
Change-Id: Ic79f54d468e3bb40667c14d76e4013285fb9f1bf
2022-04-01 05:47:34 +05:30
Satyanvesh Dittakavi
aabcb6488e
SWDEV-292714 - [catch2][dtest] Add unit test for hipPointerGetAttribute ( #2485 )
...
Change-Id: Ic7490596f4f1ee641d9af2861a18380c4bfccd69
2022-03-23 17:15:21 +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
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
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
a13fafa05c
SWDEV-314080 - Tested All hipMemcpy**() apis with hipStreamPerThread stream obj ( #2496 )
...
Change-Id: I8f429eb0cc3be2e4d62c76ccb8c1510c56a1e143
2022-02-24 18:58:04 +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
Sarbojit2019
2551628cc0
SWDEV-310181 - Fix for memcpy3D test failure ( #2455 )
2022-01-11 13:50:49 +05:30
Maneesh Gupta
e1e4e30ffe
Add missing checks in hipMemCoherencyTst.cc ( #2442 )
...
Change-Id: I47f188345ec39ad216ee8dd92dc9d89d99ca2733
2022-01-06 16:23:09 +05:30