Gráfico de commits

201 Commits

Autor SHA1 Mensaje Fecha
Jatin Chaudhary f072dfd60b EXSWCPHIPT-125 - Add tests for hipGetDeviceCount and restructure some SpawnProc tests (#2765) 2022-07-11 15:02:51 +05:30
Anton Mitkov 28acc1421d EXSWCPHIPT-88 - [catch2] Testing for hipHostGetFlags API extention (#2691) 2022-07-11 14:42:18 +05:30
Jatin Chaudhary c0374feacc EXSWCPHIPT-37 - Add test for hipStreamAttachMemAsync (#2558) 2022-07-11 14:37:22 +05:30
Finlay a230bd0f56 EXSWCPHIPT-112 - Unit test for hipMalloc3DArray for default and surface arrays (#2713) 2022-07-11 12:19:05 +05:30
Dylan Angus 47147be9b3 EXSWCPHIPT-76 - Adding hipMemset functional tests (#2669) 2022-07-11 12:18:43 +05:30
Dylan Angus eafb3a23ee EXSWCPHIPT-77 - Extending tests for hipHostRegister (#2609) 2022-07-11 12:18:19 +05:30
agunashe c31efdf8c1 SWDEV-327563 - Fix hipStreamPerThrdTsts test failures on windows (#2792) 2022-07-11 10:52:04 +05:30
Maneesh Gupta 837a587da8 Disable newly added failing tests (#2790)
* Update hipHostUnregister.cc
- Disable Unit_hipHostUnregister_NotRegisteredPointer
- Disable Unit_hipHostUnregister_AlreadyUnregisteredPointer

* Update hipMallocPitch.cc
- Disable Unit_hipMallocPitch_ValidatePitch
- Disable failing sections of Unit_hipMalloc3D_Negative
- Disable failing sections of Unit_hipMallocPitch_Negative
- Disable failing sections of Unit_hipMemAllocPitch_Negative

* Update config_amd_windows.json
- Disabled Unit_hipMalloc3D_ValidatePitch
- Disabled Unit_hipArrayCreate_happy
2022-07-08 17:49:53 +05:30
ROCm CI Service Account c20cf461aa SWDEV-314080 - Adding test cases based on hipStreamPerThread stream object. (#2781)
Change-Id: I9b60f4ecdc3196d5dfdb3d7f484f0b5429aae8b3
2022-07-08 15:19:24 +05:30
ROCm CI Service Account 32ee6dc764 SWDEV-306122 - [catch2][dtest] Added tests for hipGraphMemcpyNodeGetParams/hipGraphMemcpyNodeSetParams API. (#2775)
Change-Id: Ie0e323a545c3bac17a35814a90b93ecd44cec537
2022-07-08 15:19:02 +05:30
ROCm CI Service Account 1dc384771f SWDEV-306122 - [catch2][dtest] hipGraphAddKernelNode Added negative test (#2734)
Change-Id: I0d6353f77c3c2abda7557f8268a024b1b4d8c1d7
2022-07-08 15:18:09 +05:30
ROCm CI Service Account bf4dd1f83e SWDEV-322620 - Virtual Memory Management (#2772)
Adding simple VM test.

Change-Id: I68bb55c9439a8d0e77035833d19d72d2a21f0753
2022-07-08 13:36:27 +05:30
ROCm CI Service Account 450cc21b8a SWDEV-306122 - [catch2][dtest] hipGraphAddMemsetNode API (#2754)
Change-Id: I19e01a0f801af411b3e9ac4b57f53c41b79014a5
2022-07-08 13:35:50 +05:30
Finlay 833e9cdcef EXSWCPHIPT-91 - Added hipHostUnregister tests (#2579) 2022-07-01 15:11:35 +05:30
Fábio 79b8653128 EXSWCPHIPT-50 - Testing HipMalloc3D / HipMallocPitch / HipMemAllocPitch (#2613) 2022-07-01 14:24:17 +05:30
Finlay 5628a7c009 EXSWCPHIPT-95 - More comprehensive tests for hipArrayCreate (#2702) 2022-07-01 13:47:47 +05:30
Jatin Chaudhary 02dcb037c6 EXSWCPHIPT-102 - Adding hipEventRecord Tests (#2722) 2022-07-01 11:30:02 +05:30
ROCm CI Service Account ed9c22eee8 SWDEV-339742 - Check can access before set device to 1. (#2758)
Change-Id: I5b06f98b0061ee162488e288c3bfac09ff4f94cf
2022-06-28 13:36:26 -07:00
ROCm CI Service Account e33d74832d SWDEV-336547 - SWDEV-336548 - SWDEV-336549 - Add test cases for hipArray (#2759)
Change-Id: I125b6c50cb6fa3ec5b2e06c4f491d759334a867d
2022-06-28 11:12:45 -07:00
Jatin Chaudhary 74f0a9e534 EXSWCPHIPT-124 - Add tests for hipDeviceTotalMem (#2749) 2022-06-28 09:03:03 +05:30
Finlay 7bacfdc871 EXSWCPHIPT-121 - hipGetSetDeviceFlags tests (#2747) 2022-06-28 09:01:55 +05:30
Fábio a0296bd614 EXSWCPHIPT-42: Changes to HIP RTC Framework implementation (#2732)
- Removed ifdef from hipTestContext class
- Fix potential race condition in hipTest::launchRTCKernel()
- Improve documentation
- Move moduleUnloading to main() instead of explicitly calling it on every test
- Fix code formating
- Fix segmentation fault caused by using catch2 macro after catch2 is destroyed
2022-06-28 09:00:37 +05:30
ROCm CI Service Account 117f4c484c SWDEV-306122 - [catch2][dtest] Added test for hipStreamBeginCapture API (#2760)
Change-Id: I9cbd9d05178587883a1a2258ebc2c3516a06d5cc
2022-06-24 15:55:59 -07:00
ROCm CI Service Account dc58768ddd SWDEV-306122 - [catch2][dtest] hipGraphMemcpyNodeSetParamsFromSymbol API (#2762)
Change-Id: I88e5a808ca8441dc3dc745d8575d22973b7ac9d2
2022-06-23 17:40:50 -07:00
ROCm CI Service Account 95da4e27aa SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphExecEventWaitNodeSetEvent() API. (#2763)
- Functional Test
- Negative Tests

Change-Id: I80ba185c4892162e68945f82b3c1cc9ffd9c105c
2022-06-22 15:33:09 -07:00
ROCm CI Service Account 19b94c4be7 SWDEV-336538 - Update hipDeviceSetSharedMemConfig test (#2764)
Change-Id: Idc146a77007618454150a974a54b74cb2ef9ea31
2022-06-22 15:09:24 -07:00
Fábio 8843baba88 EXSWCPHIPT-107: Added testing for hipEventCreate (#2729) 2022-06-20 16:21:01 +05:30
Jatin Chaudhary 4820aa0dd4 Add HIP_CHECK_THREAD and REQUIRE_THREAD macro for multi threaded HIP API tests (#2664) 2022-06-20 15:07:13 +05:30
ROCm CI Service Account 2da551c659 SWDEV-330661 - Add test for hipHostGetDevicePointer null check (#2745)
Change-Id: I19668385003a107e21f8484ef28e114b7c6d8a42
2022-06-16 21:05:56 -07:00
ROCm CI Service Account 810dd89f46 SWDEV-306122 - [catch2][dtest] Adding following tests for hipGraphEventWaitNodeSetEvent() (#2590)
- Functional Tests
- Negative Tests

Change-Id: I2421c3def1a7c6865dca29bde7e741948e67345d
2022-06-16 17:09:11 -07:00
Finlay 7ad0bfaf5f EXSWCPHIPT-109 - hipDeviceGetName tests (#2731) 2022-06-16 09:27:59 +05:30
ROCm CI Service Account d31aca651d SWDEV-339657 - Update catch codes with correct coordinates (#2735)
Change-Id: I8ca78d770a742bf6c2abede494759caa923fcc19
2022-06-15 10:58:10 -07:00
ROCm CI Service Account 0b05268be2 SWDEV-337331 - Windows initial graph tests (#2739)
Enables most of graph tests on Windows.

Change-Id: I32bd9a327168378776f89d7a6c4a83ba33861c01
2022-06-15 09:38:21 -07:00
ROCm CI Service Account eb22c8be11 SWDEV-330666 - Test cases for null stream and/or priority. (#2651)
Change-Id: I9f5c99513fa1c754c2ab2e3cb9dcd5b6a3bb0176
2022-06-15 11:29:21 +05:30
ROCm CI Service Account 7d7953c8e0 SWDEV-306122 - [catch2][dtest] Added est for hipStreamIsCapturing API. (#2715)
Change-Id: I9e85d393c51962f97c5e5399556ef823b3e33782
2022-06-14 13:22:10 -07:00
ROCm CI Service Account ddb3b346d9 SWDEV-311271 - Add basic tests for memory pool (#2618)
Change-Id: Ib33fa0b867482c40c6d66fb699cdd462ff43eed6
2022-06-13 19:26:48 +05:30
ROCm CI Service Account 65c0e9797c SWDEV-334659 - Fixes build error because of an unused variable in the test (#2724)
Change-Id: Ib1b39ee57efc49217e58332abf843b44b575d880
2022-06-13 15:35:15 +05:30
Fábio f04fdbd0f7 EXSWCPHIPT-42 - Add HIP RTC support to the test framework (#2719)
* EXSWCPHIPT-42 - Add HIP RTC support to the test framework
* Removed ifdef from hipTestContext class
2022-06-13 15:35:02 +05:30
ROCm CI Service Account 1e6bfe7215 SWDEV-306122 - [catch2][dtest] hipGraph added negative test for hipStreamEndCapture (#2708)
Change-Id: I6b617c2c52b6960b25db533d5bc50e238c83af7d
2022-06-13 15:34:29 +05:30
ROCm CI Service Account 431c938938 SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo api (#2696)
Change-Id: I73d42a87797cf70c5ac6093bc308203eae5cca00
2022-06-13 15:33:49 +05:30
Maneesh Gupta 96fe505311 Update hipHostMallocTests.cc
std::numeric_limits::max() conflicts with max() defined in windows headers. Wrap it in parenthesis to prevent macro expansion.
2022-06-13 08:23:17 +05:30
Jatin Chaudhary 8ef701ce15 Adding/Moving tests for hipMemcpy[From/To]Symbol[Async] (#2638) 2022-06-10 21:17:34 +05:30
Satyanvesh Dittakavi 0fab0f5ee2 SWDEV-317716 - [catch2][dtest] Add test for hipDeviceGetUuid (#2614)
Change-Id: Ic2940cd45cacc32212df7c76ee8f4ca5e7e3740c
2022-06-10 21:17:10 +05:30
Jatin Chaudhary f90501aa4a Add test for hipHostGetDevicePointer (#2611) 2022-06-10 21:16:54 +05:30
Jatin Chaudhary 8b291f071a Add missing tests for hipHostMalloc (#2566) 2022-06-10 21:16:23 +05:30
agunashe 377020155e SWDEV-327563 - Windows: fix memory tests build failure (#2716) 2022-06-06 10:01:34 -07:00
ROCm CI Service Account 486fd01d0c SWDEV-1 - [catch2][dtest] Add functional test for hiprtc (#2689)
Change-Id: I204b060fc00bb81f14f7bb296d4ff5cd7be9804a
2022-06-03 08:32:33 +05:30
Dylan Angus 0150ab8682 Adding support for hipStreamWriteValue32/64 and hipStreamWaitValue32/64 (#2568)
* AHTS-90 - Add missing test case for hipStreamCreate
* Update hipStreamGetFlags testing
* Added testing for hipStreamSynchronize
* Added macro to test a particular error code is returned from an expression
* Update hip_test_common.hh
* Correcting checkers to properly list the test count
* fix copy paste error in HIP_CHECK_ERROR
* Add support for hipStreamWaitValue
* Remove changes unrelated to this PR
* Revert "Added testing for hipStreamSynchronize"
* Remove changes unrelated to this PR
* Added skip test for failure on AMD devices and removed changed to hip_test_common.hh
* Fixed build issues on Nvidia platforms by disabled incompatible tests; Updated negative tests to check the correct return values

Co-authored-by: Jatin Chaudhary <jatin.chaudhary@codeplay.com>
Co-authored-by: Fábio Mestre <fabio.mestre@codeplay.com>
Co-authored-by: Finlay Marno <finlay.marno@codeplay.com>
Co-authored-by: Fábio <fabio.m.mestre@gmail.com>
2022-06-03 08:31:30 +05:30
ROCm CI Service Account b6918e9ace SWDEV-337822 - Fixing unused var in hipTextureMipmapObj1D.cc test case for gfx90a. (#2698)
Change-Id: Ic38c40103d9503311493477d58e093e367573694
2022-06-02 19:33:53 +05:30
ROCm CI Service Account 93a2badd0f SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParamsFromSymbol API (#2697)
Change-Id: I8e8bd38c28199c87f14ee51d279aac7c7dfaedcc
2022-06-02 19:33:23 +05:30