-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXSWHTEC-224 - Test cases ID clean up and documentation for Memory Management, Vulkan Interop Memory Management and Peer-to-Peer access #97
base: develop
Are you sure you want to change the base?
Commits on Oct 26, 2022
-
SWDEV-355313 - Move catch tests and samples
Change-Id: I66f0c09e9c7405ec7430b1883e0e89542fdb87a0
Configuration menu - View commit details
-
Copy full SHA for cea96af - Browse repository at this point
Copy the full SHA cea96afView commit details
Commits on Nov 7, 2022
-
Change-Id: I212b82b1b3a78a368b85ea64e338371a34b405f9
Configuration menu - View commit details
-
Copy full SHA for 909e7e4 - Browse repository at this point
Copy the full SHA 909e7e4View commit details
Commits on Nov 28, 2022
-
SWDEV-355313 - Update amd-staging branch
Change-Id: Ib455f72b5be77e1a81137d15c07ea41161b16a3e
Configuration menu - View commit details
-
Copy full SHA for 094b9af - Browse repository at this point
Copy the full SHA 094b9afView commit details
Commits on Dec 1, 2022
-
EXSWHTEC-174 - Add Doxygen configuration and common header with group…
… definitions Customized Doxygen configuration named DoxyfileTests is added, as well as separate header file used for definition of test groups.
Configuration menu - View commit details
-
Copy full SHA for 070bb7c - Browse repository at this point
Copy the full SHA 070bb7cView commit details
Commits on Dec 2, 2022
-
Change-Id: Ief96e274f4143e80ceb3e40f04d38ae217777583
Configuration menu - View commit details
-
Copy full SHA for 9daa6d0 - Browse repository at this point
Copy the full SHA 9daa6d0View commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a205ed - Browse repository at this point
Copy the full SHA 2a205edView commit details
Commits on Dec 6, 2022
-
SWDEV-355313 - Update latest code
Change-Id: I9c03cde09b42c8e3726153c2a177359efc8d6d29
Configuration menu - View commit details
-
Copy full SHA for c49043e - Browse repository at this point
Copy the full SHA c49043eView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b0848db - Browse repository at this point
Copy the full SHA b0848dbView commit details -
EXSWHTEC-74 - Implement tests for hipMemcpy and derivatives
- Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for dbaceb5 - Browse repository at this point
Copy the full SHA dbaceb5View commit details -
EXSWHTEC-83 - Implement new and reimplement existing tests for hipMem…
…Advise - Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for 18f9cb6 - Browse repository at this point
Copy the full SHA 18f9cb6View commit details -
EXSWHTEC-80 - Reimplement tests for hipMemPrefetchAsync
- Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for d9764b4 - Browse repository at this point
Copy the full SHA d9764b4View commit details -
EXSWHTEC-75 - Implement tests for hipMemcpyAsync and derivatives
- Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for eca94ae - Browse repository at this point
Copy the full SHA eca94aeView commit details -
EXSWHTEC-68 - Implement tests for hipMalloc and hipExtMallocWithFlags
- Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for 82b5eae - Browse repository at this point
Copy the full SHA 82b5eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e47ce - Browse repository at this point
Copy the full SHA a5e47ceView commit details -
EXSWHTEC-149 - Implement tests for hipExternalMemoryGetMappedBuffer f…
…or the Vulkan API - Basic positive test - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for c854915 - Browse repository at this point
Copy the full SHA c854915View commit details -
EXSWHTEC-94 - Add resource guards and utils for 2D/3D allocations and…
… arrays - Add resource guards for 2D and 3D allocations - Add resource guards for arrays - Add utils for hadling pitched memory - Add hip_array_common.hh to gather type, size and format mapping
Configuration menu - View commit details
-
Copy full SHA for 98fdac0 - Browse repository at this point
Copy the full SHA 98fdac0View commit details -
EXSWHTEC-150 - Implement tests for hipImportExternalMemory and hipDes…
…troyExternalMemory for the Vulkan API - Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for a4f4839 - Browse repository at this point
Copy the full SHA a4f4839View commit details -
EXSWHTEC-146 - Implement tests for hipSignalExternalSemaphoresAsync f…
…or the Vulkan API - Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for 198b0af - Browse repository at this point
Copy the full SHA 198b0afView commit details -
EXSWHTEC-147 - Implement tests for hipWaitExternalSemaphoresAsync for…
… the Vulkan API - Basic positive tests - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for cc69363 - Browse repository at this point
Copy the full SHA cc69363View commit details -
EXSWHTEC-148 - Implement tests for hipImportExternalSemaphore and hip…
…DestroyExternalSemaphore for the Vulkan API - Basic positive test - Negative parameter tests
Configuration menu - View commit details
-
Copy full SHA for 838c56a - Browse repository at this point
Copy the full SHA 838c56aView commit details -
EXSWHTEC-91 - Implement tests for memcpy of 1D/2D hipArray
- Implement tests for hipMemcpyAtoH using resource guards and templates - Implement tests for hipMemcpyHtoA using resource guards and templates - Implement tests for hipMemcpy2DFromArray using resource guards and templates - Implement tests for hipMemcpy2DToArray using resource guards and templates
Configuration menu - View commit details
-
Copy full SHA for 595ead8 - Browse repository at this point
Copy the full SHA 595ead8View commit details -
EXSWHTEC-92 - Implement tests for async memcpy of 2D hipArray
- Implement tests for hipMemcpy2DFromArrayAsync using resource guards and templates - Implement tests for hipMemcpy2DToArrayAsync using resource guards and templates
Configuration menu - View commit details
-
Copy full SHA for d653844 - Browse repository at this point
Copy the full SHA d653844View commit details -
EXSWHTEC-72 - Implement hipMemcpyPeer/hipMemcpyPeerAsync and hipMemGe…
…tAddressRange tests - Reimplement and expand hipMemcpyPeer/hipMemcpyPeerAsync tests using resource guards - Implement positive and negative test for hipMemGetAddressRange
Configuration menu - View commit details
-
Copy full SHA for f51f27a - Browse repository at this point
Copy the full SHA f51f27aView commit details
Commits on Dec 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82c2ef4 - Browse repository at this point
Copy the full SHA 82c2ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33d33df - Browse repository at this point
Copy the full SHA 33d33dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65dcbf8 - Browse repository at this point
Copy the full SHA 65dcbf8View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 12e34b9 - Browse repository at this point
Copy the full SHA 12e34b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15614ba - Browse repository at this point
Copy the full SHA 15614baView commit details -
EXSWHTEC-76 - Implement additional tests for Malloc/Free API
- Implement positive and negative tests for hipMallocMipmappedArray based on existing hipMalloc3DArray tests - Implement positive and negative tests for hipFreeMipmappedArray based on existing hipFreeArray tests - Memory leak fix in Unit_hipMalloc3D_Basic
Configuration menu - View commit details
-
Copy full SHA for 38ae787 - Browse repository at this point
Copy the full SHA 38ae787View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0a691c - Browse repository at this point
Copy the full SHA e0a691cView commit details -
EXSWHTEC-69 - Implement tests for hipMemRangeGetAttributes
- Negative parameter tests for hipMemRangeGetAttribute and hipMemRangeGetAttributes - Validate the behavior of hipMemRangeGetAttribute for hipMemRangeAttributeReadMostly - Validate the behavior of hipMemRangeGetAttribute for hipMemRangeAttributePreferredLocation - Validate the behavior of hipMemRangeGetAttribute for hipMemRangeAttributeLastPrefetchLocation - Validate the behavior of hipMemRangeGetAttribute for hipMemRangeAttributeAccessedBy - Validate the behavior of hipMemRangeGetAttributes.
Configuration menu - View commit details
-
Copy full SHA for c0380e4 - Browse repository at this point
Copy the full SHA c0380e4View commit details -
EXSWHTEC-99 - Reimplement tests for hipStreamAttachMemAsync
- Negative parameter tests - Validate basic behavior - Validate the behavior when pageable memory access is supported - Validate the behavior for hipMemAttachGlobal - Validate the behavior for hipMemAttachHost - Validate the behavior for hipMemAttachSingle.
Configuration menu - View commit details
-
Copy full SHA for 0dfccd7 - Browse repository at this point
Copy the full SHA 0dfccd7View commit details -
EXSWHTEC-97 - Implement tests for hipMemcpy2D APIs
- Implement basic behavior checks in all copy directions - Implement synchronization behavior checks for expected behavior based on cuda docs - Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen - Implement negative parameter tests - Implement all of the above for hipMemcpy2D and hipMemcpy2DAsync.
Configuration menu - View commit details
-
Copy full SHA for 9ba5337 - Browse repository at this point
Copy the full SHA 9ba5337View commit details -
EXSWHTEC-102 - Implement tests for hipMemcpyParam2D APIs
- Implement basic behavior checks in all copy directions - Implement synchronization behavior checks for expected behavior based on cuda docs - Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen - Implement negative parameter tests - Implement all of the above for hipMemcpyParam2D and hipMemcpyParam2DAsync.
Configuration menu - View commit details
-
Copy full SHA for e746ec8 - Browse repository at this point
Copy the full SHA e746ec8View commit details -
EXSWHTEC-98 - Implement tests for hipMemcpy3D APIs
- Implement basic behavior checks in all copy directions - Implement synchronization behavior checks for expected behavior based on cuda docs - Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen - Implement negative parameter tests - Implement all of the above for hipMemcpy3D and hipMemcpy3DAsync.
Configuration menu - View commit details
-
Copy full SHA for 0f13e93 - Browse repository at this point
Copy the full SHA 0f13e93View commit details -
EXSWHTEC-103 - Implement tests for hipDrvMemcpy3D APIs
- Implement basic behavior checks in all copy directions - Implement synchronization behavior checks for expected behavior based on cuda docs - Implement positive tests for zero sized width and/or height copies, where no copy is expected to happen - Implement negative parameter tests - Implement all of the above for hipDrvMemcpy3D and hipDrvMemcpy3DAsync.
Configuration menu - View commit details
-
Copy full SHA for 44d3774 - Browse repository at this point
Copy the full SHA 44d3774View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 717f3e9 - Browse repository at this point
Copy the full SHA 717f3e9View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d13938 - Browse repository at this point
Copy the full SHA 9d13938View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee650e - Browse repository at this point
Copy the full SHA 8ee650eView commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…doxygen_configuration
Configuration menu - View commit details
-
Copy full SHA for 2db594f - Browse repository at this point
Copy the full SHA 2db594fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1977515 - Browse repository at this point
Copy the full SHA 1977515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693e71e - Browse repository at this point
Copy the full SHA 693e71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ddfd7 - Browse repository at this point
Copy the full SHA d6ddfd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3844b4c - Browse repository at this point
Copy the full SHA 3844b4cView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af34da1 - Browse repository at this point
Copy the full SHA af34da1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35e4582 - Browse repository at this point
Copy the full SHA 35e4582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ece7ee - Browse repository at this point
Copy the full SHA 5ece7eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 259be27 - Browse repository at this point
Copy the full SHA 259be27View commit details -
EXSWHTEC-200 - Extend the PREDEFINED list to define all macro names t…
…o include #if and #ifdef sections in documentation
Configuration menu - View commit details
-
Copy full SHA for e0daf30 - Browse repository at this point
Copy the full SHA e0daf30View commit details
Commits on Dec 16, 2022
-
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipImportDestroyExternalSemaphore_tests
Configuration menu - View commit details
-
Copy full SHA for 21dd6e1 - Browse repository at this point
Copy the full SHA 21dd6e1View commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipWaitExternalSemaphoresAsync_test
Configuration menu - View commit details
-
Copy full SHA for d498e41 - Browse repository at this point
Copy the full SHA d498e41View commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipSignalExternalSemaphoresAsync_tests
Configuration menu - View commit details
-
Copy full SHA for 4810f2e - Browse repository at this point
Copy the full SHA 4810f2eView commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipImportDestroyExternalMemory_tests
Configuration menu - View commit details
-
Copy full SHA for 030ad91 - Browse repository at this point
Copy the full SHA 030ad91View commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipExternalMemoryGetMappedBuffer_tests
Configuration menu - View commit details
-
Copy full SHA for 6eca608 - Browse repository at this point
Copy the full SHA 6eca608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7882172 - Browse repository at this point
Copy the full SHA 7882172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf56a9 - Browse repository at this point
Copy the full SHA 5bf56a9View commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipMemcpyAsync_tests
Configuration menu - View commit details
-
Copy full SHA for 1ef552a - Browse repository at this point
Copy the full SHA 1ef552aView commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipMemPrefetchAsync_tests
Configuration menu - View commit details
-
Copy full SHA for eed4434 - Browse repository at this point
Copy the full SHA eed4434View commit details -
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…hipMemAdvise_tests
Configuration menu - View commit details
-
Copy full SHA for ea45249 - Browse repository at this point
Copy the full SHA ea45249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209a784 - Browse repository at this point
Copy the full SHA 209a784View commit details
Commits on Dec 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a3bc72c - Browse repository at this point
Copy the full SHA a3bc72cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3d833 - Browse repository at this point
Copy the full SHA fd3d833View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd578e - Browse repository at this point
Copy the full SHA ebd578eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d61cf1 - Browse repository at this point
Copy the full SHA 2d61cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a5dc81 - Browse repository at this point
Copy the full SHA 5a5dc81View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d691f - Browse repository at this point
Copy the full SHA a3d691fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc8cff - Browse repository at this point
Copy the full SHA bbc8cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2218574 - Browse repository at this point
Copy the full SHA 2218574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7656066 - Browse repository at this point
Copy the full SHA 7656066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3d37e - Browse repository at this point
Copy the full SHA 9f3d37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3715351 - Browse repository at this point
Copy the full SHA 3715351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1359fc6 - Browse repository at this point
Copy the full SHA 1359fc6View commit details
Commits on Dec 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c338176 - Browse repository at this point
Copy the full SHA c338176View commit details -
Merge branch 'hipMemcpy_tests' of github.com:mirza-halilcevic/hip-tes…
…ts into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 77cb104 - Browse repository at this point
Copy the full SHA 77cb104View commit details -
Merge branch 'hipMemAdvise_tests' of github.com:mirza-halilcevic/hip-…
…tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 2895100 - Browse repository at this point
Copy the full SHA 2895100View commit details -
Merge branch 'hipMemPrefetchAsync_tests' of github.com:mirza-halilcev…
…ic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 82f26e9 - Browse repository at this point
Copy the full SHA 82f26e9View commit details -
Merge branch 'hipMemcpyAsync_tests' of github.com:mirza-halilcevic/hi…
…p-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 230a1e4 - Browse repository at this point
Copy the full SHA 230a1e4View commit details -
Merge branch 'hipMalloc_tests' of github.com:mirza-halilcevic/hip-tes…
…ts into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 3ed8d05 - Browse repository at this point
Copy the full SHA 3ed8d05View commit details -
Merge branch 'hipArrays2DMemcpyAsync_tests' of github.com:mirza-halil…
…cevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 2ed75e6 - Browse repository at this point
Copy the full SHA 2ed75e6View commit details -
Merge branch 'hipArrays2DMemcpy_tests' of github.com:mirza-halilcevic…
…/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 3280085 - Browse repository at this point
Copy the full SHA 3280085View commit details -
Merge branch 'hipMipmappedArray_tests' of github.com:mirza-halilcevic…
…/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 2b15e41 - Browse repository at this point
Copy the full SHA 2b15e41View commit details -
Merge branch 'hipMemRangeGetAttribute_tests' of github.com:mirza-hali…
…lcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 9380afc - Browse repository at this point
Copy the full SHA 9380afcView commit details -
Merge branch 'hipStreamAttachMemAsync_tests' of github.com:mirza-hali…
…lcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for f812b92 - Browse repository at this point
Copy the full SHA f812b92View commit details -
Merge branch 'hipMemcpy2D_tests' of github.com:mirza-halilcevic/hip-t…
…ests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 6806e6a - Browse repository at this point
Copy the full SHA 6806e6aView commit details -
Merge branch 'hipMemcpyParam2D_tests' of github.com:mirza-halilcevic/…
…hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 7c89317 - Browse repository at this point
Copy the full SHA 7c89317View commit details -
Merge branch 'hipMemcpy3D_tests' of github.com:mirza-halilcevic/hip-t…
…ests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 6dc8dca - Browse repository at this point
Copy the full SHA 6dc8dcaView commit details -
Merge branch 'hipDrvMemcpy3D_tests' of github.com:mirza-halilcevic/hi…
…p-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 6677049 - Browse repository at this point
Copy the full SHA 6677049View commit details -
Merge branch 'miscellaneous_test_fixes' of github.com:mirza-halilcevi…
…c/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for a565c1e - Browse repository at this point
Copy the full SHA a565c1eView commit details -
Merge branch 'hipExternalMemoryGetMappedBuffer_tests' of github.com:m…
…irza-halilcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 65c3de2 - Browse repository at this point
Copy the full SHA 65c3de2View commit details -
Merge branch 'hipImportDestroyExternalMemory_tests' of github.com:mir…
…za-halilcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 4dde9e3 - Browse repository at this point
Copy the full SHA 4dde9e3View commit details -
Merge branch 'hipSignalExternalSemaphoresAsync_tests' of github.com:m…
…irza-halilcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for e5352a0 - Browse repository at this point
Copy the full SHA e5352a0View commit details -
Merge branch 'hipWaitExternalSemaphoresAsync_test' of github.com:mirz…
…a-halilcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 327a639 - Browse repository at this point
Copy the full SHA 327a639View commit details -
Merge branch 'hipImportDestroyExternalSemaphore_tests' of github.com:…
…mirza-halilcevic/hip-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 6e2db34 - Browse repository at this point
Copy the full SHA 6e2db34View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6cf207 - Browse repository at this point
Copy the full SHA c6cf207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4489d - Browse repository at this point
Copy the full SHA 1a4489dView commit details -
Merge branch 'hipMemcpyPeer_tests' of github.com:mirza-halilcevic/hip…
…-tests into doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for 0e7cf75 - Browse repository at this point
Copy the full SHA 0e7cf75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d2506f - Browse repository at this point
Copy the full SHA 9d2506fView commit details
Commits on Dec 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc494f5 - Browse repository at this point
Copy the full SHA dc494f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c805959 - Browse repository at this point
Copy the full SHA c805959View commit details
Commits on Dec 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 814ee25 - Browse repository at this point
Copy the full SHA 814ee25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 151c938 - Browse repository at this point
Copy the full SHA 151c938View commit details -
EXSWHTEC-224 - Fix invalid references to the Unit_hipMemcpy_MultiThre…
…ad-AllAPIs after renaming
Configuration menu - View commit details
-
Copy full SHA for 725ef25 - Browse repository at this point
Copy the full SHA 725ef25View commit details -
EXSWHTEC-224 - Modify Doxygen configuration to sort test cases alphab…
…etically within the brief
Configuration menu - View commit details
-
Copy full SHA for 5818e92 - Browse repository at this point
Copy the full SHA 5818e92View commit details -
EXSWHTEC-224 - Modify Doxygen configuration so that APIs within the m…
…odules are sorted alphabetically
Configuration menu - View commit details
-
Copy full SHA for 8b8a13e - Browse repository at this point
Copy the full SHA 8b8a13eView commit details
Commits on Jun 22, 2023
-
Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …
…doxygen_memory_management_documentation
Configuration menu - View commit details
-
Copy full SHA for e64c640 - Browse repository at this point
Copy the full SHA e64c640View commit details
Commits on Feb 26, 2024
-
Merge remote-tracking branch 'origin/develop' into doxygen_memory_man…
…agement_documentation
Configuration menu - View commit details
-
Copy full SHA for c31d503 - Browse repository at this point
Copy the full SHA c31d503View commit details