Sang, Tao
c4284d50c5
SWDEV-537473 - Fix missing KERNELS_PATH ( #273 )
2025-06-11 19:44:36 +05:30
Belton-Schure, Aidan
6fbcc0726f
SWDEV-482125 - fix Unit_Rtc_MathFunctions_header ( #270 )
2025-06-10 22:52:50 +05:30
Hernandez, Gerardo
001affc6ae
SWDEV-420237 - Add tests for reduce sync operations ( #102 )
2025-05-14 11:57:05 +01:00
Ioannis Assiouras
bae567a560
SWDEV-517040 - Prevent segfault in Unit_hiprtc_includepath if can't open saxpy.h
...
Change-Id: Ie26857fe5dc16c8053b67b145d88588ce209281c
2025-03-03 19:34:37 -05:00
Marko Arandjelovic
9cffda4ebb
SWDEV-485763 - Fix memory leaks in various unit tests
...
Fix memory leaks by adding missing destroy calls for
events, streams, and graphs at the end of tests.
Ensure that every test case executes destroy calls,
regardless of whether it passes or fails.
Change-Id: I814e35c528d90ed2abb34d77377f1a7fd3f1f11c
2024-12-10 10:25:08 -05:00
Michael Xie
72450ae7a1
SWDEV-492356 - Install hip-test artifacts into a single folder
...
Change-Id: Ib2a2c021e2546c0233050f11d3dc84f2ea4ff03d
2024-11-13 18:22:32 -05:00
Sebastian Luzynski
eec4fec7d4
SWDEV-441598 - Add tests for hiprtcLinkDestroy
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: Icb73543a72eaf1a0ee59b702c6f4bf5be7cbeb36
2024-10-18 04:06:31 -04:00
Julia Jiang
5d042c80fa
SWDEV-472723 - Correct file format and remove trailing spaces
...
Change-Id: Ie40c763e9391fa36d6c890cd0a171659a1502a83
2024-08-01 15:17:39 -04:00
SrinivasaRao
59471ab86b
SWDEV-409793 - [catch2][dtest] Expanding the hipRTC coveage for the header hip_bfloat16.h
...
Change-Id: I92b62f05276f58bb8ad4afec9e03180de3b43e71
2024-07-16 14:49:23 -04:00
Sebastian Luzynski
1b5f5b05bc
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
2024-07-15 11:48:46 -04:00
Sebastian Luzynski
612fbfcf0b
SWDEV-452864 - disable Unit_hiprtc_stdheaders test
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: Iee312683dcd83104f330214d4246bef08517000f
2024-07-11 05:07:08 -04:00
Satyanvesh Dittakavi
8417e0b442
SWDEV-458637 - Adds test for bitcode compilation with undefined function
...
Change-Id: Ic94d2a4a99ce6993a9a11e74192e13c90a99598e
2024-07-01 12:22:47 -04:00
poojajs
72f2f3187b
SWDEV-394940 Enabling basic testcases with HIPRTC apis for supported compiler options & also with combination of compiler options
...
Change-Id: If762335c9258fa6b0a49d53c54c0508fb7987056
2024-05-29 02:44:17 -04:00
Sameer Sahasrabuddhe
53f0a9bd01
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
2024-05-03 08:58:23 -04:00
Sebastian Luzynski
586f8ad143
SWDEV-441602 - Add tests for hiprtcLinkAddFile
...
Signed-off-by: Sebastian Luzynski <Sebastian.Luzynski@amd.com >
Change-Id: Iae148c3c908e18247624937512908dbb3cbc460c
2024-04-29 03:31:02 -04:00
Rakesh Roy
9de3979083
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
2024-04-13 23:18:26 -04:00
SrinivasaRao
51f3451577
SWDEV-436870 - [catch2][dtest] Test cases to verify the data type of ptrdiff_t
...
Change-Id: Ie477f7201c0bd2db5f1f200eec326c91d0c98c28
2024-04-03 11:54:25 -04:00
Branislav Brzak
6c23e25c86
SWDEV-448163 - Fix Doxygen warnings
...
Change-Id: If72e312461a72920b6a482009c9aef4cf92f2e1b
2024-03-25 05:18:34 -04:00
Lakhan singh Thakur
5f3c4b9ca1
SWDEV-379212 - Adding Tests for hiprtcGetLoweredName() api for templated kernels
...
Change-Id: I45f092bb260dcd60709e79cbd7babfd2d9982858
2024-03-19 11:54:57 -04:00
SrinivasaRao
bcf6730196
SWDEV-437084 - [catch2][dtest] Test cases covering all the data types and functions defined inside amd_hip_complex.h with hipRTC
...
Change-Id: I945375643ad3da6c1e45706897c5c6ceee639da5
2024-03-19 11:42:32 -04:00
mbhiutra
8d8db1f1bf
SWDEV-412880 - [catch2][dtest] Adding test cases for functions defined inside hip_vector_types.h, hip_fp16.h, texture_types.h and math_functions.h
...
Change-Id: I5427898303babc1f1f0dc4b15921e9f1cd52c4ad
2024-02-13 00:33:10 -05:00
mbhiutra
51b354a25f
SWDEV-415965 - [catch2][dtest] Added test for hip Math Constants
...
Change-Id: I6fbfc88d9e8d7708d7323a7708b03a7f5998db41
2023-11-24 06:00:01 -05:00
Jatin Chaudhary
96cf008176
SWDEV-431399 - fix first set of memory leaks in tests
...
Change-Id: I73254b2f17df69726110070ebb457df14d647f27
2023-11-17 06:23:49 -05:00
Satyanvesh Dittakavi
a3509a54cf
SWDEV-419480 - Add hipRTC test which includes standard headers
...
Change-Id: Ieea60a16eaea2446a1a8e0f890ad7ecba39a8d10
2023-11-06 09:06:34 -05:00
Satyanvesh Dittakavi
50e3514a82
SWDEV-421415 - Add hipRTC test with device-side malloc
...
Change-Id: Ia1c3f2ab703432915bda0c62cae584349e535463
2023-11-01 21:50:00 -04:00
Jatin Chaudhary
493e5d2cd7
SWDEV-425943 - Fix failures seen when compiling with a new compiler
...
Change-Id: I0dc0ceaaf852d96231f08d47ec4ca61d95cc5fec
2023-11-01 04:53:43 -04:00
Satyanvesh Dittakavi
949cb688dd
SWDEV-395996 - Enable the disabled hiprtc tests
...
Change-Id: Id0b12f11c298f7488cd95e92916574388e9b1356
2023-10-12 12:11:35 -04:00
Satyanvesh Dittakavi
605d5eee5d
Fix issues related to -Werror in hip tests ( #396 )
...
* Fix issues related to -Werror
* Correct the skipped tests
2023-08-19 21:38:59 +05:30
ROCm CI Service Account
ec88eca484
SWDEV-1 - Enable hiprtc test includepath and copy its dependent files to bin directory ( #374 )
...
Change-Id: I7171bd343cdccc02f55bcb1b891f589c5fe2acaa
2023-08-14 21:19:44 +05:30
ROCm CI Service Account
58b55f9544
SWDEV-394940 - [catch2][dtest] Adding basic testcases with HIPRTC apis for supported compiler options & also with combination of compiler options ( #327 )
...
Change-Id: Ie393e91afe195387152b588780e3109f21d1ad94
2023-08-14 21:17:40 +05:30
ROCm CI Service Account
08fa8258ec
SWDEV-384714 - Add RTC test for half data type warp shfl functions ( #202 )
...
Change-Id: I7cbf6932c928974236df2a49c7b5dee863da72ed
2023-08-14 20:47:53 +05:30
ROCm CI Service Account
34976df246
SWDEV-385161 - Deprecate usage of env vars in HIP samples and tests ( #363 )
...
* SWDEV-385161 - Deprecate usage of env vars in HIP samples and tests env vars such as HIP_PATH, ROCM_PATH, HIP_COMPILER, HIP_RUNTIME, HSA_PATH etc are removed.
Change-Id: I280e20b291cfb14675846aae72d97fa5b3ad567d
2023-08-14 12:06:14 +05:30
ROCm CI Service Account
6a1564a4b2
SWDEV-366314 - Test for hip_bfloat16 using hiprtc ( #77 )
...
Change-Id: I919b1386c4812c160f39c8cffa4ac3403c959d99
2023-06-28 09:46:12 +05:30
ROCm CI Service Account
fd758200e5
SWDEV-368280 - Add Unit_hipStreamCaptureExtModuleLaunchKernel ( #105 )
...
For stream capture test of hipExtModuleLaunchKernel.
SWDEV-372824 - Add Unit_hipStreamCaptureRtc
For stream capture test based on RTC
Change-Id: I96ef1395f75189ad751ca637f5c3273d280e849a
2023-06-21 15:56:36 +05:30
ROCm CI Service Account
af4826551c
SWDEV-384013 - Add HIPRTC_JIT_IR_TO_ISA_OPT_EXT tests ( #301 )
...
Change-Id: I57f3349a8e9ae1754f2823c7c143d6475ab6caac
2023-06-19 09:39:34 -07:00
ROCm CI Service Account
0e309ebc9e
SWDEV-339488 - Catch2 test for hipRTC include path ( #2898 )
...
* SWDEV-339488 - Catch2 test for hipRTC include path
Change-Id: I1f5502d1ea72ac4133f79207f2d60f86b934cf36
2022-09-26 07:39:45 +05:30
ROCm CI Service Account
d0aaed906d
SWDEV-353807 - Fixes multiple catch issues ( #2912 )
...
- enforcing c++17 for all tests
- Warning as error: ignoring return value
Change-Id: I3d171540403f74222e631d1a8e393386461c9729
2022-08-30 16:53:21 -07:00
ROCm CI Service Account
9be55a6379
SWDEV-341360 - Add Catch2 loweredname hipRTC test ( #2801 )
...
Change-Id: Ibe8736951af491e48dee77644bbd0475d326c152
2022-07-19 19:27:14 +05:30
ROCm CI Service Account
486fd01d0c
SWDEV-1 - [catch2][dtest] Add functional test for hiprtc ( #2689 )
...
Change-Id: I204b060fc00bb81f14f7bb296d4ff5cd7be9804a
2022-06-03 08:32:33 +05:30
ROCm CI Service Account
7d45f699fc
SWDEV-308763 - Update hiprtc tests to link with hiprtc lib ( #2575 )
...
hiprtc is made into a separate lib and hence tests should link with it explicitly during compilation
Also, updates the hiprtc programming guide
Change-Id: Ie1f9d7250d4a8622b77ef92938fc0decbaeb72f9
2022-04-01 09:02:20 +05:30
ROCm CI Service Account
6f32803b25
SWDEV-321656 - [catch2][dtest] Add hiprtc test for warp size ( #2578 )
...
Change-Id: I1a6ac42e17d78544722c429b230b93d0c0ec257c
2022-04-01 09:01:44 +05:30
agunashe
f90c5d218c
SWDEV-273235 - Linux: catch2 shared lib to executable ( #2421 )
...
Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
2021-11-26 11:02:29 +05:30
Jatin Chaudhary
4df3d1af47
SWDEV-297217 - Add test for overriding user options ( #2386 )
...
Change-Id: If4c2cad9ef3359ca8d98814864fbe0b9b8e4a4ab
2021-11-25 15:09:18 +05:30
Jatin Chaudhary
46fb008ba6
SWDEV-289409 - Add hiprtc tests
...
Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
2021-07-22 00:34:53 -04:00
Jatin Chaudhary
9965325cc6
SWDEV-283267 - Add rtc document and remove hip header from tests
...
Change-Id: I43a23384ab70128ccd7f41204f796105576cd604
2021-07-14 11:00:38 -04:00
Jatin Chaudhary
da360c2aab
SWDEV-277697 - [CatchTest] Fix Documentation, Add test to AMD specific, Add HIP Macros, New Binary for multiproc tests
...
Change-Id: I3783caf85c694b724ed55b778220b8ef9a39f84b
2021-05-25 07:12:54 -04:00
cjatin
be6809d8d1
SWDEV-277697 - Adding Infra and dependent libs: Catch2 and json parser, for new HIP Testing framework
...
Change-Id: Iedfa041ec9acc13eeb631ff67e1677e2fe29463d
2021-05-19 00:47:00 -04:00