Skip to content
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

Open
wants to merge 106 commits into
base: develop
Choose a base branch
from

Commits on Oct 26, 2022

  1. SWDEV-355313 - Move catch tests and samples

    Change-Id: I66f0c09e9c7405ec7430b1883e0e89542fdb87a0
    gargrahul committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    cea96af View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. SWDEV-355313 - Add README

    Change-Id: I212b82b1b3a78a368b85ea64e338371a34b405f9
    gargrahul committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    909e7e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. SWDEV-355313 - Update amd-staging branch

    Change-Id: Ib455f72b5be77e1a81137d15c07ea41161b16a3e
    gargrahul committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    094b9af View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. 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.
    milos-mozetic committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    070bb7c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. SWDEV-355313 - Update README

    Change-Id: Ief96e274f4143e80ceb3e40f04d38ae217777583
    gargrahul committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9daa6d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    2a205ed View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. SWDEV-355313 - Update latest code

    Change-Id: I9c03cde09b42c8e3726153c2a177359efc8d6d29
    gargrahul committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    c49043e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    b0848db View commit details
    Browse the repository at this point in the history
  2. EXSWHTEC-74 - Implement tests for hipMemcpy and derivatives

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    dbaceb5 View commit details
    Browse the repository at this point in the history
  3. EXSWHTEC-83 - Implement new and reimplement existing tests for hipMem…

    …Advise
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    18f9cb6 View commit details
    Browse the repository at this point in the history
  4. EXSWHTEC-80 - Reimplement tests for hipMemPrefetchAsync

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d9764b4 View commit details
    Browse the repository at this point in the history
  5. EXSWHTEC-75 - Implement tests for hipMemcpyAsync and derivatives

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    eca94ae View commit details
    Browse the repository at this point in the history
  6. EXSWHTEC-68 - Implement tests for hipMalloc and hipExtMallocWithFlags

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    82b5eae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5e47ce View commit details
    Browse the repository at this point in the history
  8. EXSWHTEC-149 - Implement tests for hipExternalMemoryGetMappedBuffer f…

    …or the Vulkan API
    
    - Basic positive test
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c854915 View commit details
    Browse the repository at this point in the history
  9. 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
    nives-vukovic committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    98fdac0 View commit details
    Browse the repository at this point in the history
  10. EXSWHTEC-150 - Implement tests for hipImportExternalMemory and hipDes…

    …troyExternalMemory for the Vulkan API
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a4f4839 View commit details
    Browse the repository at this point in the history
  11. EXSWHTEC-146 - Implement tests for hipSignalExternalSemaphoresAsync f…

    …or the Vulkan API
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    198b0af View commit details
    Browse the repository at this point in the history
  12. EXSWHTEC-147 - Implement tests for hipWaitExternalSemaphoresAsync for…

    … the Vulkan API
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cc69363 View commit details
    Browse the repository at this point in the history
  13. EXSWHTEC-148 - Implement tests for hipImportExternalSemaphore and hip…

    …DestroyExternalSemaphore for the Vulkan API
    
    - Basic positive test
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    838c56a View commit details
    Browse the repository at this point in the history
  14. 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
    nives-vukovic committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    595ead8 View commit details
    Browse the repository at this point in the history
  15. 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
    nives-vukovic committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d653844 View commit details
    Browse the repository at this point in the history
  16. 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
    nives-vukovic committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    f51f27a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    82c2ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33d33df View commit details
    Browse the repository at this point in the history
  3. Fix merging error

    nives-vukovic committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    65dcbf8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    12e34b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15614ba View commit details
    Browse the repository at this point in the history
  3. 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
    nives-vukovic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    38ae787 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0a691c View commit details
    Browse the repository at this point in the history
  5. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c0380e4 View commit details
    Browse the repository at this point in the history
  6. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0dfccd7 View commit details
    Browse the repository at this point in the history
  7. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9ba5337 View commit details
    Browse the repository at this point in the history
  8. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    e746ec8 View commit details
    Browse the repository at this point in the history
  9. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    0f13e93 View commit details
    Browse the repository at this point in the history
  10. 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.
    mirza-halilcevic committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    44d3774 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    717f3e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    9d13938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee650e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db594f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1977515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    693e71e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6ddfd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3844b4c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    af34da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35e4582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ece7ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    259be27 View commit details
    Browse the repository at this point in the history
  5. EXSWHTEC-200 - Extend the PREDEFINED list to define all macro names t…

    …o include #if and #ifdef sections in documentation
    milos-mozetic committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e0daf30 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipImportDestroyExternalSemaphore_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    21dd6e1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipWaitExternalSemaphoresAsync_test
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d498e41 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipSignalExternalSemaphoresAsync_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4810f2e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipImportDestroyExternalMemory_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    030ad91 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipExternalMemoryGetMappedBuffer_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    6eca608 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7882172 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5bf56a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ef552a View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …hipMemPrefetchAsync_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    eed4434 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea45249 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    209a784 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    a3bc72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd3d833 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebd578e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d61cf1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a5dc81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3d691f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbc8cff View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2218574 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7656066 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f3d37e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3715351 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1359fc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    c338176 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'hipMemcpy_tests' of github.com:mirza-halilcevic/hip-tes…

    …ts into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    77cb104 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hipMemAdvise_tests' of github.com:mirza-halilcevic/hip-…

    …tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2895100 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'hipMemPrefetchAsync_tests' of github.com:mirza-halilcev…

    …ic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    82f26e9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'hipMemcpyAsync_tests' of github.com:mirza-halilcevic/hi…

    …p-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    230a1e4 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'hipMalloc_tests' of github.com:mirza-halilcevic/hip-tes…

    …ts into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    3ed8d05 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'hipArrays2DMemcpyAsync_tests' of github.com:mirza-halil…

    …cevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2ed75e6 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hipArrays2DMemcpy_tests' of github.com:mirza-halilcevic…

    …/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    3280085 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'hipMipmappedArray_tests' of github.com:mirza-halilcevic…

    …/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2b15e41 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'hipMemRangeGetAttribute_tests' of github.com:mirza-hali…

    …lcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    9380afc View commit details
    Browse the repository at this point in the history
  11. Merge branch 'hipStreamAttachMemAsync_tests' of github.com:mirza-hali…

    …lcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    f812b92 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'hipMemcpy2D_tests' of github.com:mirza-halilcevic/hip-t…

    …ests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6806e6a View commit details
    Browse the repository at this point in the history
  13. Merge branch 'hipMemcpyParam2D_tests' of github.com:mirza-halilcevic/…

    …hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    7c89317 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'hipMemcpy3D_tests' of github.com:mirza-halilcevic/hip-t…

    …ests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6dc8dca View commit details
    Browse the repository at this point in the history
  15. Merge branch 'hipDrvMemcpy3D_tests' of github.com:mirza-halilcevic/hi…

    …p-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6677049 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'miscellaneous_test_fixes' of github.com:mirza-halilcevi…

    …c/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a565c1e View commit details
    Browse the repository at this point in the history
  17. Merge branch 'hipExternalMemoryGetMappedBuffer_tests' of github.com:m…

    …irza-halilcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    65c3de2 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'hipImportDestroyExternalMemory_tests' of github.com:mir…

    …za-halilcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4dde9e3 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'hipSignalExternalSemaphoresAsync_tests' of github.com:m…

    …irza-halilcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    e5352a0 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'hipWaitExternalSemaphoresAsync_test' of github.com:mirz…

    …a-halilcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    327a639 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'hipImportDestroyExternalSemaphore_tests' of github.com:…

    …mirza-halilcevic/hip-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    6e2db34 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. Configuration menu
    Copy the full SHA
    c6cf207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a4489d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hipMemcpyPeer_tests' of github.com:mirza-halilcevic/hip…

    …-tests into doxygen_memory_management_documentation
    milos-mozetic committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0e7cf75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d2506f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    dc494f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c805959 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    814ee25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    151c938 View commit details
    Browse the repository at this point in the history
  3. EXSWHTEC-224 - Fix invalid references to the Unit_hipMemcpy_MultiThre…

    …ad-AllAPIs after renaming
    milos-mozetic committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    725ef25 View commit details
    Browse the repository at this point in the history
  4. EXSWHTEC-224 - Modify Doxygen configuration to sort test cases alphab…

    …etically within the brief
    milos-mozetic committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    5818e92 View commit details
    Browse the repository at this point in the history
  5. EXSWHTEC-224 - Modify Doxygen configuration so that APIs within the m…

    …odules are sorted alphabetically
    milos-mozetic committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    8b8a13e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

    …doxygen_memory_management_documentation
    milos-mozetic committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e64c640 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    c31d503 View commit details
    Browse the repository at this point in the history