Ioannis Assiouras
3191fecb78
SWDEV-411880,SWDEV-411881 - Enable deviceAllocation[Malloc/New] tests ( #388 )
...
[ROCm/hip-tests commit: 69bce6be08 ]
2023-08-14 21:31:03 +05:30
ROCm CI Service Account
5f143dbf22
SWDEV-394940 - [catch2][dtest] Adding basic testcases with HIPRTC apis for supported compiler options & also with combination of compiler options ( #327 )
...
Change-Id: Ie393e91afe195387152b588780e3109f21d1ad94
[ROCm/hip-tests commit: 58b55f9544 ]
2023-08-14 21:17:40 +05:30
Sourabh U Betigeri
981a0081d1
Disabling tests on windows to allow PR 849086 ( #318 )
...
Change-Id: Id769c12448cac5f185083d89211a7f2683852ebb
[ROCm/hip-tests commit: f5b1bdb7e5 ]
2023-08-14 20:53:59 +05:30
ROCm CI Service Account
a4378fe258
SWDEV-385489 - [catch2][dtest] Adding scenarios for hipEventCreateWithFlags() with hipEventDisableSystemFence and default flags ( #282 )
...
Change-Id: Ied3dce437f34d793eb3715999125924ff74ff9b8
[ROCm/hip-tests commit: 23b02df2a1 ]
2023-08-14 20:53:37 +05:30
ROCm CI Service Account
c39777c629
SWDEV-386902 - [catch2][dtest] Test case to verify hipStreamCreate Performance ( #222 )
...
Change-Id: I8e6695a4e9214bc9ade598be993e1cbf0b1d210d
[ROCm/hip-tests commit: cdf434b357 ]
2023-08-14 20:52:06 +05:30
ROCm CI Service Account
7e6f301b4e
SWDEV-383372 - [catch2][dtest] Adding corner and stress tests for hipHostMalloc(). ( #208 )
...
Change-Id: I2308059e50a951a1e70de4f90fef9e2c76af21f1
[ROCm/hip-tests commit: 0b56a9d38c ]
2023-08-14 20:50:29 +05:30
milos-mozetic
a2ae1bcb87
EXSWHTEC-224 - Test cases ID clean up and documentation for Texture Management ( #92 )
...
- Update hipBindTextureToMipmappedArray.cc
- Fix build error for undeclared identifier 'ret'
- Disable tests which fail in external CI
[ROCm/hip-tests commit: 7c7884a2d9 ]
2023-08-14 20:45:35 +05:30
Satyanvesh Dittakavi
5879e92e78
SWDEV-395996 - Disable hiprtc tests temporarily ( #379 )
...
[ROCm/hip-tests commit: 9c24abc77b ]
2023-08-14 12:07:05 +05:30
Maneesh Gupta
27a7591e94
Temporarily disable unstable tests ( #376 )
...
* Update config_amd_linux_MI2xx.json
* Update config_amd_linux_common.json
[ROCm/hip-tests commit: f7295e3ea3 ]
2023-07-26 16:54:35 +05:30
ROCm CI Service Account
0b6f88a5d3
SWDEV-409113,SWDEV-409114,SWDEV-409112,SWDEV-409111,SWDEV-409110,SWDEV-409109,SWDEV-409096,SWDEV-409105 - Remove strong assumptions on hipMemGetInfo reported memory. ( #373 )
...
Change-Id: I6751e20690b93a3db35d98e45d295e5465387c5a
[ROCm/hip-tests commit: b8fb6f88b9 ]
2023-07-20 10:20:05 +05:30
ROCm CI Service Account
969c118fa5
SWDEV-409588 - hipMemsetDSync tests should not use the size as 1 while using D32/D16 APIs ( #372 )
...
Change-Id: I32c9bed860ddf4fe0d7bba21dce9bd720168c396
[ROCm/hip-tests commit: 74c143392b ]
2023-07-20 10:18:30 +05:30
ROCm CI Service Account
6fb65da9a1
SWDEV-403770 - Enable tests. ( #330 )
...
Change-Id: I6e31c7ecea0f8343c37fd8a6249bf1cf1e455be6
[ROCm/hip-tests commit: faa2dd7cfb ]
2023-07-20 10:15:03 +05:30
ROCm CI Service Account
bd120fef5a
SWDEV-366390 - [catch2][dtest] Adding additional functional tests for hipGraphAddChildGraphNode() ( #107 )
...
Change-Id: I132141db9d9fee9c8ed3a28f11b2c729042588f0
[ROCm/hip-tests commit: a23c6a140a ]
2023-07-18 13:03:05 +05:30
agunashe
4dfba013ff
SWDEV-402054 - Disable Unit_hipEventDestroy_WithWaitingStream ( #278 )
...
skip Unit_hipEventDestroy_WithWaitingStream in both linux/windows
[ROCm/hip-tests commit: 3c11353740 ]
2023-07-18 13:01:07 +05:30
agunashe
d660c0a84d
SWDEV-400049 - disable Unit_hipMemsetDSync – init16_t ( #264 )
...
tdr in windows so disabling the test
[ROCm/hip-tests commit: 0be7e3d12d ]
2023-07-18 13:00:29 +05:30
Ioannis Assiouras
0d73b9c81f
SWDEV-398646 - Skip Unit_hipStreamAddCallback_StrmSyncTiming ( #261 )
...
Unit_hipStreamAddCallback_StrmSyncTiming fails on windows because of timing issues.
[ROCm/hip-tests commit: b9fde9f27c ]
2023-07-18 12:59:37 +05:30
agunashe
7dbb3a94ae
SWDEV-396963 - skip Unit_hipMemcpy2DFromArrayAsync_Positive_Synchronization_Behavior ( #243 )
...
Co-authored-by: Rakesh Roy <137397847+rakesroy@users.noreply.github.com >
[ROCm/hip-tests commit: 26bc233996 ]
2023-07-18 12:59:03 +05:30
milos-mozetic
4c7a0c7bef
EXSWHTEC-231 - Implement custom Benchmarking tool for Performance tests ( #117 )
...
- Introduce performance tests to project.
- Improve benchmarking utilities.
- Delete copy constructors from Timer and Benchmark classes.
- Disable Catch2's benchmarking functionalities.
- Address review comments and add progress bar/display output to the Benchmarking tool
- Add flushing of the buffer on the benchmark name display
- Introduce command line options.
- Add allocation type to string helper function.
- Add output modifier to Benchmark class.
- Fix invalid calculation of deviation
- Update performance_common.hh
- Resolve build error on Windows by adding include for reduce and accumulate
[ROCm/hip-tests commit: 5fbbdcae68 ]
2023-07-18 12:53:27 +05:30
Maneesh Gupta
d7c774b709
Disable tests failing in stress testing.
...
[ROCm/hip-tests commit: ad9f036f1d ]
2023-07-14 12:11:16 +05:30
Marko Veniger
047d0370cd
EXSWHTEC-20 - hipFreeAsync negative tests ( #38 )
...
- Added negative tests for hipFreeAsync
- nullptr check for pointer parameter
- invalid stream handle for stream parameter
- Update config_nvidia_linux_common.json
[ROCm/hip-tests commit: bf50c2d2d8 ]
2023-07-11 14:08:00 +05:30
music-dino
b39c25b32b
EXSWHTEC-75 - Implement tests for hipMemcpyAsync and derivatives ( #18 )
...
- Basic positive tests
- Negative parameter tests
- Disable tests failing on CI
[ROCm/hip-tests commit: 3f9c1dd5b3 ]
2023-07-11 09:28:26 +05:30
ROCm CI Service Account
5309a60ae2
SWDEV-373231 - Enable RTC atomics tests as they are fixed ( #127 )
...
Change-Id: I4b6ef78a5b1bb537e2e89b5e36a045cd2ec935d4
[ROCm/hip-tests commit: 9adcb28335 ]
2023-07-10 18:59:53 +05:30
Maneesh Gupta
a1eee14072
Disable test Unit_hipExtModuleLaunchKernel_NonUniformWorkGroup ( #361 )
...
* Update config_amd_linux_common.json
* Update config_amd_windows_common.json
[ROCm/hip-tests commit: e4734d3ec4 ]
2023-07-10 11:47:54 +05:30
milos-mozetic
c5b57687b2
EXSWHTEC-282 - Implement Unit Tests for channel descriptor create function ( #215 )
...
- Implement basic test cases for channel descriptor API
- Fix indentation
- Refactor channel descriptor tests
- Extend the list of FormatNone types
- Implement unit test for 16-Bit Floating-Point channel descriptor
- Regroup vector types and basic types within test cases
- Add builtin types to the size/kind calculation
- Uncomment mistakenly commented tests
- Remove cout from channel_descriptor_common.hh
- Exclude 16-bit floating point tests from NVIDIA build due to the build error for hipCreateChannelDescHalf* functions
- Add doxygen comments and disable tests due to defects
- Fix errors in doxygen comments
- Rename group for channel descriptor
- Modify Copyright header comment
- Apply clang-format
- Use std::is_same_v<> instead of std::is_same<>::value to enhance readability
- Disable failed tests on external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/215
[ROCm/hip-tests commit: 262dc3d072 ]
2023-07-09 09:08:20 +05:30
ROCm CI Service Account
4e3f45443c
SWDEV-403768 - Enable test ( #349 )
...
Change-Id: I64e446d71e92898d74bdfa8acdb76d4de8aa29ab
[ROCm/hip-tests commit: d6b0f53ac7 ]
2023-07-08 20:55:39 +05:30
ROCm CI Service Account
799859507d
SWDEV-362365 - Enable Unit_hipDeviceSetSharedMemConfig_Negative_Parameters. ( #219 )
...
Change-Id: Ib8e2ac7abb2c64bc5140b2bc64e768d4312b2440
[ROCm/hip-tests commit: 8a49594fdb ]
2023-07-08 20:53:10 +05:30
milos-mozetic
d7f8a95ce1
EXSWHTEC-100 - Miscellaneous modifications to existing memory tests ( #96 )
...
- Miscellaneous modifications to existing memory tests
- Update config_amd_linux_common.json
- Update config_amd_windows_common.json
- Disable tests which failed on external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96
[ROCm/hip-tests commit: 2f64855322 ]
2023-07-08 20:51:34 +05:30
milos-mozetic
1bb4348c3b
EXSWHTEC-224 - Test cases ID clean up and documentation for Execution Control ( #85 )
...
- Test cases ID clean up and documentation for Execution Control
- Update config_nvidia_linux_common.json
- Disable test which failed on external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/85
[ROCm/hip-tests commit: e103027f81 ]
2023-07-08 20:50:41 +05:30
Maneesh Gupta
276fc44d34
Update config_amd_linux_common.json
...
Disable unstable tests based on stress testing - 30Jun
[ROCm/hip-tests commit: dfa8015901 ]
2023-07-06 14:21:34 +05:30
ROCm CI Service Account
726c83a48b
SWDEV-398980 - Fix Unit_hipMemcpyPeer_Positive_Synchronization_Behavior ( #335 )
...
Change-Id: I8ed51134a351f5303c10c9cfad8485e1493bec4d
[ROCm/hip-tests commit: 1ab7f46fda ]
2023-06-29 09:04:53 +05:30
ROCm CI Service Account
455aa631a9
SWDEV-388937, SWDEV-388930 - Re-enable previously skipped tests ( #334 )
...
* SWDEV-388937, SWDEV-388930 - Re-enable previously skipped tests
Change-Id: I5849c137cde2d37a8f1cca7dd701b3e1eba3cbc2
[ROCm/hip-tests commit: 4bafb63c02 ]
2023-06-29 09:04:30 +05:30
ROCm CI Service Account
230833b77b
SWDEV-388937 - Re enable test ( #328 )
...
Change-Id: I1a1ec2f370e3dff4ba0c952665f254d11548dc53
[ROCm/hip-tests commit: 01697418be ]
2023-06-29 08:59:32 +05:30
ROCm CI Service Account
011b44b482
SWDEV-393910 - Port gfx940 changes to mainline. ( #321 )
...
Change-Id: I77e70bcb15fbd38b1c79c1f68b7e483b2b3e0daf
[ROCm/hip-tests commit: d33ccb3569 ]
2023-06-29 08:57:51 +05:30
ROCm CI Service Account
00c348bf3d
SWDEV-388954 - Enable Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Positive_Basic ( #311 )
...
Change-Id: I9b28a4ddb6d757646ef0dcda9d4e746c2cd0ed19
[ROCm/hip-tests commit: b839c2b3c3 ]
2023-06-29 08:55:01 +05:30
ROCm CI Service Account
8aa3e159bb
SWDEV-388952 - Re-enable Unit_hipStreamSetCaptureDependencies_Positive_Functional test ( #304 )
...
Change-Id: Iaa65b1562c707e513d94939f423b89b67eaa5cf0
[ROCm/hip-tests commit: ee04de73f8 ]
2023-06-29 08:54:47 +05:30
Mirza Halilčević
6f035718cc
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.
[ROCm/hip-tests commit: c695f1b146 ]
2023-06-28 20:16:25 +05:30
agunashe
c8f4f91a73
SWDEV-327563 - skip Unit_hipDeviceGetUuid_Positive on Windows ( #200 )
...
[ROCm/hip-tests commit: c2d51bad21 ]
2023-06-28 15:46:59 +05:30
agunashe
562a022bba
SWDEV-327563 - skip Unit_hipMemAdvise_NegtveTsts test on linux ( #158 )
...
[ROCm/hip-tests commit: 93961c148a ]
2023-06-28 12:51:22 +05:30
nives-vukovic
a8a0863e43
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
[ROCm/hip-tests commit: dd9b9b027f ]
2023-06-28 12:49:28 +05:30
ROCm CI Service Account
be8a0d7d2c
SWDEV-389689 - Rework oversubscription test to use threads instead of process. Also consider system memory when oversubscribing ( #317 )
...
Change-Id: If063552e9e2815f07e944259237310f6fef37ad5
[ROCm/hip-tests commit: 329a350ec0 ]
2023-06-28 12:47:48 +05:30
milos-mozetic
16eee59975
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
[ROCm/hip-tests commit: 15c91808cc ]
2023-06-28 09:47:04 +05:30
Maneesh Gupta
a2a80494ef
Update config_amd_linux_common.json
...
Disable unstable tests based on stress testing - 23Jun
[ROCm/hip-tests commit: 77c6d80f31 ]
2023-06-26 21:01:13 +05:30
ROCm CI Service Account
1a351b31f4
SWDEV-393637 - Standardize the way to implement wait mechanism ( #316 )
...
Change-Id: I59027667806878191f9c641f27ce47e6f85ba40c
[ROCm/hip-tests commit: 5f4af7cde4 ]
2023-06-21 21:27:36 +05:30
Maneesh Gupta
695870d846
SWDEV-397358 - Fix hipDeviceSetCacheConfig & hipDeviceSetSharedMemConfig tests ( #312 )
...
[ROCm/hip-tests commit: efc742a900 ]
2023-06-21 16:00:42 +05:30
ROCm CI Service Account
57c2eb84cc
SWDEV-388939 - Enable Unit_hipGraphAddMemcpyNode1D_Negative_Basic ( #266 )
...
Change-Id: If5256384c1c5bdc592374d1baed8a2be0f1a432f
[ROCm/hip-tests commit: a39758ca15 ]
2023-06-21 15:58:51 +05:30
ROCm CI Service Account
bca4f634aa
SWDEV-388958 - Enable Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Positive_Basic ( #300 )
...
Change-Id: I05937863e6ebbc991ff421c8b013140149c12c00
[ROCm/hip-tests commit: f4feab33bc ]
2023-06-19 22:11:43 -07:00
ROCm CI Service Account
baaf8ee17d
SWDEV-388943 - Enable Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Positive_Basic ( #310 )
...
Change-Id: I7aabc2530b2cf05459e79edd41d73d6d0ec5f7d1
[ROCm/hip-tests commit: ca6882f031 ]
2023-06-19 22:10:21 -07:00
ROCm CI Service Account
9387c33cc8
SWDEV-403762 - Enable Unit_hipDeviceGetPCIBusId_Negative_PartialFill. ( #302 )
...
Change-Id: I29d3bbc49a83191419e12cd08be755f53d63f1b0
[ROCm/hip-tests commit: f1dd16074b ]
2023-06-19 09:39:03 -07:00
ROCm CI Service Account
e115daf435
SWDEV-388922 - SWDEV-388942 - Enabled Unit_hipGraphMemsetNodeSetParams_Positive_Basic and Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic tests. ( #303 )
...
Change-Id: I8791270eccf1140bc757d8a9f4a1a0d7dd533125
[ROCm/hip-tests commit: 7a4ee317e9 ]
2023-06-19 09:38:29 -07:00
ROCm CI Service Account
022b61a567
SWDEV-391999 - Enable Unit_hipMemset_Negative_OutOfBoundsPtr ( #306 )
...
Change-Id: I7f5ffaff7ff7f62d300610cd348df441fed701ea
[ROCm/hip-tests commit: 042d27a5f8 ]
2023-06-19 09:37:56 -07:00