Aidan Belton
2053abc3b1
SWDEV-475380 - fix perftests on cuda
...
Change-Id: Iae6fc6cfdc4c2e6cb07562a03ff4e055601ed463
2025-01-13 09:22:51 -05:00
Rambabu Swargam
351ffa8378
SWDEV-491360 - [catch2][dtest] hipGraphLaunch parallelism Tests
...
Tests for Alloc node detection optimization changes
Change-Id: I780553110b33887c65b7989490c9a72e796f1a62
2025-01-09 00:02:07 -05:00
kjayapra-amd
c22b4fdea1
SWDEV-504749 - Call hipStreamSynchronize before exiting the program to avoid memleaks.
...
Change-Id: Icd5d4c8f27b04caaeb315eb93673234f274b5c5b
2025-01-07 15:36:13 -05:00
taosang2
8a9ed34f6a
SWDEV-474989 - Fix texture filter test issues
...
Change-Id: I9b647aff79ba92f07b2ca18eac49d58ae63fa859
2024-12-23 07:27:18 -05:00
Jaydeep Patel
a7dd22f97f
SWDEV-504960 - Check image support.
...
Change-Id: Ieda106374eb066cd20ddd1194a9f9b1352c26d05
2024-12-23 01:17:02 -05:00
Todd tiantuo Li
b1800c4fb4
SWDEV-453284 - Skip threadfence peer tests when peer access is unavailable
...
Change-Id: I943c5a8f9830f1e7dc900ed7538e582ba57d0324
2024-12-21 05:43:27 -05:00
Pankaj Kumar Divedi
754644f16e
SWDEV-485275 - fix using CUID to host-only compilation
...
Change-Id: I9f818e045090299714e77132e2a036a804ab1856
2024-12-20 12:18:20 +05:30
Vladana Stojiljkovic
5ebecf35c0
SWDEV-500407 - Disable atomicMax_system for floats and doubles
...
Change-Id: Ica73f7692b726f7fd68a53f0b7f0f687eaef1b67
2024-12-19 11:00:03 -05:00
Vladana Stojiljkovic
fd92c47fea
SWDEV-491257 - Create stream capture tests with Event APIs
...
Change-Id: I9803a78c3513845f7bf91333a0db0d43bed5b346
2024-12-18 13:52:31 -05:00
Marko Arandjelovic
a35f7bbad6
SWDEV-477706 - Add unit test for hipTexRefGetBorderColor and hipTexRefSetBorderColor
...
Change-Id: I01a3a8c5bd2e8f7396bf55c0d6dd8b7a7d5df9d3
2024-12-18 13:41:04 -05:00
Michael Xie
8d02e942a6
SWDEV-488231 - Add memory cleanup after test
...
Change-Id: I0a4f6e1649c1c30e6f76243f83681a6755b5368b
2024-12-18 12:06:57 -05:00
Sourabh Betigeri
726a537a74
SWDEV-488318 - Fixes memory leaks in SPT tests
...
Change-Id: Icabc541b25342d7d5c095b437b91f74582cd9336
2024-12-18 11:43:20 -05:00
Rambabu Swargam
92b717da81
SWDEV-490555 - [catch2][dtest] Additional tests for hipMemcpyDtoA and hipMemcpy2DArrayToArray
...
Change-Id: Icd0e4c35cc0cf60f2e943c4f4da39de23a8c1e5b
2024-12-16 12:13:01 -05:00
Vladana Stojiljkovic
0790d8a028
SWDEW-441601 - Add tests for hipExternalMemoryGetMappedMipmappedArray
...
Change-Id: Iaf61b7d7f7433e6e0bbe41b907f3b172df3c0c80
2024-12-10 14:09:20 -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
Jatin Chaudhary
7bb49582db
SWDEV-486137 - Add tests for *hadd*
...
Change-Id: I60839bce25ac57947bda1eab9c49941c53ace7cd
2024-12-10 04:32:45 -05:00
Branislav Brzak
3a20cff19b
SWDEV-441986 - Create tests for divergent execution of warp_sync builtins
...
Change-Id: If9ce0bdb0974732b692c779c7cae5527cec2fc83
2024-12-10 04:15:11 -05:00
Marko Arandjelovic
533db3b042
SWDEV-477070 - Add unit test for hipTexRefGetArray
...
Change-Id: Ifa4c62d926dd15ce8379b9899ca81d3a39595c8e
2024-12-10 04:00:33 -05:00
Marko Arandjelovic
b346582bff
SWDEV-477740 - Add unit test for hipTexRefSetArray
...
Change-Id: I3bd2f9cd956260110e7e5cd6c982769c5752b7d8
2024-12-09 13:52:30 -05:00
SrinivasaRao
16c33198ba
SWDEV-490555-[catch2][dtest] Functional tests for the API hipMemcpyHtoAAsync
...
Change-Id: I927e0907e2e2fb8316151da5b3a5ba23835412e8
2024-12-09 13:49:05 -05:00
Rahul Manocha
decf563391
SWDEV-483107,SWDEV-492076,SWDEV-491371,SWDEV-484940 - hipStreamBeginCaptureToGraph catch exception fix
...
1) Catch Section should not be used inside host thread call.
Change-Id: I52c1bb80d6f92034dfbe2484d928e66eacf67d4c
2024-12-09 12:07:26 -05:00
Rahul Manocha
803097426e
SWDEV-467733 - Enable SetCacheConfig Negative Param test
...
Change-Id: I8be8783dea6728a94580f2489251c7f1d60db7b2
2024-12-09 11:22:25 -05:00
Satyanvesh Dittakavi
d5028f0c2a
SWDEV-485372 - Fix texture catch tests to run on appropriate ASICs
...
Change-Id: I9ef93e37eb29c3d09c6448fe95dba39fa7060464
2024-12-09 10:35:43 -05:00
Ioannis Assiouras
8a3c3b65a7
SWDEV-475482 - Disable Texture Object Tests for all asics to merge clr change
...
Change-Id: I1dea13d938fd1c62a3a2ce8eb97fbff338a9e0bb
2024-12-09 06:59:20 -05:00
Vladana Stojiljkovic
bf9f14d2ee
SWDEV-489376 - Fix Unit_hipLaunchHostFunc_Graph memory leaks
...
Change-Id: I209f686cb13f05d6b0b790aaa7ab8b93555df3b1
2024-12-09 04:01:22 -05:00
Anusha GodavarthySurya
984731b3ec
SWDEV-485904 - Fix mem leak with Unit_hipMemSetAccess_negative
...
Change-Id: I6339ec290d901a6fc5cf33e33a71bf1b86f635ae
2024-12-09 03:51:09 -05:00
Ioannis Assiouras
e4077f827c
SWDEV-474345 - Address potential segmentation fault in Print_Out_Attributes test
...
Change-Id: Ie507d3da66d9644eea56a510e76564af1970e2c0
2024-12-05 04:52:04 -05:00
Branislav Brzak
b0599b7e4a
SWDEV-489116 - Add missing hipFree to Unit_cg_binary_part
...
Change-Id: I1c2a8f21213d7e257e491d55714f0a2b77f6d1b3
2024-12-05 04:41:28 -05:00
Branislav Brzak
31c3eb29d4
SWDEV-487934 - Properly destroy shareable mem pool
...
Change-Id: I6df15c0d463dd95237c5c51e8136d96ede3db4fe
2024-12-05 04:41:17 -05:00
Branislav Brzak
09697ca260
SWDEV-489117 - Add missing stream destry in Unit_hipCGMultiGridGroupType_Basic
...
Change-Id: Ic926da700e7c1933d105495306b94f302d130150
2024-12-05 04:37:35 -05:00
Marko Arandjelovic
18f69cba00
SWDEV-473788 - Add unit test for hipBindTexture
...
Change-Id: Iefb695feb56cb70aff186eb719cbbd366297d91e
2024-12-05 04:23:09 -05:00
Marko Arandjelovic
8736cabea3
SWDEV-478998 - Add unit test for hipFreeHost
...
Change-Id: I85235243e0014ec6bd2b6a544222fdee8f0a7c68
2024-12-04 11:56:44 -05:00
Jaydeep Patel
80144befea
SWDEV-487988 - Destroy event and free memory.
...
Change-Id: I95ceaac5b343132c0660de0dabba548fb6a29034
2024-12-04 10:07:59 -05:00
Jaydeep Patel
8515ac9b2f
SWDEV-488033 - Add dependency between memcpy node for child graph.
...
Since 29cc678d8d H2D can't be synced always so it's good to have dependency set.
Change-Id: I7d757a9b6afd3cf7064dc3b7014677cdf754125a
2024-12-04 10:06:52 -05:00
Jaydeep Patel
064d0398d8
SWDEV-487997 - Kernel launch can return invalid config/value in case of thread/block is 0 & -ve.
...
Change-Id: I91fbe2361894f16c65236c9736bd677a6d5f1f61
2024-12-04 10:06:36 -05:00
Jaydeep Patel
0422d78c1b
SWDEV-487992 - Free memory.
...
Change-Id: Ic4c7448d7e537953bcebc73210647f52de53b0ee
2024-12-04 09:07:29 -05:00
Vladana Stojiljkovic
9893726343
SWDEV-453145 - Enable _sync tests on nvidia
...
* _sync tests that use warp match functions (__match_any_sync and __match_all_sync) were disabled for nvidia because those functions are supported only on devices with compute capability 7.x or higher. In this solution, tests are always build (with specifying appropriate compile flag) and in in the runtime it is decided weather they should be skipped or not.
Change-Id: Ifa9e55f3b47aa3a00027cb986cd6ae46aed45ebd
2024-12-03 13:49:16 -05:00
Satyanvesh Dittakavi
455ec9d367
SWDEV-499291 - Fix test failures due to nodiscard attibute
...
Change-Id: I7bd86f6506415a12940ed441556a35753fc0faa4
2024-12-03 12:33:12 -05:00
taosang2
6e1c4c2655
SWDEV-459479 - Add compressed codeobj test
...
Add simple tests to verify compressed code
objects.
Change-Id: Iae148c3c928e18247624937512918dbb3cbc462d
2024-11-26 12:14:15 -05:00
Satyanvesh Dittakavi
01bfe61293
SWDEV-489384 - SWDEV-489388 - Fix memory leaks in hipStreamGetDevice catch tests
...
Change-Id: I7e96edbdbb8cde8b81c471bd0572f95df40d3530
2024-11-26 01:56:28 -05:00
Satyanvesh Dittakavi
9cf127697e
SWDEV-487649 - SWDEV-487639 - SWDEV-487636 - Fix memory leaks in catch tests
...
Change-Id: I7943ecffec6d470789aabde07e6c52d6b871cc13
2024-11-26 01:55:39 -05:00
Ajay
c03ad253fd
SWDEV-1 - avoid same stream target name for tests
...
Having same target name causes same includes to be called twice
Change-Id: I53469a07e6dee375ea4a4700ccac3c9487b79e4a
2024-11-25 17:50:24 -05:00
Ajay
61517c976f
SWDEV-1 - disable failing nvidia tests
...
Unit_hipDeviceSetLimit_Negative_PrintfFifoSize
Unit_hipDeviceSetLimit_Negative_MallocHeapSize
Change-Id: I526a7deaead4ff89f93f90bca66e9cee13e3d66c
2024-11-25 08:48:18 -08:00
Ioannis Assiouras
ab395147d2
SWDEV-500124 - Removed Unit_hipHostAlloc_AllocateUseMoreThanAvailGPUMemory
...
Change-Id: I549ec451df2211378f421f35abc822d02cb0af24
2024-11-22 13:20:50 -05:00
Ioannis Assiouras
b06dda1f09
SWDEV-492356 - Install artifacts needed by UUID tests at the top level directory
...
Change-Id: I960efecfdfc7a0c39a8beec6a334e6aa08095f9c
2024-11-22 11:02:23 +00:00
Ioannis Assiouras
b1d409634b
SWDEV-454316 - Disabled atomicMin/Max tests that fail on linux PSDB
...
Change-Id: If0605233b7b869d3b3eb97feab1fe3be77c7ceba
2024-11-21 18:16:07 +00:00
Ioannis Assiouras
22e27ec97f
SWDEV-490855 - Add test cases to evaluate kernel launch performance with increasing number of idle streams
...
Change-Id: I466c57190259d4f5995b06974cc7f589580400b0
2024-11-20 04:19:23 -05:00
Rahul Manocha
0c230d3cf0
SWDEV-454316 - Fix for Atomic Min Max Testcases
...
Change-Id: Ieca965e6e17f4b17769938228340791b9bbe45ab
2024-11-19 23:32:30 -05:00
Rahul Manocha
45ef528bdd
SWDEV-488308 - Fix memleak in NoGpuTest_hipMemcpy
...
Change-Id: Id349f189ffd26763c4624e76d7ea4ba139f9d8bc
2024-11-19 23:31:14 -05:00
Rahul Manocha
1d01cb0b18
SWDEV-488214 - Fix MemLeak in hipIpcMemAccess_Semaphores test
...
Change-Id: Iaf123e88cf3ab4e50403a26355a9440c414022ae
2024-11-19 23:30:53 -05:00