Γράφημα Υποβολών

961 Υποβολές

Συγγραφέας SHA1 Μήνυμα Ημερομηνία
ROCm CI Service Account b14648cc31 SWDEV-395279 - Move the headers needed to compile perftests in hip-tests (#322)
Change-Id: I9e8cea9d2cd08fb17d8955696b83404dc24a9d2b
2023-06-29 08:58:19 +05:30
ROCm CI Service Account d33ccb3569 SWDEV-393910 - Port gfx940 changes to mainline. (#321)
Change-Id: I77e70bcb15fbd38b1c79c1f68b7e483b2b3e0daf
2023-06-29 08:57:51 +05:30
ROCm CI Service Account a7ab47589b SWDEV-389825 - intermittent failure on multithread test (#315)
- remove null stream from operation with other created streams on multithread test
- some general test fix

Change-Id: Icec7436f92a2d90dcee93ed5cdc4c8934d803fde
2023-06-29 08:57:38 +05:30
ROCm CI Service Account c24c6674ae SWDEV-367877 - add test to detect graph topology (#314)
- detect cycle and return error
- check whether cycle is resolved by removing edge
- remove egde from graph check for cycle and correct operation

Change-Id: I8fdab97c8fab6a66b252944f3db04d008bc68aaa
2023-06-29 08:57:20 +05:30
ROCm CI Service Account b839c2b3c3 SWDEV-388954 - Enable Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Positive_Basic (#311)
Change-Id: I9b28a4ddb6d757646ef0dcda9d4e746c2cd0ed19
2023-06-29 08:55:01 +05:30
ROCm CI Service Account ee04de73f8 SWDEV-388952 - Re-enable Unit_hipStreamSetCaptureDependencies_Positive_Functional test (#304)
Change-Id: Iaa65b1562c707e513d94939f423b89b67eaa5cf0
2023-06-29 08:54:47 +05:30
ROCm CI Service Account 8431248ca0 SWDEV-390849: Added new test cases for hipMemCpy with offset applied in src/dst pointers. (#263)
Change-Id: I252ac08a8deb1e6f213e56bc92ed7ef4579f67c9
2023-06-29 08:54:26 +05:30
ROCm CI Service Account 90de01adb9 SWDEV-393746 - Fix HIP sample failures-21, 22, 23 (#331)
Change-Id: Id839cf24ba5f16897428b19c0299ea781a5a6d09
2023-06-28 21:59:03 +05:30
ROCm CI Service Account 529d245738 SWDEV-393746 - Fix for HIP-Sample tests failure 16, 17, 18,19 (#332)
Change-Id: I088c1035f1f25e7a5cc65077ff0b8cd281fdaf55
2023-06-28 21:48:13 +05:30
ROCm CI Service Account 86b522692c SWDEV-403766 - Pass exclusive flag. (#337)
Change-Id: I83da5356b5874c3c4dc1f0e08d899079d5cfe385
2023-06-28 21:47:19 +05:30
ROCm CI Service Account a6ed21522d SWDEV-398174,SWDEV-398655,SWDEV-402054 - Fix runKernelForDuration() for Windows (#333)
Change-Id: If0cb99aa66a132c8228fd0a6bb56fdf644a99eae
2023-06-28 21:44:30 +05:30
Mirza Halilčević c695f1b146 EXSWHTEC-103 - Implement tests for hipDrvMemcpy3D APIs (#56)
- Implement basic behavior checks in all copy directions
- Implement synchronization behavior checks for expected behavior based on cuda docs
- Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen
- Implement negative parameter tests
- Implement all of the above for hipDrvMemcpy3D and hipDrvMemcpy3DAsync.
- Disable failing tests on AMD.
- Fix copyright disclaimer.
- Add defect issue numbers.
2023-06-28 20:16:25 +05:30
agunashe c2d51bad21 SWDEV-327563 - skip Unit_hipDeviceGetUuid_Positive on Windows (#200) 2023-06-28 15:46:59 +05:30
milos-mozetic 1af95c5a2a EXSWHTEC-224 - Test cases ID clean up and documentation for Initialization&Version (#83)
- Test cases ID clean up and documentation for Initialization and Version
2023-06-28 15:46:40 +05:30
agunashe 93961c148a SWDEV-327563 - skip Unit_hipMemAdvise_NegtveTsts test on linux (#158) 2023-06-28 12:51:22 +05:30
Mirza Halilčević 113a36c0eb EXSWHTEC-98 - Implement tests for hipMemcpy3D APIs (#55)
- Implement tests for hipMemcpy3D APIs
- Implement basic behavior checks in all copy directions
- Implement synchronization behavior checks for expected behavior based on cuda docs
- Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen
- Implement negative parameter tests
- Implement all of the above for hipMemcpy3D and hipMemcpy3DAsync.
- Disable failing tests on AMD.
- Fix copyright disclaimer.
2023-06-28 12:50:42 +05:30
nives-vukovic dd9b9b027f EXSWHTEC-106 - Reimplement tests for hipOccupancyMaxActiveBlocksPerMultiprocessor and hipOccupancyMaxPotentialBlockSize APIs (#46)
- Reimplement tests for hipOccupancyMaxActiveBlocksPerMultiprocessor and hipOccupancyMaxPotentialBlockSize APIs
- Add helper file occupancy_common.hh with parameterized templates
- Expand all positive and negative tests to use the templates
- Change section disable macros
- Disable AMD specific test due to defect
- Disable negative test using json file
- Fix disabled files
2023-06-28 12:49:28 +05:30
ROCm CI Service Account 329a350ec0 SWDEV-389689 - Rework oversubscription test to use threads instead of process. Also consider system memory when oversubscribing (#317)
Change-Id: If063552e9e2815f07e944259237310f6fef37ad5
2023-06-28 12:47:48 +05:30
milos-mozetic 15c91808cc EXSWHTEC-224 - Test cases ID clean up and documentation for Device Memory Access (#88)
- Test cases ID clean up and documentation for Device Memory Access
- Added group for deprecated Context Management
2023-06-28 09:47:04 +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
milos-mozetic 93751460f7 EXSWHTEC-224 - Test cases ID clean up and documentation for Error Handling (#72)
- Test cases ID clean up and documentation for Error Handling
2023-06-28 09:45:53 +05:30
milos-mozetic 3969e4a320 EXSWHTEC-224 - Test cases ID clean up and documentation for Event Management (#71)
- Test cases ID clean up and documentation for Event Management
2023-06-28 09:45:15 +05:30
milos-mozetic d0295c4295 EXSWHTEC-224 - Test cases ID clean up and documentation for Device Management (#70)
- Test cases ID clean up and documentation for Device Management
- Adjust doxygen comments to fix bugs
- Adjust defgroup comments for test modules
2023-06-28 09:44:00 +05:30
Mirza Halilčević 9f5bb4219a EXSWHTEC-191 - Implement additional tests for Host Graph Node APIs (#9)
- Tidy up hipGraphAddHostNode tests
- Tidy up hipGraphHostNodeGetParams tests
- Tidy up hipGraphHostNodeSetParams tests
- Tidy up hipGraphExecHostNodeSetParams tests.
- Disable failing test sections on AMD.
2023-06-28 09:34:52 +05:30
Maneesh Gupta 77c6d80f31 Update config_amd_linux_common.json
Disable unstable tests based on stress testing - 23Jun
2023-06-26 21:01:13 +05:30
ROCm CI Service Account 8ac31a8c97 SWDEV-396617 - updating test (#280)
Change-Id: Ibfe2a57cc04e100a75d9754d96ceb63c52c90417
2023-06-21 16:40:29 -07:00
ROCm CI Service Account 5f4af7cde4 SWDEV-393637 - Standardize the way to implement wait mechanism (#316)
Change-Id: I59027667806878191f9c641f27ce47e6f85ba40c
2023-06-21 21:27:36 +05:30
Maneesh Gupta efc742a900 SWDEV-397358 - Fix hipDeviceSetCacheConfig & hipDeviceSetSharedMemConfig tests (#312) 2023-06-21 16:00:42 +05:30
ROCm CI Service Account 849cd91612 SWDEV-360437 - use hipGetLastError() correctly (#295)
removing the unnecessary hipGetLastError since its interfering with subsequent tests

Change-Id: I6f78a265dd7e55c7ac48913eb68be266f9163df5
2023-06-21 16:00:20 +05:30
ROCm CI Service Account 9a40c9a6da SWDEV-385838 - Don't run Unit_HMM_OverSubscriptionTst test on non xnack device. (#271)
Change-Id: I342affb0cd62ce8fab4b35d6c9e0f1b6fb75bee9
2023-06-21 15:59:58 +05:30
ROCm CI Service Account b65b09234d SWDEV-389399 - [catch2][dtest] Adding hipStreamSynchronize scenarios when streams are in capturing mode (#270)
Change-Id: Ib2f919d84f6acc136db582ca0ac717634e8e5be9
2023-06-21 15:59:45 +05:30
ROCm CI Service Account 573d14a3bf SWDEV-392791 - [catch2][dtest] Migrating locally available test cases of hipStreamCreateWithPriority() api to Catch2 (#269)
Change-Id: I232f9d2e4d469f8b46639d020b58bbbbcf09a6d4
2023-06-21 15:59:33 +05:30
ROCm CI Service Account 71bab0ef2f SWDEV-395559 - Test to check __half2_raw can be initialized without designator. (#268)
Change-Id: I6dc15074c77b19791babc85c4b32eaa9c1c808d5
2023-06-21 15:59:17 +05:30
ROCm CI Service Account b795171649 SWDEV-392758 - Link with thread lib. (#267)
Change-Id: I2442f5f0e62238826560717e6719184a6a25dbc5
2023-06-21 15:59:04 +05:30
ROCm CI Service Account a39758ca15 SWDEV-388939 - Enable Unit_hipGraphAddMemcpyNode1D_Negative_Basic (#266)
Change-Id: If5256384c1c5bdc592374d1baed8a2be0f1a432f
2023-06-21 15:58:51 +05:30
ROCm CI Service Account 6ce5d7457c SWDEV-387925 - Remove comparisons that are based on available memory returned from hipMemGetInfo (#262)
Change-Id: I3e4b539425482bbda578fd3127f118d47c611db3
2023-06-21 15:58:39 +05:30
ROCm CI Service Account e7348b1f04 SWDEV-388950 - updating test (#250)
Change-Id: I402542b53a84203a8f047534e40e3571bf1eb0c3
2023-06-21 15:58:27 +05:30
ROCm CI Service Account 82e874fc0b SWDEV-373476 - [catch2][dtest] hipGraphDebugDotPrint API test case added with supported type of nodes (#248)
Change-Id: Id910fabd651a28863e67fe497cd832d8b1ea7802
2023-06-21 15:58:15 +05:30
ROCm CI Service Account 031a15e32f SWDEV-373476 - [catch2][dtest] hipGraphKernelNodeCopyAttributes API test (#247)
Change-Id: I2ee5e21a438fbd7f7f96f2798039f9631881e25d
2023-06-21 15:58:04 +05:30
ROCm CI Service Account 1b4f3bbc99 SWDEV-379359 - [catch2][dtest] hipGraphKernelNodeGetAttribute API test (#246)
Change-Id: Ief701260ec1031019986f6afe87b43777830e5be
2023-06-21 15:57:52 +05:30
ROCm CI Service Account 779a7ba03d SWDEV-389647 - correct typo. (#245)
Change-Id: I4fe492851c110d47244c599a4ceea62380544f8f
2023-06-21 15:57:40 +05:30
ROCm CI Service Account eea59ab941 SWDEV-378057 - [catch2][dtest] Test cases for hipStreamGetDevice API (#223)
Change-Id: I456e32bfaaa1b284c590015e3319c49e47236f71
2023-06-21 15:57:26 +05:30
ROCm CI Service Account 6e4bfd4bce SWDEV-358553 - Fixed all compiling bugs (#214)
Change-Id: I6f5316d76b2fad534f670b18138fc100c313be0d
2023-06-21 15:57:11 +05:30
ROCm CI Service Account 9760ccd5dc SWDEV-343380 - [catch2][dtest] Test cases for hipDrvGetErrorName and hipDrvGetErrorString APIs (#122)
Change-Id: I61c124ef1c968a56b103a4ada2decd4fb2041527
2023-06-21 15:56:54 +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 ec9c1fd270 SWDEV-369618 - [catch2][dtest] Enabling invalid flag test on AMD platform. (#203)
Change-Id: Id41a00ed26b334a04e67de1d1cf81f4708786e7b
2023-06-21 11:53:45 +05:30
ROCm CI Service Account 17d3f51eff SWDEV-372504 - [catch2][dtest] Added additional functional tests for the API hipGraphAddMemcpyNode() and hipGraphAddMemcpyNode1D() (#146)
Change-Id: I5bd0f8540adf4938606d650863e5e31e6a6aaff8
2023-06-21 11:53:18 +05:30
ROCm CI Service Account 16e9c911ff SWDEV-366390 - [catch2][dtest] Added additional functional tests for the API hipGraphLaunch() (#140)
Change-Id: I47f299731ee19428dca62d1a2d67569fdcd5bf11
2023-06-21 11:53:01 +05:30
ROCm CI Service Account cbf80dda94 SWDEV-366390 - [catch2][dtest] Adding additional functional tests for hipGraphAddEmptyNode() (#106)
Change-Id: Ibc2f72280a0c4f50c7d28acd5e5de4b6e835a3d6
2023-06-21 11:52:37 +05:30
Mirza Halilčević 973109fec0 EXSWHTEC-194 - Implement tests for User Object Graph APIs (#30)
- Tidy up hipUserObjectCreate tests
- Tidy up hipUserObjectRelease tests
- Tidy up hipUserObjectRetain tests
- Tidy up hipGraphReleaseUserObject tests
- Tidy up hipGraphRetainUserObject tests
- Separate tests into multiple files.
2023-06-21 11:52:14 +05:30