Ioannis Assiouras
cfb6a08bc0
SWDEV-516461 - Skip hipmemcpy call to device dst that is freed, for xnack
...
Change-Id: Icd08675de881e70054e2ba7be17c62d095d33d8c
2025-03-06 11:26:18 -05:00
Aidan Belton-Schure
674ed47852
SWDEV-489364 - Free memory in hipAPIStreamDisable
...
Change-Id: I4f740fe803bcc4bbf57865173d92c567de65fdbb
2025-03-06 04:07:21 -05:00
Marko Arandjelovic
7ef404621e
SWDEV-441296 - Add unit test for hipTexObjectCreate
...
Change-Id: Ibfc2c910a54ccd1686a3939a1008c472a8465137
2025-03-05 12:10:14 -05:00
taosang2
f6471c5b2c
SWDEV-507141 - Make some buffered print tests shorter
...
Change-Id: I651c25f011c24d2192c62596722b8fddc581655b
2025-03-05 11:33:55 -05:00
taosang2
1a7df073ba
SWDEV-501963 - Add missing codes for gfx950
...
Change-Id: I6b3c6bf54c61cffd44cd6f17b75998f751b75724
2025-03-05 08:18:22 -05:00
Jaydeep Patel
b42adb24b4
SWDEV-457316 - Fix tests to use graph's reserve memory instead of hipMemGetInfo.
...
Change-Id: I839aaec3f502ed8686651fdc05b71c0da3e5dea2
2025-03-05 00:48:15 -05:00
Marko Arandjelovic
293ff3a025
SWDEV-504084 - Corrected CooperativeKernelMultipleDevice testcases
...
Module and stream should be created on the same device, while hipModuleGetFunction can be called from any device.
Change-Id: I4a424f9631678684292e40e05ffbaf3d887aea55
2025-03-04 13:08:30 -05:00
Jaydeep Patel
2356da049c
SWDEV-512585 - Don't use catch2's REQUIRE macro in child/worker thread which might fail.
...
Change-Id: I513176259eb87879ea2bf557e923b2c2cd6166a2
2025-03-04 12:38:35 -05: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
Jaydeep Patel
192528c7f2
SWDEV-465220 - Update Kernel Launch negative cases to match with current CLR code.
...
Change-Id: I891544cdfdc1092467454189ea348f986fc12818
2025-03-03 10:48:18 -05:00
Aidan Belton-Schure
5007b3f5e4
SWDEV-491303 - Add_concurrent_stream_error_checking
...
Change-Id: I70268bfa2b97994e0906ded6bae9885ec540292e
2025-03-03 04:21:40 -05:00
Saleel Kudchadker
d8f5c2560f
SWDEV-515407 - Fix incorrect test behavior
...
- For H2D transfer cases, we cannot enfore ErrorNotReady behavior if the
source is unpinned. In that case the driver can sync depending on if
it pins or stages the source buffer.
Change-Id: I436a4b667bff172cfbadc58631a46a215c40fcb1
2025-02-26 11:39:34 -05:00
taosang2
ff516573f2
SWDEV-1 Disable a test
...
Disable Performance_hipExtLaunchKernelGGL_QueryGPUFrequency
as it should be a local perf test.
Change-Id: I7e94743d6958ffaadae9cff297e3f2d93f9ff817
2025-02-25 09:37:38 -05:00
Rambabu Swargam
c54034fe59
SWDEV-517063 - [catch2][dtest] Disable failing hipGraphInstantiateWithFlags tests
...
Change-Id: I8b999c7b6de66dccde5bc00dd7a2a87d2c562a96
2025-02-24 09:35:19 -05:00
Pengda Xie
b46d6abdcb
SWDEV-514841 - Remove invalid stream tests which leads to segfault
...
Change-Id: I230c4ccc0d2f591cbf2cd0e019f910094f4f3f26
2025-02-21 12:08:36 +00:00
Dragoslav Sicarov
c4135a6090
SWDEV-502224 - Fix HIP catch2 test failure in CPX NPS4 mode
...
Add dynamic arrays of devices to avoid array overflow.
Fixed the following tests:
Unit_hipDeviceGetByPCIBusId_WrongBusID)
Unit_hipSetDevice_ValidVisibleDeviceList
Unit_hipSetDevice_MinRvdMaxHvdDevicesList
Change-Id: I73d022321609d20ef2bd419f2cff287f6002a4d2
2025-02-19 11:35:58 -05:00
Anusha GodavarthySurya
48989fbfc6
SWDEV-508023 - Disable hipDeviceGetGraphMemAttribute_Positive_DoubleMemory Linux psdb failure
...
Change-Id: Iacfdc1bc13e8da2f5df8750bb315a37d33cea666
2025-02-14 00:27:08 -05:00
Jaydeep Patel
28e93a178f
SWDEV-511125 - Don't use device# as it varies BlockDim & GridDim.
...
Change-Id: I3ddd0fc616c28adc2d35e64550bac4ca1c09bd6a
2025-02-13 13:40:03 -05:00
Tao Sang
8ea926725b
SWDEV-503359 - Fix Unit_hipExtMallocWithFlags_CoherentTst
...
Fix Unit_hipExtMallocWithFlags_CoherentTst hang on device fine
grain access memory because host builtin atomic functions malfunctions
on it.
Fix SWDEV-507938 also.
Change-Id: Ie26dbf6b7e5aa8cb898d11ae5ed5ecf1267c3228
2025-02-13 13:37:36 -05:00
Marko Arandjelovic
cddb658314
SWDEV-504084 - Added multidevice testcases for hipModuleGetFunction/Global
...
Change-Id: I53d6d63f93c800efa2ec0ff2be5ae593756549e0
2025-02-13 12:52:35 -05:00
Rahul Manocha
fc270bc90c
SWDEV-503246 - Fix atomic memory order test hangs for AGENT scope
...
1) Cannot assume that blockIdx.x = 0 and threadIdx.x = 0 will be
run first in TestKernel. Initialize flags outside kernels.
2) use __hip_atomic_store in device code and __atomic_store_n for host.
Change-Id: If4e9274d2c16af55b53a626c3ba2fb0db7052d4b
2025-02-13 12:40:28 -05:00
Vladana Stojiljkovic
d58018ee1b
SWDEV-476836 - Implement tests for hipTexRefGetAddressMode
...
Change-Id: Ia2003d0a7736145e745a55941ae6927100ba96a6
2025-02-12 06:58:10 -05:00
Vladana Stojiljkovic
9252a08b27
SWDEV-476554 - Implement tests for hipTexRefSetAddressMode
...
Change-Id: Iaf0e728ff90be12b5fca71786e6c3a18c598b01b
2025-02-12 06:58:04 -05:00
Vladana Stojiljkovic
07f3943c25
SWDEV-505795, SWDEV-511679 - Disable some IPC tests for all asics
...
Change-Id: I6d48654432af81c3f7f6f064e0a52b68be1f15fe
2025-02-12 03:59:18 -05:00
Rahul Manocha
c7236e3e2e
SWDEV-492165 - Add new test types for atomicCAS and unsafeAtomicAdd
...
Change-Id: Icacb6e94c64c5d4ce3f15c6d4a50fe8506cedfa9
2025-02-11 13:21:22 -05:00
Branislav Brzak
fc1066ca9f
SWDEV-447357 - Implement test coverage report integration
...
Change-Id: I2dd0d375517e421493713106ab436b63222be5d6
2025-02-05 04:17:09 -05:00
Ioannis Assiouras
472e0b7b20
SWDEV-490855 - Enabled Perf_KernelLaunchLatency_IncreasingNumberOfStreams under perftests
...
Change-Id: I2a494022d5cc113dce044faadd7d2462a2aece08
2025-02-04 13:20:47 -05:00
Tao Sang
267d120bb0
FEAT-62198 - Extend device scope for disabled cases
...
Change-Id: I814e35c528d90ed2bbb34d77377f1b7fd3f1f11d
2025-01-31 11:42:13 -05:00
Jatin Chaudhary
84a460d96b
SWDEV-501779 - add host tests for fp16
...
Change-Id: I47a117bb6fbfe1d5c7262238b97d9fccf7d4222c
2025-01-31 04:24:12 -05:00
Jatin Chaudhary
4ccc9677c0
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
2025-01-31 04:21:28 -05:00
Vladana Stojiljkovic
c1cc0e4ffe
SWDEV-477981 - Implement tests for hipTexRefGetFlags
...
Change-Id: Iaa57185aa190ee44eb4ca54bc96bfac777ba0dd2
2025-01-31 04:04:18 -05:00
Vladana Stojiljkovic
9a41214bba
SWDEV-475127 - Implement tests for hipBindTextureToArray
...
Change-Id: Id9eb92eed120dc214a4bfc9405997e4b706f7a4b
2025-01-31 04:03:54 -05:00
Anavena Venkatesh
e9177bd83b
SWDEV-491363 - [catch2][dtest] Added test cases for missed graph APIs
...
Change-Id: Ic740c52992b8d0a325f09b1db0adf599561e1a1d
2025-01-27 10:45:37 -05:00
Ioannis Assiouras
22946cd158
SWDEV-493278 - Fix error codes in Unit_hipStreamBatchMemOp_Negative_Tests
...
Change-Id: I560da08d94b2ec41bbb5d5dc96561b79daa410a5
2025-01-27 14:00:24 +00:00
Vladana Stojiljkovic
6c5468f802
SWDEV-486969 - Reuse existing tests to verify behavior of capturing sync Memcpy APis
...
Change-Id: I7e94743d6957ffaadae9cff297e3f0d93f9ff806
2025-01-26 07:56:32 -05:00
Vladana Stojiljkovic
59ace1e080
SWDEV-491280 - Create capture tests for Peer APIs
...
Change-Id: Ib35ab1155b19e00f7f297e6eaf395709d5767d7c
2025-01-26 07:56:15 -05:00
Ajay
6059eaa7c1
SWDEV-465215 - fixes for hipFuncGetAttribute tests
...
Fixes SWDEV-465215, SWDEV-465213, SWDEV-465212
Change-Id: I08b114bf647366abcf900d6b2a17f77ca608fc46
2025-01-24 16:08:09 -05:00
Tao Sang
58d4bd27a3
SWDEV-479138 - Enable different address modes
...
Enable different address modes in tests
Change-Id: Idf69477718172614ba9c349735d3230ae765923b
2025-01-24 13:49:27 -05:00
SrinivasaRao
7d2ed4bd39
SWDEV-493278-[catch2][dtest]-Negative Tests for the hipStreamBatchMemOp API
...
Change-Id: I408aa01e279817b44ff05571f3251a281dd5a4f6
2025-01-24 13:47:16 -05:00
Rambabu Swargam
94f5907371
SWDEV-506876 - [catch2][dtest] Enable stress tests for hipStreamLegacy
...
Change-Id: Ica8d0e68f4ec19af48d6d417f018b9d8f375125d
2025-01-24 13:34:29 -05:00
Jaydeep Patel
5244a426c7
SWDEV-496544 - Memory needs visibility system wide as CPU and GPU both needs to see updated value by each other.
...
Change-Id: Ia80e69455aeb06b9281f75313ba39b621d6929c5
2025-01-24 13:28:17 -05:00
Tao Sang
5f2992a546
SWDEV-506090 - Fix Unit_hipMemAdvise_TstAlignedAllocMem
...
Change-Id: I651c25f011d24d0190c62586722b81ddc580655f
2025-01-24 13:16:27 -05:00
SrinivasaRao
01ad9df4b6
SWDEV-493282-[catch2][dtest]-Negative Tests for the hipGraphBatchMemOpNodeSetParams API
...
Change-Id: I4dac4608b054a7c93c2fb94b047f5e0b3f96f74d
2025-01-22 12:27:33 -05:00
Marko Arandjelovic
3809d1bb75
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
2025-01-22 10:54:18 -05:00
Vladana Stojiljkovic
5e32a3fcd2
SWDEV-477597 - Implement tests for hipTexRefSetFlags
...
Change-Id: I0651882fe2eef1565a4fedfdd2fa4b23e4bb3f0a
2025-01-22 10:53:44 -05:00
Vladana Stojiljkovic
d617a002eb
SWDEV-475701 Implement tests for hipUnbindTexture
...
Change-Id: I16565b01c629774d48e8665ffb6901600980e297
2025-01-22 10:53:24 -05:00
Vladana Stojiljkovic
7fcc9542d6
SWDEV-478207 - Implement tests for hipTexRefGetMaxAnisotropy
...
Change-Id: I18e1aff22d56852c038d643b4527230a7a1ff22c
2025-01-22 10:53:04 -05:00
Marko Arandjelovic
d7b38d051f
SWDEV-478050 - Add unit test for hipTexRefGetFormat and hipTexRefSetFormat
...
Change-Id: Iee23fdcb20efa9529478180cdb5c28c6be702966
2025-01-22 10:52:29 -05:00
Marko Arandjelovic
7ed4d87974
SWDEV-476856 - Add unit test for hipGetTextureReference
...
Change-Id: I4724fb9f9d68c3ab7d4396159e46857f84e35446
2025-01-22 10:52:05 -05:00
Marko Arandjelovic
114524f732
SWDEV-475114 - Add unit test for hipBindTexture2D
...
Change-Id: I6d7c1b4c7d40433c914dac2b991acf228cef318f
2025-01-22 10:51:15 -05:00