Rahul Manocha
6cde56faa8
SWDEV-492165 - Add new test types for atomicCAS and unsafeAtomicAdd
...
Change-Id: Icacb6e94c64c5d4ce3f15c6d4a50fe8506cedfa9
[ROCm/hip-tests commit: c7236e3e2e ]
2025-02-11 13:21:22 -05:00
Branislav Brzak
b7f9ee2330
SWDEV-447357 - Implement test coverage report integration
...
Change-Id: I2dd0d375517e421493713106ab436b63222be5d6
[ROCm/hip-tests commit: fc1066ca9f ]
2025-02-05 04:17:09 -05:00
Ioannis Assiouras
360b0b68cc
SWDEV-490855 - Enabled Perf_KernelLaunchLatency_IncreasingNumberOfStreams under perftests
...
Change-Id: I2a494022d5cc113dce044faadd7d2462a2aece08
[ROCm/hip-tests commit: 472e0b7b20 ]
2025-02-04 13:20:47 -05:00
Tao Sang
27c52062ae
FEAT-62198 - Extend device scope for disabled cases
...
Change-Id: I814e35c528d90ed2bbb34d77377f1b7fd3f1f11d
[ROCm/hip-tests commit: 267d120bb0 ]
2025-01-31 11:42:13 -05:00
Jatin Chaudhary
b5c5d67f7a
SWDEV-501779 - add host tests for fp16
...
Change-Id: I47a117bb6fbfe1d5c7262238b97d9fccf7d4222c
[ROCm/hip-tests commit: 84a460d96b ]
2025-01-31 04:24:12 -05:00
Jatin Chaudhary
9e607d2122
SWDEV-425090 - remove some tests
...
Remove set of tests which checks for string "error" in clang's output.
This is something HIP can not control and can lead to failures when we
move around with C++ versions or clang decides to make some changes in
its error logging.
Change-Id: Iddbc3177d5a934bd4113e1475d0c759019270aed
[ROCm/hip-tests commit: 4ccc9677c0 ]
2025-01-31 04:21:28 -05:00
Vladana Stojiljkovic
09c23c5a1c
SWDEV-477981 - Implement tests for hipTexRefGetFlags
...
Change-Id: Iaa57185aa190ee44eb4ca54bc96bfac777ba0dd2
[ROCm/hip-tests commit: c1cc0e4ffe ]
2025-01-31 04:04:18 -05:00
Vladana Stojiljkovic
3be5c48036
SWDEV-475127 - Implement tests for hipBindTextureToArray
...
Change-Id: Id9eb92eed120dc214a4bfc9405997e4b706f7a4b
[ROCm/hip-tests commit: 9a41214bba ]
2025-01-31 04:03:54 -05:00
Anavena Venkatesh
0ca7f8a65d
SWDEV-491363 - [catch2][dtest] Added test cases for missed graph APIs
...
Change-Id: Ic740c52992b8d0a325f09b1db0adf599561e1a1d
[ROCm/hip-tests commit: e9177bd83b ]
2025-01-27 10:45:37 -05:00
Ioannis Assiouras
aaecd3e058
SWDEV-493278 - Fix error codes in Unit_hipStreamBatchMemOp_Negative_Tests
...
Change-Id: I560da08d94b2ec41bbb5d5dc96561b79daa410a5
[ROCm/hip-tests commit: 22946cd158 ]
2025-01-27 14:00:24 +00:00
Vladana Stojiljkovic
08e2b6a15d
SWDEV-486969 - Reuse existing tests to verify behavior of capturing sync Memcpy APis
...
Change-Id: I7e94743d6957ffaadae9cff297e3f0d93f9ff806
[ROCm/hip-tests commit: 6c5468f802 ]
2025-01-26 07:56:32 -05:00
Vladana Stojiljkovic
cfc21116a6
SWDEV-491280 - Create capture tests for Peer APIs
...
Change-Id: Ib35ab1155b19e00f7f297e6eaf395709d5767d7c
[ROCm/hip-tests commit: 59ace1e080 ]
2025-01-26 07:56:15 -05:00
Ajay
d0d2204a53
SWDEV-465215 - fixes for hipFuncGetAttribute tests
...
Fixes SWDEV-465215, SWDEV-465213, SWDEV-465212
Change-Id: I08b114bf647366abcf900d6b2a17f77ca608fc46
[ROCm/hip-tests commit: 6059eaa7c1 ]
2025-01-24 16:08:09 -05:00
Tao Sang
2a5f431380
SWDEV-479138 - Enable different address modes
...
Enable different address modes in tests
Change-Id: Idf69477718172614ba9c349735d3230ae765923b
[ROCm/hip-tests commit: 58d4bd27a3 ]
2025-01-24 13:49:27 -05:00
SrinivasaRao
93b661d9b0
SWDEV-493278-[catch2][dtest]-Negative Tests for the hipStreamBatchMemOp API
...
Change-Id: I408aa01e279817b44ff05571f3251a281dd5a4f6
[ROCm/hip-tests commit: 7d2ed4bd39 ]
2025-01-24 13:47:16 -05:00
Rambabu Swargam
ce3f70c1d5
SWDEV-506876 - [catch2][dtest] Enable stress tests for hipStreamLegacy
...
Change-Id: Ica8d0e68f4ec19af48d6d417f018b9d8f375125d
[ROCm/hip-tests commit: 94f5907371 ]
2025-01-24 13:34:29 -05:00
Jaydeep Patel
569616832a
SWDEV-496544 - Memory needs visibility system wide as CPU and GPU both needs to see updated value by each other.
...
Change-Id: Ia80e69455aeb06b9281f75313ba39b621d6929c5
[ROCm/hip-tests commit: 5244a426c7 ]
2025-01-24 13:28:17 -05:00
Tao Sang
2d122ae751
SWDEV-506090 - Fix Unit_hipMemAdvise_TstAlignedAllocMem
...
Change-Id: I651c25f011d24d0190c62586722b81ddc580655f
[ROCm/hip-tests commit: 5f2992a546 ]
2025-01-24 13:16:27 -05:00
SrinivasaRao
8ca1e6634a
SWDEV-493282-[catch2][dtest]-Negative Tests for the hipGraphBatchMemOpNodeSetParams API
...
Change-Id: I4dac4608b054a7c93c2fb94b047f5e0b3f96f74d
[ROCm/hip-tests commit: 01ad9df4b6 ]
2025-01-22 12:27:33 -05:00
Marko Arandjelovic
719600ccc4
SWDEV-489617 - Enable Unit_hipMemcpyAsync_Positive_Synchronization_Behavior
...
- Since any-host-to-any-host as always synchronous, there's no need for
separate functions
- Removed 'return' statement as it skips the rest of the test.
Change-Id: If70e0b21ad8151311d5ac7c5de789f6265cf44b6
[ROCm/hip-tests commit: 3809d1bb75 ]
2025-01-22 10:54:18 -05:00
Vladana Stojiljkovic
32b07e3262
SWDEV-477597 - Implement tests for hipTexRefSetFlags
...
Change-Id: I0651882fe2eef1565a4fedfdd2fa4b23e4bb3f0a
[ROCm/hip-tests commit: 5e32a3fcd2 ]
2025-01-22 10:53:44 -05:00
Vladana Stojiljkovic
effe0ff424
SWDEV-475701 Implement tests for hipUnbindTexture
...
Change-Id: I16565b01c629774d48e8665ffb6901600980e297
[ROCm/hip-tests commit: d617a002eb ]
2025-01-22 10:53:24 -05:00
Vladana Stojiljkovic
ce1c6cef26
SWDEV-478207 - Implement tests for hipTexRefGetMaxAnisotropy
...
Change-Id: I18e1aff22d56852c038d643b4527230a7a1ff22c
[ROCm/hip-tests commit: 7fcc9542d6 ]
2025-01-22 10:53:04 -05:00
Marko Arandjelovic
8a7bdf2e58
SWDEV-478050 - Add unit test for hipTexRefGetFormat and hipTexRefSetFormat
...
Change-Id: Iee23fdcb20efa9529478180cdb5c28c6be702966
[ROCm/hip-tests commit: d7b38d051f ]
2025-01-22 10:52:29 -05:00
Marko Arandjelovic
6898aafa88
SWDEV-476856 - Add unit test for hipGetTextureReference
...
Change-Id: I4724fb9f9d68c3ab7d4396159e46857f84e35446
[ROCm/hip-tests commit: 7ed4d87974 ]
2025-01-22 10:52:05 -05:00
Marko Arandjelovic
0d1d0c718e
SWDEV-475114 - Add unit test for hipBindTexture2D
...
Change-Id: I6d7c1b4c7d40433c914dac2b991acf228cef318f
[ROCm/hip-tests commit: 114524f732 ]
2025-01-22 10:51:15 -05:00
Marko Arandjelovic
a8104a0ef4
SWDEV-478520 - Add unit test for hipTexRefSetAddress
...
Change-Id: I488f6d74f2ded071767c6e785845cc6d489ebe66
[ROCm/hip-tests commit: 89c16b9ded ]
2025-01-22 10:50:47 -05:00
Marko Arandjelovic
af1e90b83f
SWDEV-476825 - Add unit test for hipTexRefGetAddress
...
Change-Id: I65623737b6ce3cde061f6d5bf4f1c61b20a2c66f
[ROCm/hip-tests commit: e7e07f1fe6 ]
2025-01-22 10:49:47 -05:00
Rahul Manocha
cdb12c5306
SWDEV-488397 - Enable Peer memory access for threadfence tests
...
Change-Id: I4fa8c033c06dc4d247d29c43438e6a56343b0bf8
[ROCm/hip-tests commit: 9a7d9688d7 ]
2025-01-22 10:36:16 -05:00
Jatin Chaudhary
8f9a96f970
SWDEV-508958 - [6.4 Preview] include some used headers
...
Change-Id: I540c422a5ac10189af24a516e57fc804ec67797d
[ROCm/hip-tests commit: ddcdfa6b84 ]
2025-01-22 09:10:44 -05:00
SrinivasaRao
4c513305a1
SWDEV-493299-Test Env variable to avoid silent errors with hipGetLastError feature
...
Change-Id: Iec5720021f626f2021595db5bb2d2c99c0deeefd
[ROCm/hip-tests commit: 08b2adef47 ]
2025-01-22 09:07:40 -05:00
SrinivasaRao
bdcfdb57d4
SWDEV-493280-[catch2][dtest]-Negative Tests for the hipGraphAddBatchMemOpNode API
...
Change-Id: I30e4a6ed8d08247a7edc5fb6b51c5297b22273de
[ROCm/hip-tests commit: ed59886628 ]
2025-01-22 09:06:54 -05:00
SrinivasaRao
5fcb433508
SWDEV-493287-[catch2][dtest] Functional tests for the hipGraphNodeFindInClone api
...
Change-Id: I6fa267c942f59985a2d90d5365ad49d93ef30a89
[ROCm/hip-tests commit: 5d5614929c ]
2025-01-21 22:59:51 -05:00
SrinivasaRao
36c4a39444
SWDEV-491360-[catch2][dtest]-Improve hipGraphLaunch parallelism tests-stream collision
...
Change-Id: I1ea60bfbf4b738ed83a3e11ceb80ba7dd1f21998
[ROCm/hip-tests commit: f24fc09ed4 ]
2025-01-21 22:43:43 -05:00
SrinivasaRao
fa51cf8b3e
SWDEV-493289-[catch2][dtest]-Negative Tests for the hipGraphExecBatchMemOpNodeSetParams API
...
Change-Id: I52fde7f8bf7ab8275d8484aa52685830689df174
[ROCm/hip-tests commit: 87d771b155 ]
2025-01-21 13:03:41 -05:00
Rambabu Swargam
f0e8bcc19b
SWDEV-491363 - [catch2][dtest] Add and Enable tests for Graph APIs
...
Details :
1) Add tests for hipDrvGraphExecMemsetNodeSetParams
2) Enable commented tests for hipDrvGraphMemcpyNodeSetParams
Change-Id: Ia4771e1dea022b5f4316b66c0bd585f0f941ab77
[ROCm/hip-tests commit: c90d83366f ]
2025-01-21 12:59:03 -05:00
Rambabu Swargam
41cf067716
SWDEV-467854 - [catch2][dtest] Functional testcases for hipGetProcAddress API - Part 2
...
Change-Id: I4619f8e69b75d1193e98adce2707bf7876b1ba59
[ROCm/hip-tests commit: 7fb9301d6b ]
2025-01-21 12:53:28 -05:00
Aidan Belton-Schure
3d9bb9180e
SWDEV-462483 - Add test for shfl_xor_sync with small numbered groups
...
Change-Id: I8bd91bed686163bcb6582d16e4ff842af84a7d36
[ROCm/hip-tests commit: 5fd10bc7bc ]
2025-01-20 10:01:31 -05:00
Marko Arandjelovic
9353111620
SWDEV-509010 - Add missing CHECK_IMAGE_SUPPORT
...
Change-Id: I87c7925c0fbb7b8b9c1ecbeaa0a572f744f3a6bc
[ROCm/hip-tests commit: 08341ee719 ]
2025-01-17 08:14:22 -05:00
Michael Xie
b2f415e866
SWDEV-494221 - Remove unnecessary hipEventRecord
...
- Removed unnecessary hipEventRecord and fixed time calculation in
hipPerfDispatchSpeed.cc where it was off by a factor of 1,000.
Change-Id: If538e1d236cf0e6d3c69caf7af53c9095d812ad6
[ROCm/hip-tests commit: b1f9f86543 ]
2025-01-16 11:45:20 -05:00
Rambabu Swargam
415bd0878b
SWDEV-493295 - [catch2][dtest] Adding additional tests for hipMalloc
...
Change-Id: I600e77ac5d07d169c34090041d2663741f3d4882
[ROCm/hip-tests commit: 274fb5d974 ]
2025-01-16 11:23:06 -05:00
Ioannis Assiouras
8f2a9a4f89
SWDEV-506983 - Added check for image support in Unit_hipTexRef[Get/Set]BorderColor_Negative
...
Change-Id: Ie2aead3b94d97917bdc0a57125e80dcfd1a60f28
[ROCm/hip-tests commit: 78c5e6e502 ]
2025-01-15 18:57:28 -05:00
agunashe
9e724e935d
SWDEV-504240 - linux: skip atomicMax tests for all ASICs
...
Change-Id: Ic7b37f0734f728c2ef21e7acd9f280039fbbe4b2
[ROCm/hip-tests commit: 05b59788c6 ]
2025-01-15 14:38:13 -05:00
Anusha GodavarthySurya
6ed3189174
SWDEV-508023 - Disable hipDeviceGetGraphMemAttribute_Positive_DoubleMemory windows psdb failure
...
Change-Id: I846075d79e87368d2ec463d5c94ddc7dadcf2e9a
[ROCm/hip-tests commit: 1175f9b0b4 ]
2025-01-14 08:44:51 -05:00
Jaydeep Patel
d43cc9ab7d
SWDEV-500201 - UUID deduction logic ends up accessing empty map/nullptr on Phoenix2 APU as it finds GFX-XX which is ignored in logic.
...
Change-Id: Ieed60dc4665d2b87ea994834457b026a3f58cb49
[ROCm/hip-tests commit: 9be5380d40 ]
2025-01-13 13:53:08 -05:00
taosang2
b543624e2c
SWDEV-438503 - Enable unified memory test
...
Change-Id: I7bfc8600521d78d8c73ab626f9846cd268651279
[ROCm/hip-tests commit: 22485fc93f ]
2025-01-13 13:49:55 -05:00
Rambabu Swargam
0c242e09cb
SWDEV-493285 - [catch2][dtest] Additional testcases for hipGraphInstantiateWithFlags
...
Change-Id: I5c5261cb908cf4dfa66f4e36312da6befe9fabc0
[ROCm/hip-tests commit: 95167b9d96 ]
2025-01-13 13:48:39 -05:00
Marko Arandjelovic
33f65a30e8
SWDEV-475382 - Add unit test for hipGetTextureAlignmentOffset
...
Change-Id: I6ec65522038ffc3761970542df4570cead3026fe
[ROCm/hip-tests commit: d9162f9abe ]
2025-01-13 11:35:02 -05:00
Jaydeep Patel
62c5a23f78
SWDEV-497532 - Pass correct stream to MemcpyDeviceToDeviceShell to sync.
...
Change-Id: I7fe2b39e49725d01e7d9ec5b4ab9927a96dc951c
[ROCm/hip-tests commit: eb894a8b8d ]
2025-01-13 10:40:23 -05:00
Aidan Belton
e403f56351
SWDEV-475380 - fix perftests on cuda
...
Change-Id: Iae6fc6cfdc4c2e6cb07562a03ff4e055601ed463
[ROCm/hip-tests commit: 2053abc3b1 ]
2025-01-13 09:22:51 -05:00