agunashe
f8746b1982
SWDEV-273235 - hip change to build catch tests on Windows ( #2472 )
...
* SWDEV-273235 - hip change to build catch tests on Windows
Change-Id: I96de305694609c669cb81480f3572d987ce87d98
* SWDEV-1 - skip failing hipStreamPerThread_DeviceReset_1 test on Linux
[ROCm/hip commit: ffe3f9cf81 ]
2022-02-09 08:17:45 -08:00
TomSang
27107af5a3
SWDEV-315590 - Fix texture fetch issue ( #2467 )
...
Add
tests/catch/unit/texture/hipTextureObjFetchVector.cc
Change-Id: Ifed915c87573b789780b2180321ccb746845dafb
[ROCm/hip commit: c341658db1 ]
2022-01-31 19:53:09 -08:00
Sarbojit2019
bc20b513c4
SWDEV-310181 - Fix for memcpy3D test failure ( #2455 )
...
[ROCm/hip commit: 3fcc42d05e ]
2022-01-11 13:50:49 +05:30
Maneesh Gupta
f617a9ccbb
Add missing checks in hipMemCoherencyTst.cc ( #2442 )
...
Change-Id: I47f188345ec39ad216ee8dd92dc9d89d99ca2733
[ROCm/hip commit: b09c16b062 ]
2022-01-06 16:23:09 +05:30
Sarbojit2019
77a716268f
SWDEV-292547 - dtests for hipStreamPerThread ( #2417 )
...
[ROCm/hip commit: 9de957d9df ]
2022-01-06 16:18:30 +05:30
Maneesh Gupta
422b68dc0a
SWDEV-316804 - Fix catch2 standalone build failure
...
project needs to be defined at the beginning of the cmake file.
[ROCm/hip commit: aee18eb20a ]
2022-01-06 12:02:12 +05:30
sumanthtg
0f1a85cd1c
SWDEV-309676 - Fix for build failure due to new compiler flag -Wbitwise-instead-of-logical ( #2443 )
...
Change-Id: I55d230dbb409b93d17dcff2bd29b27100b586e17
[ROCm/hip commit: 2734e94293 ]
2021-12-20 14:04:38 +05:30
agunashe
6a81c11669
SWDEV-273235 - enabling catch2 config file and graph tests ( #2437 )
...
Change-Id: Ia9ce9e4b32aaca0986b86a237ff01a030e8da4d5
[ROCm/hip commit: eeaadda46e ]
2021-12-16 10:11:13 +05:30
agunashe
cb6829a5de
SWDEV-273235 - catch2 packaging for jenkins build ( #2430 )
...
Change-Id: I9686b3e26d4e8a24ce97ac1e1f31a4293678d577
[ROCm/hip commit: d603e4b761 ]
2021-12-16 10:11:02 +05:30
agunashe
e90cc323e3
SWDEV-273235 - catch2 windows build ( #2422 )
...
Change-Id: I331c6c2525a65746e2d0799ec8dc2f608af1176a
[ROCm/hip commit: 0d361c5621 ]
2021-11-26 11:52:46 +05:30
agunashe
6a5e1ea51e
SWDEV-273235 - Linux: catch2 shared lib to executable ( #2421 )
...
Change-Id: I17101e39fd05eb35c087ebdf3cb005d428d9f206
[ROCm/hip commit: 6c24531156 ]
2021-11-26 11:02:29 +05:30
sumanthtg
a4d0f06eb7
SWDEV-306122 - [catch2][dtest] hipGraph functional tests for hipGraphAddEmptyNode ( #2411 )
...
Change-Id: I93139c195e4621d33d9330413b6eedaf714c72d8
[ROCm/hip commit: 02ac5137f5 ]
2021-11-26 07:19:49 +05:30
sumanthtg
89a8c9d37e
SWDEV-306122 - [catch2][dtest] hipGraph functional tests for hipGraphAddDependencies ( #2410 )
...
Change-Id: Iec9f15db89192f73ebb7f2452199d0b41d18da88
[ROCm/hip commit: e269ce0a9c ]
2021-11-26 07:19:12 +05:30
sumanthtg
65dff13267
SWDEV-308570 - [catch2][dtest] Existing hipGraph tests migrated from HIT to Catch2 ( #2409 )
...
Change-Id: If831cb41175b43a98863d2b023f11e9a228f6584
[ROCm/hip commit: 71244ada69 ]
2021-11-26 07:18:18 +05:30
sumanthtg
1a838c8f14
SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphAddMemcpyNode api ( #2408 )
...
Change-Id: I970cbf88667c5da19496d6a09e7fa0ffb5e29b2b
[ROCm/hip commit: c799271ab5 ]
2021-11-26 04:45:45 +05:30
lthakur
ba6fe1a221
SWDEV-293806 - Adding tests to check behvior related to fine and coarse grain ( #2402 )
...
Change-Id: Ia437adf138e6952ff42b6081c39da5bfaf931e53
[ROCm/hip commit: f6da2f8795 ]
2021-11-25 15:11:10 +05:30
lthakur
3ef5780969
SWDEV-298757 - Adding stress test for hipMallocManaged() api ( #2397 )
...
Change-Id: Ie5d016bec9c939c3af60c1476a79d7685e774ced
[ROCm/hip commit: 98e8f56d89 ]
2021-11-25 15:10:56 +05:30
Jatin Chaudhary
ebfdc5c9e5
SWDEV-297217 - Add test for overriding user options ( #2386 )
...
Change-Id: If4c2cad9ef3359ca8d98814864fbe0b9b8e4a4ab
[ROCm/hip commit: 3aad02a138 ]
2021-11-25 15:09:18 +05:30
Sarbojit2019
378995cbe1
SWDEV-304161 - Fix for test build failure on Nvidia ( #2387 )
...
[ROCm/hip commit: 96ee9d1397 ]
2021-10-20 14:27:13 -07:00
Maneesh Gupta
8aad90d0bd
Update hipMallocManaged.cc
...
* Fix integer and size_t comparisions.
* Split basic scenario into two - all devices and HMM enabled devices only.
[ROCm/hip commit: 36dc2b4cc3 ]
2021-10-06 18:45:15 +05:30
Maneesh Gupta
8143a1dde0
Update hipMemPrefetchAsyncExtTsts.cc
...
Removed unused variables
[ROCm/hip commit: 15306667ed ]
2021-10-06 18:17:08 +05:30
lthakur
cbb5deb342
SWDEV-298757 - hipMallocManaged.cc Adding basic and rigorous scenarios related to hipMallocManaged() api. ( #2379 )
...
* SWDEV-298757 - Adding test case to test hipMemAdvise() on mmap() memory
Change-Id: Ib8d57d2249d0bb6780c9fdef21907568c22db66c
[ROCm/hip commit: ed460452db ]
2021-10-06 17:37:26 +05:30
lthakur
4a3628f75b
SWDEV-298757 - Adding test case to test hipMemAdvise() on mmap() memory ( #2378 )
...
Change-Id: Ib8d57d2249d0bb6780c9fdef21907568c22db66c
[ROCm/hip commit: 382701025e ]
2021-10-06 17:33:26 +05:30
Jatin Chaudhary
e4b9d607dd
SWDEV-289409 - Add Infra for process isolation ( #2374 )
...
Change-Id: Iada6e5cfd38e2ba6efa14d7328e56f2260a72931
[ROCm/hip commit: 44e844d19d ]
2021-10-06 17:26:52 +05:30
Jatin Chaudhary
2b8bf18dc9
SWDEV-296918 - Improve the check on test of unsafe atomic API ( #2373 )
...
Change-Id: I2631994af0deb4ed6c32141886676b72b8a30204
[ROCm/hip commit: a935321f9f ]
2021-10-06 17:24:26 +05:30
lthakur
1b30fb0783
SWDEV-298757 - hipMemPrefetchAsyncExtTsts.cc - Adding more rigorous tests for hipMemPrefetchAsync() api ( #2369 )
...
Change-Id: I321c5c636b6961e9eeee901b98645690783a418b
[ROCm/hip commit: 71e8b09070 ]
2021-10-06 17:24:04 +05:30
Maneesh Gupta
266355ffb3
[dtest] Remove unused variables in hipMemset2DAsyncMultiThreadAndKernel.cc
...
[ROCm/hip commit: 865b40d8bd ]
2021-09-30 13:17:15 +05:30
lthakur
349a189e7a
SWDEV-298757 - hipMallocManagedFlagsTst.cc Added tests to test flags of hipMallocManaged() api. ( #2366 )
...
Change-Id: I4294a4e5c3176c9ece8ed6b35cb83e4d1a3e4773
[ROCm/hip commit: 9ae69c5935 ]
2021-09-24 16:29:39 +05:30
Jatin Chaudhary
6b654c0bf3
SWDEV-297706 - Set HIP_ARCHITECTURE Property to off. Since cmake 3.21 cmake has added this property( https://gitlab.kitware.com/cmake/cmake/-/blob/master/Help/prop_tgt/HIP_ARCHITECTURES.rst ) ( #2364 )
...
Change-Id: I33580ac0171ac3744341fcbf25cc3421a1512166
[ROCm/hip commit: 6e27c48da7 ]
2021-09-24 16:28:38 +05:30
sumanthtg
2788cb1243
SWDEV-238517 - [dtest] New Catch2 Tests for texture object apis. ( #2358 )
...
Seperate Catch2 files are created for each resource type. Future test additions of respective resource type will be added to resource type specific files.
Change-Id: I7ba09f5bd31605bb670ec70ed7f12904e34cf40d
[ROCm/hip commit: abe851ad75 ]
2021-09-24 16:27:39 +05:30
sumanthtg
fc106647e3
SWDEV-303262 - Catch2 test fix for -Wunused-but-set-parameter compilation error. ( #2357 )
...
Change-Id: I102d80763103fa792ab1282745bd89f8d24454d2
[ROCm/hip commit: e2dd25333a ]
2021-09-24 16:27:17 +05:30
Maneesh Gupta
1ffcd30e5a
Revert "SWDEV-289405 - [catch2][dtest][module] Migration of Module files to CATCH2 framework ( #2351 )" ( #2354 )
...
This reverts commit 9ea3c833bc .
[ROCm/hip commit: 61ae7884a4 ]
2021-09-20 10:47:52 +05:30
Maneesh Gupta
4cf1bd9334
Fix catch2 unit test build failure
...
Incorrect resolution of merge conflict resulted in not updating tests/catch/unit/memory/CMakeLists.txt correctly
[ROCm/hip commit: e31d5bd8e0 ]
2021-09-20 09:41:45 +05:30
sumanthtg
b7039d9a4a
SWDEV-292637 - [dtest] Catch2 unit and multiprocess tests for Memset3d,HostMalloc and MallocConcurrency tests ( #2348 )
...
Change-Id: I9025bc13735c1d9fb0f0811a9c9d6ad304adc134
[ROCm/hip commit: 8c0558c448 ]
2021-09-17 12:11:26 +05:30
sumanthtg
6461d71f55
SWDEV-294470 - [dtest] Catch2 unit tests for hipMemset2d, hipMemset2d Mthread, hipMemset3d files. ( #2347 )
...
Change-Id: Ia503f9dd12b8c576dee17c3fcbb018eeac305a7e
Co-authored-by: Maneesh Gupta <maneesh.gupta@amd.com >
[ROCm/hip commit: b537d94974 ]
2021-09-17 11:54:39 +05:30
dkrottap
9ea3c833bc
SWDEV-289405 - [catch2][dtest][module] Migration of Module files to CATCH2 framework ( #2351 )
...
Migrated all module related files to CATCH2 framework and optimized to
have single module kernel file
Change-Id: I39aa28ef22c1b2f4d0014ca32b59b9c645b725dc
[ROCm/hip commit: 8763c8c2ad ]
2021-09-17 11:39:36 +05:30
sumanthtg
2d35d4b1f5
SWDEV-292643 - [dtest] Catch2 additional unit tests for stream management apis. ( #2349 )
...
APIs covered :
hipStreamGetPriority, hipStreamCreate, hipStreamGetFlags, hipExtStreamGetCUMask apis.
Change-Id: I238b4e631938471eab05c598f91477eeb0856054
[ROCm/hip commit: bef1aa7ee6 ]
2021-09-17 11:39:25 +05:30
sumanthtg
3e6857f698
SWDEV-294470 - [dtest] Catch2 unit tests for memset related tests. ( #2345 )
...
Change-Id: Ib227e75cb0bef9273bc787e47fa5b713086fac46
[ROCm/hip commit: f7be53ba75 ]
2021-09-17 11:37:05 +05:30
sumanthtg
bc851a78ac
SWDEV-292643 - [dtest] Catch2 unit tests for stream management apis. ( #2343 )
...
Catch2 tests for : hipStreamAddCallback, hipStreamCreateWithFlags, hipStreamCreateWithPriority, hipExtStreamCreateWithCUMask
Change-Id: Ia99c06b1e97fc945f1a740e47710f4dcd70f38cd
[ROCm/hip commit: 2a17c5662d ]
2021-09-14 13:38:07 +05:30
Jatin Chaudhary
28cfed7879
SWDEV-296918 - Adding unsafe atomics test for gfx90a ( #2331 )
...
Change-Id: I3936e0b30e15aff154bdab3efe3f6da2ccce3578
[ROCm/hip commit: 6a09344dba ]
2021-09-06 12:21:38 +05:30
Julia Jiang
eec75aa436
SWDEV-286322 - remove unnecessary executable permission in some HIP files ( #2329 )
...
Change-Id: If992963761a73d709e08330bc36f2c979d5dcae9
[ROCm/hip commit: 56d6d27a6f ]
2021-09-02 08:47:57 +05:30
dkrottap
7645b365ac
SWDEV-294643 - [catch2][dtest] Migration of Malloc related files to Catch2 ( #2314 )
...
Migrated malloc related files under memory folder into catch2 framework
Change-Id: I5aa07fc8148bdf6bef135947091aaf1d3c54663b
[ROCm/hip commit: 05e230f5c1 ]
2021-08-19 10:29:07 +05:30
Satyanvesh Dittakavi
a9d21f04bf
SWDEV-289401 - update hipEvent unit test ( #2312 )
...
Reduce the data size as unit tests are expected to take lesser time
Change-Id: Ic30be2ba3e0ff5fff19404b46163b79878716b70
[ROCm/hip commit: 6cc162f6cf ]
2021-08-19 10:28:51 +05:30
DURGESH KROTTAPALLI
7e9e6f1729
SWDEV-292393 - [catch2][dtest] Tests for hipMemcpy related apis.
...
Migrated all hipMemcpy related APIs to CATCH2 framework by optmizing
the code and moving the stress related tests to stress folder.
Change-Id: Id47669b49304c35d1a68fabdaaf3f6e3ab0428a5
[ROCm/hip commit: 346a77b4c0 ]
2021-07-31 00:48:43 +05:30
Satyanvesh Dittakavi
6c8eeb09d7
SWDEV-289401 - Catch2 tests for hip event APIs
...
Change-Id: I7c28f842282e07c21656fb92ddbb1a9ad32d752c
[ROCm/hip commit: 5816d20752 ]
2021-07-30 07:15:00 -04:00
Jatin Chaudhary
e6ff99b52b
SWDEV-289409 - minor fixes for hipStream tests
...
Change-Id: I68288f33724b636715ee732e9044f82790e5da47
[ROCm/hip commit: cc7237d27d ]
2021-07-29 02:04:31 -04:00
Rahul Garg
0991ef704b
SWDEV-293742 - Update copyright year
...
Change-Id: I4248b2cebd3de056f9d5d417e0697da22fb964ef
[ROCm/hip commit: da2c352eb3 ]
2021-07-23 07:13:33 -04:00
Jatin Chaudhary
c604ee36c7
SWDEV-289409 - Add hiprtc tests
...
Change-Id: Ib26527b704aed32ae3f3ed38bf6e2fd412462c8e
[ROCm/hip commit: 25f1caac8b ]
2021-07-22 00:34:53 -04:00
DURGESH KROTTAPALLI
63e3233c20
SWDEV-292393 - [catch2][dtest] hipMemcpyAtoH and hipMemcpyHtoA APIs to catch2
...
Migrated functional and negative scenarios of
hipMemcpyAtoH and
hipMemcpyHtoA APIs to catch2 framework
Change-Id: I68bb37d99fc371b8803e64ebf1533c0870b14fab
[ROCm/hip commit: bdc90769fb ]
2021-07-20 18:08:17 +05:30
sumanthtg
9c17929ae4
SWDEV-238517 - [dtest] Catch2 unit tests for device files.
...
Changes contain Device files under "hip/tests/src/runtimeApi/device" migrated to Catch2 and some additional device tests.
Change-Id: Ie88adc3c32c2079456b14e029cfc6c319b48d8f6
[ROCm/hip commit: 44e1ae449a ]
2021-07-19 13:38:30 -04:00