Rahul Manocha
a4a3aa3955
[SWDEV-454315] - Fix for Atomic bitwise ops testcases
...
Change-Id: Ib402c6499ad9218fba89e78c8f91a87ca3537b35
[ROCm/hip-tests commit: 90bafb8ae8 ]
2024-08-08 14:44:23 -04:00
Satyanvesh Dittakavi
7b818b8958
SWDEV-465152 - Fix and enable the test Unit_hipMemAdvise_AccessedBy_All_Devices
...
Change-Id: I160d67898898251e3aad7f3b58fe4f60e4186ea8
[ROCm/hip-tests commit: 08f9020343 ]
2024-08-07 14:19:35 -04:00
Marko Arandjelovic
fb7d2b3d06
SWDEV-454663 Initialize graph node in test setup
...
Change-Id: Iad44a2d3276e54c7a7d7e58af13e41ff305aa122
[ROCm/hip-tests commit: be2ee3b52d ]
2024-07-31 14:45:08 -04:00
Jatin Chaudhary
b1f4db2de8
SWDEV-460387 - Use traditional malloc instead of alloc guard
...
The LinearGuard does not seem to play well with the catch macros.
The entry to device pointers seem to be lost from memory map.
Change-Id: Ib8549052f18bcc847dea25cf268e2bcb59e24b25
[ROCm/hip-tests commit: 8ed0c39549 ]
2024-07-30 14:34:15 -04:00
taosang2
2a9aa0a14c
SWDEV-469331 - Add data verifing after stream sync.
...
Add data verifing after hipStreamSynchronize() call.
Enable the following in Linux
Unit_hipStreamBeginCaptureToGraph_CaptureDepGraph
Unit_hipStreamBeginCaptureToGraph_IndepGraphsThreads
Remove REQUIRE() in data verifying because it generates
too many assertions and makes "-s" very slow
Change-Id: I0fbcdaa9ffb9633d861312c221ac12df1772c6e5
[ROCm/hip-tests commit: 6edae64a1e ]
2024-07-30 11:50:16 -04:00
Rahul Manocha
4c141761f6
[SWDEV-456769][SWDEV-456770] - Fix for Memcpy2D Async and Positive Sync tests
...
Change-Id: I586d7f75d26ada1609156054e921f05b878e8503
[ROCm/hip-tests commit: e835edcbab ]
2024-07-25 14:41:10 -04:00
Rahul Manocha
2811e8e349
[SWDEV-454655] - Fix for ExecMempcyNodeSetParams1D Negative testcase
...
Change-Id: Id24e27fee7a519edeed28bd937fb7ca31195de97
[ROCm/hip-tests commit: d391820895 ]
2024-07-25 14:37:59 -04:00
Rahul Manocha
f955b61fb0
[SWDEV-445928] - Fix for hipDrvGetError tests
...
Change-Id: I19ba2084fddad7b073edc0b4e9c1b16cf7a97319
[ROCm/hip-tests commit: 615f95aa29 ]
2024-07-23 15:22:28 -04:00
Rahul Manocha
bf1b8a7c6b
[SWDEV-468537] - Add check for image support for memcpy tests
...
Change-Id: Idc1fcf9256f1d6bc44d687271016c106d41f6ca1
[ROCm/hip-tests commit: 196953a148 ]
2024-07-22 12:16:56 -04:00
Rahul Manocha
f4dc733590
[SWDEV-468555] - Fix hipMemGetAddressRange Negative test
...
Change-Id: I1dd195f3d1deaf90d86afdd17cac687220f53a0c
[ROCm/hip-tests commit: 810489ee3b ]
2024-07-22 12:15:25 -04:00
Ioannis Assiouras
a6afaec892
SWDEV-466622 - Added fix for Unit_hipMallocArray_happy test
...
Change-Id: I9b647aff69ba92f97b2ca17eac49d58ae63fa858
[ROCm/hip-tests commit: 3acc6a4020 ]
2024-07-16 14:52:51 -04:00
taosang2
b3d203d19b
SWDEV-465162 - Support ignored error
...
Modified
TestContext::finalizeResults()
Added
HIP_CHECK_IGNORED_RETURN()
HIP_CHECK_ERRORS()
to supported ignored error such as hipErrorNotSupported.
Enable all mipmap tests in catch2 memory folder for linux.
The issues in the following tickets should be fixed.
SWDEV-465162, SWDEV-465163, SWDEV-465165, SWDEV-465166,
SWDEV-465168, SWDEV-465171, SWDEV-465172
Change-Id: I1146d6184582a7111a5af25b52f9e12c6a160e49
[ROCm/hip-tests commit: de9581efb6 ]
2024-07-16 14:44:06 -04:00
Sebastian Luzynski
2ca5a8e73c
SWDEV-465141 - Fix Unit_RTC_LinkAddFile_Negative test failure
...
This test was failing due to the incorrect return vaulue assumption.
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: I88a18665a3be221157134f0855a814dba013e293
[ROCm/hip-tests commit: 1b5f5b05bc ]
2024-07-15 11:48:46 -04:00
Jaydeep Patel
fe8d75baf4
SWDEV-453487 - Enable Unit_hipModuleGetTexRef_Negative_Parameters.
...
Change-Id: Ib2edca88dd5176070c17ebc75fc019c055d22faa
[ROCm/hip-tests commit: 7e0296bf7b ]
2024-07-15 11:41:59 -04:00
Rahul Manocha
ba7bb751a8
[SWDEV-468039] - Disable FP8 test to merge clr patch
...
Change-Id: I60314444bdbfaef1a5de0876144e8e1e2217fe40
[ROCm/hip-tests commit: 4f33714399 ]
2024-07-15 11:27:32 -04:00
Sebastian Luzynski
18dea076f2
SWDEV-452864 - disable Unit_hiprtc_stdheaders test
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: Iee312683dcd83104f330214d4246bef08517000f
[ROCm/hip-tests commit: 612fbfcf0b ]
2024-07-11 05:07:08 -04:00
Vladana Stojiljkovic
5d51ecfd8b
SWDEV-456699 - Fix Unit_hipDrvGraphAddMemcpyNode_Negative_Parameters test case
...
Change-Id: Ia27362115bbf0e96a7eac5a5ae21c2d504419bc8
[ROCm/hip-tests commit: a3bc534a5f ]
2024-07-02 05:03:44 -04:00
Vladana Stojiljkovic
eb3fdb8a8a
SWDEV-454667 - Fix Unit_hipGraphAddNodeTypeEventWait_Positive_Basic test case
...
Change-Id: I68c6ce4d0622a7bcc5908f2901c568cbaa18c448
[ROCm/hip-tests commit: ee9da46aab ]
2024-07-01 10:40:21 +02:00
Manas Yendluri
4603679848
SWDEV-454685 Enabling passing disabled testcase Unit_hipDrvGraphAddMemsetNode_hipMallocPitch_2D
...
Change-Id: I2886c2fdf4552059e417a4b905891baba36f393d
[ROCm/hip-tests commit: 28d4034e22 ]
2024-06-21 00:05:08 -04:00
Rahul Manocha
dd3dc744a4
[SWDEV-445928] - hipMemAdvise XNACK test fix
...
Change-Id: Ibc6d57b513269d33b611b0f62e02bbc4bfebe0a1
[ROCm/hip-tests commit: cc703e501c ]
2024-06-18 15:41:30 -04:00
Rupam Chetia
6309c03274
SWDEV-311271 - [catch2][dtest] Adding test for mempool and stream ordered memory APIs
...
Change-Id: Iddeb111e4b512bfc7422abc8e784b0a8e8fb133d
[ROCm/hip-tests commit: 456001c308 ]
2024-06-18 00:22:49 -04:00
Rahul Manocha
92b0b9fbc2
[SWDEV-438556][SWDEV-450826][SWDEV-449018] - Fix cooperative group catch tests
...
Change-Id: I553afe9c684b9ae60ce84231d7a5fbd6532a20e6
[ROCm/hip-tests commit: 6df445fef6 ]
2024-06-17 17:22:26 -04:00
Rahul Manocha
b46f7c8f6a
[SWDEV-454661] - Test updates for memcpy direction change
...
Change-Id: I4065595f92abc101ce54fa587af874c1d6737033
[ROCm/hip-tests commit: 23259fb1c6 ]
2024-06-17 14:09:55 -04:00
Manas Yendluri
39c00343f8
SWDEV-454686 Enabling passing disabled testcase Unit_hipDrvGraphAddMemsetNode_hipMallocPitch_1D
...
Change-Id: If897ca62e1bc6252f86c4113a8c7d303a8722346
[ROCm/hip-tests commit: cb8f7860c3 ]
2024-06-12 00:44:29 -04:00
Ioannis Assiouras
e89d5c6a04
SWDEV-455444 - Fixed Unit_AtomicBuiltins_Negative_Parameters_RTC
...
After compiler change atomic_compare_exchange{weak,strong} now checks the failure memory order
as well as the success memory order. As a result there is additional warnings from RTC compilation.
Modified Unit_AtomicBuiltins_Negative_Parameters_RTC unit test to reflect that.
Change-Id: I55f954f3a870b947d1df393207d19e5f7989ee80
[ROCm/hip-tests commit: d1dff962d7 ]
2024-06-12 00:43:21 -04:00
Ioannis Assiouras
1a525cb854
SWDEV-464648 - code and comment cleanups
...
Change-Id: I10b462078fa9eed73372d81dff92d7278731f736
[ROCm/hip-tests commit: 38f67d4a0b ]
2024-06-12 00:34:10 -04:00
Rakesh Roy
2337d9dad7
SWDEV-1 - Disable randomly failing tests in Windows PSDB
...
- These tests are failing randomly in Windows PSDB
Change-Id: I1146d6184582a7100a5af25b52f9e02c6a160e49
[ROCm/hip-tests commit: aee4042e09 ]
2024-06-10 15:29:41 +05:30
Satyanvesh Dittakavi
88e991a67b
SWDEV-465071- Disable hipClassKernel_Virtual due to compiler change
...
Change-Id: I221fde63f188e59995d99847b887b736dfedb78a
[ROCm/hip-tests commit: b0f777aaf6 ]
2024-06-07 11:38:08 -04:00
Rahul Manocha
6ddf2baaf9
[SWDEV-435667][SWDEV-453664] - Fix for Atomic Exchange Testcases
...
Change-Id: Ic2233ca962b8b5fc865433dbea630146931b5d92
[ROCm/hip-tests commit: 60d5761167 ]
2024-06-07 10:53:29 -04:00
Rahul Manocha
ae8bf93281
[SWDEV-445928] - hipPointerSetAttribute Test fix
...
Change-Id: I1e5deb9485c40dc69fd6b92840001f7416a2fa64
[ROCm/hip-tests commit: b817121403 ]
2024-06-07 10:49:48 -04:00
Rahul Manocha
e3173e2b51
[SWDEV-445928] - Check image support for mi300 tests
...
Change-Id: Idf820af3e55389740bebe35ed37bca52aca81eae
[ROCm/hip-tests commit: b94242f015 ]
2024-06-07 10:32:20 -04:00
Rahul Manocha
6eb8d8cb55
[SWDEV-438556][SWDEV-451646] - Fix for Warp vote catch tests
...
Change-Id: Icf9e0d488c4ba0267ce988b85d7b38478db9d1b8
[ROCm/hip-tests commit: e2ca8a03ff ]
2024-06-05 14:32:03 -04:00
poojajs
92a9ba163e
SWDEV-394940 Enabling basic testcases with HIPRTC apis for supported compiler options & also with combination of compiler options
...
Change-Id: If762335c9258fa6b0a49d53c54c0508fb7987056
[ROCm/hip-tests commit: 72f2f3187b ]
2024-05-29 02:44:17 -04:00
Rupam Chetia
1fcc33f64e
SWDEV-441352 - [catch2][dtest] Added test for hipStreamBeginCaptureToGraph()
...
Change-Id: I026c34b2c3ff7494787a3e4fc7fb82973893b224
[ROCm/hip-tests commit: 936ec35b7f ]
2024-05-14 23:51:10 -04:00
Rahul Manocha
bca0baebc2
[SWDEV-454665][SWDEV-454678] - check image support for hipGraphclone test
...
Change-Id: I09de0bb5254b51874c563ddc1cd6ef83ab717928
[ROCm/hip-tests commit: 3ea71945f2 ]
2024-05-13 14:00:06 -04:00
Jaydeep Patel
9cdbce3376
SWDEV-457316 - Disable tests temporarily.
...
I40459e66d7dd84f3b5298617990313b41458c804 exposes a bug in these test cases.
Disable tests temporarily in order to merge the CLR change.
Once CLR change lands, these tests will be enabled back with fix.
Change-Id: Icebfc7b4461db79fd8bce70fcc1f11df2f9e71c0
[ROCm/hip-tests commit: 078ec631df ]
2024-05-13 01:36:13 -04:00
Ioannis Assiouras
16f08a55a1
SWDEV-457944 - Fixed Unit_hipDeviceName_gcnArchName_And_rocm_agent_enumerator
...
Change-Id: I184af328177ad38072e4a20040a7f5d8b717baf1
[ROCm/hip-tests commit: e68fd92dd2 ]
2024-05-07 17:43:51 -04:00
kjayapra-amd
49c0a7b376
SWDEV-413997 - Enabling passing VMM tests on Linux
...
Change-Id: Ifb9e6d90946a74a01d586689537f2974b4c811d4
[ROCm/hip-tests commit: 745ea7b4de ]
2024-05-07 04:44:08 -04:00
Rahul Manocha
70541b6c27
[SWDEV-442583] - Fix for hipMemset performance tests
...
Change-Id: Id4f0d82551aaad6b7054660f318421e062c74c64
[ROCm/hip-tests commit: eeaa39f2bf ]
2024-05-06 10:49:30 -04:00
Sameer Sahasrabuddhe
ec1f43cd05
SWDEV-453422: introduce warp sync tests
...
The following builtins are tested:
- __all_sync, __any_sync, __ballot_sync and __activemask
- __match_any_sync and __match_all_sync
- __shfl_sync, __shfl_up_sync, __shfl_down_sync, and __shfl_xor_sync
The tests for shfl (all variants) were manually validated on a CUDA setup.
NOTE:
- Unit_hipVoteSync_All temporarily disabled on Windows (SWDEV-452308).
- All new tests temporarily disabled on CUDA (SWDEV-453145).
Change-Id: I84b205a88aa24219d199c760793e2f19f0cf8f13
[ROCm/hip-tests commit: 53f0a9bd01 ]
2024-05-03 08:58:23 -04:00
German Andryeyev
7e385c4568
SWDEV-353281 - Disable MemPool functional test
...
Change-Id: I147d31c90f601dae88e06c55c4d5deb142ae61ae
[ROCm/hip-tests commit: f2dfd620c2 ]
2024-04-29 11:24:25 -04:00
Sebastian Luzynski
53fa7d6d30
SWDEV-441602 - Add tests for hiprtcLinkAddFile
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: Iae148c3c908e18247624937512908dbb3cbc460c
[ROCm/hip-tests commit: 586f8ad143 ]
2024-04-29 03:31:02 -04:00
Horatio Zhang
18e10c3311
config: Update config_amd_wsl file for WSL
...
- Update windows/linux disable test cases
- Remove passed test cases related to image extension
- Add Unit_hipStreamValue_Wait32_NonBlacking_Mask_Gte to
random TDR classification
Signed-off-by: Horatio Zhang <Hongkun.Zhang@amd.com >
Change-Id: Ib49283392fedb0c46e38839a1cdf4cdea3f92956
[ROCm/hip-tests commit: 5d21315df4 ]
2024-04-24 13:30:26 -04:00
kjayapra-amd
91854b1b39
SWDEV-448592 - Disable failing VMM tests on windows.
...
Change-Id: Id5a8e98edb13df05c0606158ba0c9dc9959e894e
[ROCm/hip-tests commit: b727e77ee2 ]
2024-04-24 11:32:09 -04:00
Rahul Manocha
db31f0fc43
[SWDEV-454661][SWDEV-454653] - Enable GraphExecMemcpyNodeSetParams memcpy direction testcases
...
Change-Id: Ib0f5fc4fe450b1d79325446f284cc7b1b49c6cae
[ROCm/hip-tests commit: 1db5d468fe ]
2024-04-23 17:09:54 -04:00
Marko Arandjelovic
d00346db7b
SWDEV-452296 - Unit_hipExtModuleLaunchKernel_Positive_Basic removed
...
- No guarantees it will always succeed,
could be a little early or late due to various reasons.
Change-Id: Id4c45555f9f5e05df8fdf0ad39da4c33ac16fcb9
[ROCm/hip-tests commit: ca5e061bf6 ]
2024-04-18 03:27:54 -04:00
Jaydeep Patel
be34a8a20e
SWDEV-444265 - Enable Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory test.
...
Change-Id: I0cea6a683daf26c9048ba0007b51edb2851e2e99
[ROCm/hip-tests commit: 016c533399 ]
2024-04-17 07:55:47 -04:00
Rahul Manocha
500a08991d
[SWDEV-438556][SWDEV-449685] - Fix for CG MultiGrid Group Tests
...
Change-Id: Iaf3d422e57465fefe9adb1fc7c01a480ada37db3
[ROCm/hip-tests commit: bcff12dedc ]
2024-04-16 08:20:33 -04:00
Rahul Manocha
a4d016e071
[SWDEV-435667][SWDEV-452232] - Fix for Atomic Exch testcase seg faults
...
Change-Id: I36cd008215f41fe8b7c73fba11443a77658828ee
[ROCm/hip-tests commit: 4a80eee9f1 ]
2024-04-16 03:09:31 -04:00
Rakesh Roy
03d0117d87
SWDEV-1 - Skip tests hanging/failing in Windows PSDB
...
- Device side memory allocation & printf testcases are hanging because pcie atomics is disabled in recent builds
- Few Coalesced Group testcases also hanging
- Unit_Thread_Block_Getters_Positive_Basic testcase is failing randomly
Change-Id: Ie53515db05c41e879248bb02655a74f0c296aa5f
[ROCm/hip-tests commit: 9de3979083 ]
2024-04-13 23:18:26 -04:00