Rahul Manocha
be6b5062d0
SWDEV-475482 - Disable Texture Object Tests to merge clr change
...
Change-Id: I821120cd3c9eba8abd1beeeee5e61246272243e6
[ROCm/hip-tests commit: 5dc048b559 ]
2024-09-12 11:05:12 -04:00
Sourabh Betigeri
d3a1881a72
SWDEV-462007 - Fixes and strenghtens multi grid sync on mgpus
...
- Replaces logic relying on clock64() instead to
use an atomic counter that the last wg in grid
and multi-grid groups wait on while the the
non-last work groups increment the counter
to "done"
- Implements a new logic to verify the multi-grid
sync()
Change-Id: I7780d8124e5f144b124e5d191d0f412483a3b565
[ROCm/hip-tests commit: aaec37314f ]
2024-09-06 11:58:20 -07:00
Vladana Stojiljkovic
940d001eca
SWDEV-478472 - Disable tests to merge SWDEV-475987 on hipother
...
Change-Id: I58715144518a35954e29d89878465cfd41ccfe86
[ROCm/hip-tests commit: bee0ba867d ]
2024-09-04 12:25:04 -04:00
Vladana Stojiljkovic
e057b9e471
SWDEV-450735 - Add compiler option for using clock64
...
Change-Id: I9efed88d691ee1b2b4465286b3340b820f7bf627
[ROCm/hip-tests commit: 5b67a2a4a0 ]
2024-08-29 10:26:11 +02:00
Rahul Manocha
56440ded48
[SWDEV-451646] - Enable Warp Vote Tests
...
Change-Id: Icb25cd695bc6f3ad9dd53cca45b9c32bf984bee7
[ROCm/hip-tests commit: dc656c5dda ]
2024-08-27 11:41:22 -04:00
Branislav Brzak
a0197011c1
SWDEV-441294 - Add hipOccupancyMaxActiveBlocksPerMultiprocessorWithFlags test
...
Change-Id: Ia45dc367729677e159428960f3970da97047cf06
[ROCm/hip-tests commit: 365dbf738b ]
2024-08-27 05:29:56 -04:00
Marko Arandjelovic
5621df00ef
SWDEV-465205 - Fix Unit_hipModuleGetTexRef_Positive_Basic
...
Change-Id: I221f21b322ec6053edb4b4f229219865fb9e9974
[ROCm/hip-tests commit: d3f42460e8 ]
2024-08-26 13:41:57 -04:00
Jatin Chaudhary
cfe170e4bd
SWDEV-466747 - add shfl tests and increase test coverage
...
Change-Id: Ifd3edb5620fcbd3c3bbd88a0a1280eaac98e0487
[ROCm/hip-tests commit: c96c60c49c ]
2024-08-26 13:27:57 -04:00
SrinivasaRao
7e49ea7a8b
SWDEV-388834 - [catch2][dtest] Module tests migrated from direct to catch2
...
Change-Id: I9a3fbdd4e52bb69ab428b7cfcd478fa0382e7cc9
[ROCm/hip-tests commit: 304b0ac90b ]
2024-08-22 23:39:12 -04:00
victzhan
0ec5e5aeca
SWDEV-473011 - Rename hipMemcpy_old.cc to hipMemcpy_EdgeCases for readability.
...
Change-Id: I1634759aea340ecbb83fcc7c3328918147eeb0e9
[ROCm/hip-tests commit: 9d669b3bea ]
2024-08-20 10:06:13 -04:00
Rahul Manocha
4ea6eb80a1
SWDEV-454315 - Disable test section that segfaults on windows
...
Change-Id: Idaac99c433120d98646417318258bfb375d2f367
[ROCm/hip-tests commit: 6cf941c830 ]
2024-08-14 07:53:29 -04:00
Rakesh Roy
ded8ea3553
SWDEV-472723 - Correct file format
...
- Change line ending from CRLF to LF
Change-Id: Ie75e4bd3c7d58532bc986ec61476ee6f9c5f1f95
[ROCm/hip-tests commit: 9ec381b401 ]
2024-08-13 13:39:48 +05:30
Satyanvesh Dittakavi
4a0e156ae2
SWDEV-465073 - Update hipClassKernel_Virtual test
...
Compiler has changed to match the device side struct layout with
the host side and hence the test is updated to verify if struct sizes
of both host and device are equal instead of checking for hardcoded
struct sizes
Change-Id: Idd9ea1f04b413b7aa30f03555fd8e0ee11cd0f75
[ROCm/hip-tests commit: 5f1dfc3851 ]
2024-08-12 13:39:50 -04:00
Branislav Brzak
35782c04bc
SWDEV-441285 - Add hipMemsetD32Async test
...
Change-Id: Iad40a8d94a556b35dd409acf2b0d2d6130e38bc0
[ROCm/hip-tests commit: 0c335250f9 ]
2024-08-12 06:43:50 -04:00
Rakesh Roy
1fb27acc57
SWDEV-472723 - Correct file format
...
- Change line ending from CRLF to LF
Change-Id: I4c3cf072f143d6add7ddf66cb8d6d8a1e45f77ab
[ROCm/hip-tests commit: 101981b354 ]
2024-08-12 14:33:17 +05:30
Marko Arandjelovic
66c7eca3ee
SWDEW-441411 - Add hipConfigureCall test
...
Change-Id: I90d9b778d3f53bed20777251f839063431141440
[ROCm/hip-tests commit: b0b04e81be ]
2024-08-09 07:41:15 -04:00
Ioannis Assiouras
44da955774
SWDEV-472309 - Disable hipGetProcAddress tests for static build
...
Change-Id: I7018829557f9e7132b7e4a71b31de5e67ed29218
[ROCm/hip-tests commit: 1bd8e9dcf4 ]
2024-08-08 16:44:12 -04:00
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
Sourabh Betigeri
125c45af78
SWDEV-435054 - Improves robustness of HIP test
...
Makes the test stronger by hiding
dispatch scheduling latency on MI300
Change-Id: Ic9724f4f1b16f1e707060129327248bbb353df45
[ROCm/hip-tests commit: 787f7f8df1 ]
2024-08-08 14:23:24 -04:00
Ioannis Assiouras
babecfe0be
SWDEV-432951 - Added C unit test
...
Change-Id: I65a1e5be1782fd325cf1cfb74fbd80b4564df9dc
[ROCm/hip-tests commit: 25af4dd1f4 ]
2024-08-08 14:18:15 -04:00
Todd tiantuo Li
14f6363879
SWDEV-432490 - fix __HIP_NO_IMAGE_SUPPORT logic
...
1.Skip texture/image tests when __HIP_NO_IMAGE_SUPPORT is set to prevent inevitable silent failure
2.Simplify __HIP_NO_IMAGE_SUPPORT macros
Change-Id: I54ef12a239298c534a213edf39c05c2dad06a7f4
[ROCm/hip-tests commit: 0ee0e4ab4a ]
2024-08-08 14:15:38 -04:00
Satyanvesh Dittakavi
7df8798269
SWDEV-465195 - Fix disabled test Unit_hipDrvGetErrorString_Positive_Basic
...
Change-Id: Ifc05f3c5d09266b9eec9ac20a6a3301be00f91d8
[ROCm/hip-tests commit: 42d383619c ]
2024-08-07 14:22:01 -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
Rakesh Roy
28cd7da1dc
SWDEV-472723 - Correct file format
...
- Modify line ending to LF
Change-Id: I2bc840070327b204e2abb118276e2d905c29d096
[ROCm/hip-tests commit: 3bec5e988b ]
2024-08-05 19:26:31 +05:30
Marko Arandjelovic
48ee9f8ae7
SWDEV-441603 - Add hipDrvMemcpy2DUnaligned test
...
Change-Id: I44b65867cabeb369fda8a82984fe3f694499942c
[ROCm/hip-tests commit: 639a9c2996 ]
2024-08-01 17:44:26 -04:00
Julia Jiang
13c5e7a3e4
SWDEV-472723 - Correct file format and remove trailing spaces
...
Change-Id: Ie40c763e9391fa36d6c890cd0a171659a1502a83
[ROCm/hip-tests commit: 5d042c80fa ]
2024-08-01 15:17:39 -04:00
Branislav Brzak
f9bb3c5f74
SWDEV-441600 - Add hipGraphMemFreeNodeGetParams tests
...
Change-Id: I46cc12e9940cf647e3c3dbe4ce87957eb8aa4e33
[ROCm/hip-tests commit: 2b20d3a9af ]
2024-08-01 14:26:32 -04:00
Branislav Brzak
f2083ef57c
SWDEV-441283 - Add hipMemsetD16Async test
...
Change-Id: I66ca44996cfbf061d134ba5c66c3a7211bfcaaa5
[ROCm/hip-tests commit: 987c4bb297 ]
2024-08-01 11:16:15 -04:00
Marko Arandjelovic
5153e57122
SWDEV-461794 Fix Unit_hipMemcpyAsync_Positive_Synchronization_Behavior
...
- Fixed wrong assumptions in the test:
- Pinned Host memory to Pinned Host memory is async (before:sync)
- Pinned Host memory to Device is async (before:sync)
Change-Id: Ib826e177854cbcdad04181e245382cf0bec02c46
[ROCm/hip-tests commit: 12a5d4c24c ]
2024-07-31 14:50:12 -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
Rambabu Swargam
5a3c71aaea
SWDEV-467854 - [catch2][dtest] Functional testcases for hipGetProcAddress API - Part 1
...
Change-Id: I1da8b0d32f5ae49602b9ff062dc888cc6227b88f
[ROCm/hip-tests commit: 6c35a8cb95 ]
2024-07-31 12:06:23 -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
Tao Sang
d32df0957c
SWDEV-467540 - Verify awaitCompletion()
...
Update the existing test case to verify
awaitCompletion() for unfinished command.
Change-Id: I0fbcdba9ffb8633d861312c221ac12df1772c6e6
[ROCm/hip-tests commit: 3e0b749b76 ]
2024-07-30 14:29:35 -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
Jatin Chaudhary
f6a7bc10c5
SWDEV-460834 - tests for unsafe atomics bf16 and fp16
...
Change-Id: I9175674ecb17f9fc2efb49ecd57d85776a4217c5
[ROCm/hip-tests commit: fcc268e56f ]
2024-07-30 11:43:32 -04:00
Jatin Chaudhary
44bd78c21f
SWDEV-450109 - add sanity tests for cg functions
...
Change-Id: If54be97c07502beaaf068fdc249758931dfa5abf
[ROCm/hip-tests commit: 5293b1a3a5 ]
2024-07-30 11:23:56 -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
Marko Arandjelovic
5d08eb6217
SWDEV-456702 Fix Unit_hipMemcpyParam2D_Positive_Synchronization_Behavior
...
- Device to device copies are async
Change-Id: I9673710adf00e5f5b36739284090df22a1cb2cd8
[ROCm/hip-tests commit: a9b0e656e2 ]
2024-07-23 14:23:42 -04:00
Rahul Manocha
37b1ec0333
[SWDEV-468039] - Remove fp8 catch test source from cmake
...
Change-Id: Ibf8c95b11187d16da5594921aac8c467f91994f0
[ROCm/hip-tests commit: 331410fcb8 ]
2024-07-23 11:35:08 -04:00
Satyanvesh Dittakavi
bf26f1d052
SWDEV-469387 - Fix and enable the test Unit_hipWallClock64_Positive_Basic
...
Change-Id: I0a6802619e18967da574a610efef8412449bab41
[ROCm/hip-tests commit: 3f28dd3b08 ]
2024-07-23 10:06:37 -04:00
SrinivasaRao
1a64c01c7b
SWDEV-227201-[catch2][dtest] Printf tests porting from HIT to Catch2
...
Change-Id: Ife4690ec77c14516a75a9dc4e8421cfe18fe6216
[ROCm/hip-tests commit: ca05a3e1eb ]
2024-07-22 12:25:39 -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
Manas Yendluri
97cb59fb66
SWDEV-458787 - [catch2][dtest] Basic functional testcase for hipMemcpyAtoHAsync API
...
Change-Id: I9b195414c9c1f531cb9a532f496e0466eed23313
[ROCm/hip-tests commit: 090c4cdda6 ]
2024-07-22 12:07:57 -04:00
Manas Yendluri
c0e0ca206b
SWDEV-458787 - [catch2][dtest] Basic functional testcase for hipMemcpyAtoD API
...
Change-Id: I632c92bab8b51aead983dfe4e51aaa1995626f12
[ROCm/hip-tests commit: fbe458618e ]
2024-07-22 12:05:05 -04:00
Manas Yendluri
337ed10522
SWDEV-458787 - [catch2][dtest] Basic functional testcase for hipMemcpyAtoA API
...
Change-Id: Iea35ffde87edf62f8536f4688be2cde669e07f6e
[ROCm/hip-tests commit: 526ec4bb59 ]
2024-07-22 11:52:24 -04:00
Ioannis Assiouras
7ed657c2af
SWDEV-474159 - Query max LDS in Unit_hipDynamicShared
...
Change-Id: Ie78613ea1a87d69aff4f764368ea7a1893e021f5
[ROCm/hip-tests commit: 5e26ec0bb1 ]
2024-07-17 22:17:20 +01: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