Wykres commitów

6428 Commity

Autor SHA1 Wiadomość Data
ROCm CI Service Account a94de8f202 SWDEV-339113 - update coordinate in HIP sample kernels (#2736)
Change-Id: I8ea179b4ba8f1c0ebec830a5aa5947e843f06e42
2022-06-15 11:22:27 +05:30
ROCm CI Service Account 14a136c3e2 SWDEV-329687 - add instructions on building hip tests (#2737)
Change-Id: I0f3567ee5f3170c5d50d39caa3ce3f40a9d152f7
2022-06-14 17:49:09 -07:00
ROCm CI Service Account 78aaa848a4 SWDEV-333962 - Update Device Side Malloc test (#2666)
Change-Id: I5f872bae95e194e6ed679ea84d29383187c86cbb
2022-06-14 14:05:57 -07:00
ROCm CI Service Account 70d43137e0 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 1c7d42064b SWDEV-332522 - array test cases for streamOpsWrite & streamOpsWait (#2659)
Change-Id: I746c3bae592e0251b8c9482d28bd21e1bd094256
2022-06-13 19:27:08 +05:30
ROCm CI Service Account ba893e8779 SWDEV-311271 - Add basic tests for memory pool (#2618)
Change-Id: Ib33fa0b867482c40c6d66fb699cdd462ff43eed6
2022-06-13 19:26:48 +05:30
ROCm CI Service Account ab1b5f9d37 SWDEV-336378 - cmake support for vulkan example (#2725)
Change-Id: I5ac28d2f57c1732e243674aa904cabe23be34797
2022-06-13 15:35:33 +05:30
ROCm CI Service Account ab6fc6dfde 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 604de0f817 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 5133509730 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 69fcc3a9cd SWDEV-306122 - [catch2][dtest] hipGraph tests for hipStreamGetCaptureInfo api (#2696)
Change-Id: I73d42a87797cf70c5ac6093bc308203eae5cca00
2022-06-13 15:33:49 +05:30
ROCm CI Service Account d12d0ebc57 SWDEV-327030 - Fix incorrect checks to find components in CMake (#2680)
Change-Id: I11529018f2b5d878ca2b728ef7084163ccad317f
2022-06-13 15:33:27 +05:30
Maneesh Gupta f356d2c33d 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 54b1822167 Adding/Moving tests for hipMemcpy[From/To]Symbol[Async] (#2638) 2022-06-10 21:17:34 +05:30
Satyanvesh Dittakavi 03ca05e443 SWDEV-317716 - [catch2][dtest] Add test for hipDeviceGetUuid (#2614)
Change-Id: Ic2940cd45cacc32212df7c76ee8f4ca5e7e3740c
2022-06-10 21:17:10 +05:30
Jatin Chaudhary db05dc361b Add test for hipHostGetDevicePointer (#2611) 2022-06-10 21:16:54 +05:30
Jatin Chaudhary fbdda38cf7 Add missing tests for hipHostMalloc (#2566) 2022-06-10 21:16:23 +05:30
Maneesh Gupta 08b7053a37 Update config_amd_windows.json 2022-06-10 12:17:49 +05:30
Maneesh Gupta ad988ac01a Update config_amd_windows.json
Disable Unit_hiprtc_functional on windows
2022-06-10 10:28:37 +05:30
arjun-raj-kuppala 3cb957d3b7 Add sleep time after tests are run (#2717)
*Add sleep after tests are run on AMD backend nodes
* Disable Unit_hipPtrGetAttribute_Simple test for now
2022-06-08 15:07:48 +05:30
agunashe 5db6fc28c8 SWDEV-327563 - Windows: fix memory tests build failure (#2716) 2022-06-06 10:01:34 -07:00
ROCm CI Service Account 32ee48cf89 SWDEV-1 - [catch2][dtest] Add functional test for hiprtc (#2689)
Change-Id: I204b060fc00bb81f14f7bb296d4ff5cd7be9804a
2022-06-03 08:32:33 +05:30
ROCm CI Service Account bf3c5870e6 SWDEV-336532 - Add hipMemoryTypeManaged in hipMemoryType enum (#2688)
Change-Id: Ia1618668a57ebaca9a65081ba13af579c0ac87c2
2022-06-03 08:32:22 +05:30
Dylan Angus 08435a972b 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
ansurya f23b679a6a SWDEV-240806 - Add graph test for hipChildGraphNode and hipGraphClone (#2392)
Change-Id: I41fd44ac22f2f39b387f6608ac8f1e3cdc9e9297
2022-06-03 08:29:20 +05:30
ROCm CI Service Account d3abae97d1 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 484714c55c SWDEV-306122 - [catch2][dtest] Added test for hipGraphExecMemcpyNodeSetParamsFromSymbol API (#2697)
Change-Id: I8e8bd38c28199c87f14ee51d279aac7c7dfaedcc
2022-06-02 19:33:23 +05:30
ROCm CI Service Account e99cc90c26 SWDEV-306122 - [catch2][dtest] hipGraph tests for hipGraphAddMemcpyNode1D api (#2695)
Change-Id: Ie17e0960a5b718670d84f1583a787d4e12293e3a
2022-06-02 19:32:58 +05:30
ROCm CI Service Account f1b3292fce SWDEV-306122 - [catch2][dtest] hipGraph new functional tests for hipStreamBeginCapture/hipStreamEndCapture (#2694)
Change-Id: If62c6f0dbc6ada93b5847cfb280797f7811508f8
2022-06-02 19:31:48 +05:30
ROCm CI Service Account 1702ff9062 SWDEV-338266 - Removed non existing path (#2693)
With file reorganization changes , the interface path /opt/rocm-ver/../include is invalid
This results in failure.

Depends-On: I59193b20ae9e446cfadfa8ca167a3fa30c5aec3e
Change-Id: I6ec6f97d32403e6a7f84571d9b843a4eb6e9dac2
2022-06-02 19:31:21 +05:30
ROCm CI Service Account 7f2284901e SWDEV-321698 - Correct node type (#2692)
- remove node type that does not match with cuda

Change-Id: Ibd80473e9996459fdf08885a0f18c395d807ef3d
2022-06-02 19:30:55 +05:30
ROCm CI Service Account e6ded45898 SWDEV-339113 - Update sampl codes with correct kernel coordinate (#2704)
Change-Id: Ibfc0fd285441cd3d79b312d2b739729a039a6f84
2022-06-02 17:07:52 +05:30
ROCm CI Service Account f6f8a0d144 SWDEV-228445 - New tests for HIP IPC Mem handle APIs (#2705)
Change-Id: I721cbbadfdb8a38b53097a8ac8a1c8cb9ce05d49
2022-06-02 17:02:19 +05:30
ROCm CI Service Account d46ecd2d24 SWDEV-228445 - New tests for hipIpcEventHandle apis (#2706)
Change-Id: I0d01ed3f6d3a4ae14f05c79eb2b78ab1c463861b
2022-06-02 17:01:42 +05:30
ROCm CI Service Account 2663453b2d SWDEV-322688 - Added math constants for AMD & NVidia. (#2707)
Change-Id: I9602daf191c6d10de53c8c59edc9fb7135f09b8c
2022-06-02 17:01:29 +05:30
ROCm CI Service Account fb0bef74c1 SWDEV-331248 - Add more image tests in sample (#2709)
In samples/2_Cookbook/11_texture_driver, add
Vector data types(char4, short4, int4, float4);
More arithmetic data types(char, short, int);

Change-Id: I54aa482213d340d32cf912601adead0812c2323a
2022-06-02 17:01:14 +05:30
ROCm CI Service Account 35a61e70b6 SWDEV-331066 - added new API hipDeviceSetLimit (#2710)
Change-Id: I0e5d193d5ac3db3acfef60a8c39c5d73c8213f10
2022-06-02 17:00:27 +05:30
ROCm CI Service Account bfe584b134 SWDEV-334508 - Testing & fix for HIP samples on Linux and Windows. (#2711)
Change-Id: I6edc0d6dc7ce8f2223381baddacbc5063b6d4983
2022-06-02 17:00:05 +05:30
Finlay b790ecdf6c Added a test for texture gather with hipMallocArray (#2701)
* Added negative tests for hipMallocArray

* fix numeric limit test for nvidia

* Added a test for texture gather with hipMallocArray
2022-06-02 12:16:41 +05:30
Finlay f6efba0b18 Added negative tests for hipMallocArray (#2699)
* Added negative tests for hipMallocArray

* fix numeric limit test for nvidia
2022-06-02 12:16:25 +05:30
Fábio bf13e41c42 Update hipStreamGetFlags testing (#2565)
Added new negative test case scenarios
Changed assertions to check for a specific flag.
2022-06-02 11:06:55 +05:30
Maneesh Gupta 34a00342b2 Update Jenkinsfile
Disable hipIpcMemAccessTest.tst and p2p_copy_coherency.tst
2022-05-30 16:25:00 +05:30
Maneesh Gupta 4f8106dac2 Bump HIP version to 5.3 2022-05-26 21:58:09 +05:30
Fábio 10fb6c3621 hipMemset Negative Testing (#2639) 2022-05-25 19:07:20 +05:30
Finlay d2e351a7dc hipMallocArray tests for default array and surface load store (#2675) 2022-05-25 16:13:18 +05:30
Jatin Chaudhary 0b6ce41b11 Add tests for hipGetSymbolAddress/hipGetSymbolSize (#2662) 2022-05-25 15:35:55 +05:30
Jatin Chaudhary 8d8b7a095d Add tests for hipPointerGetAttributes (#2661) 2022-05-25 15:35:42 +05:30
Jatin Chaudhary c698080863 Add/Improve hipMalloc Tests (#2607) 2022-05-25 14:04:07 +05:30
Finlay 64a20a5bb5 Updated negative tests for hipStreamGetPriority (#2517) 2022-05-25 11:50:59 +05:30
haoyuan2 5e0ab5c98b SWDEV-338427 - fix test hang issue (#2690)
destroy stream before exit
2022-05-23 21:52:42 -07:00