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 Stream Management #87

Open
wants to merge 36 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 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 8, 2022

  1. EXSWHTEC-20 - hipFreeAsync negative tests

    Added negative tests for hipFreeAsync
     - nullptr check for pointer parameter
     - invalid stream handle for stream parameter
    marko-veniger committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    25fa1f4 View commit details
    Browse the repository at this point in the history
  2. EXSWHTEC-19 - hipMallocAsync negative tests

    negative tests for hipMallocAsync:
     - nullptr for device pointer parameter
     - invalid stream for stream parameter
     - size required larger than size of available memoryr
    marko-veniger committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    bb6c9f7 View commit details
    Browse the repository at this point in the history
  3. EXSWHTEC-35 - Implement negative tests for hipMallocFromPoolAsync

     - invalid device pointer
     - invalid mempool handle
     - invalid stream handle
    out of memory
    marko-veniger committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    dc2e3a1 View commit details
    Browse the repository at this point in the history
  4. EXSWHTEC-36 - Basic hip mem pool negative tests

    Negative tests for:
     - hipMemPoolCreate
     - hipMemPoolDestroy
     - hipMemPoolTrimTo
    marko-veniger committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7e955da View commit details
    Browse the repository at this point in the history
  5. EXSWHTEC-57 - Hip mem pool import export tests

    Implement negative and positive tests for the following functions:
     - hipMemPoolExportToShareableHandle
     - hipMemPoolImportFromShareableHandle
     - hipMemPoolExportPointer
     - hipMemPoolImportPointer
    Co-authored-by Nives Vukovic [email protected]
    marko-veniger committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    7ef4d27 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

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

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    259be27 View commit details
    Browse the repository at this point in the history
  2. 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 15, 2022

  1. EXSWHTEC-224 - Test cases ID clean up and documentation for Stream Ma…

    …nagement and Stream Memory Operations
    milos-mozetic committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    2ac6a64 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    057b8af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd321b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…

    …ip-tests into hipMallocAsync_tests
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    773156d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…

    …ip-tests into hipFreeAsync_tests
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6ea811c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…

    …ip-tests into hipMallocFromPoolAsync_tests
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    01ce39a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…

    …ip-tests into basic_hipMemPool_negative_tests
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    eb551d4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'doxygen_configuration' of github.com:mirza-halilcevic/h…

    …ip-tests into hipMemPoolImportExport_tests
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    2c58a3d View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hipMallocAsync_tests' of github.com:mirza-halilcevic/hi…

    …p-tests into doxygen_stream_management_documentation
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    558bb21 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'hipFreeAsync_tests' of github.com:mirza-halilcevic/hip-…

    …tests into doxygen_stream_management_documentation
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    83ad0a4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'hipMallocFromPoolAsync_tests' of github.com:mirza-halil…

    …cevic/hip-tests into doxygen_stream_management_documentation
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e682295 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'basic_hipMemPool_negative_tests' of github.com:mirza-ha…

    …lilcevic/hip-tests into doxygen_stream_management_documentation
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    6ba8130 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'hipMemPoolImportExport_tests' of github.com:mirza-halil…

    …cevic/hip-tests into doxygen_stream_management_documentation
    milos-mozetic committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c5df959 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    943278f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

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

Commits on Jan 24, 2023

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

Commits on Jun 22, 2023

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

Commits on Jul 10, 2023

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

    …doxygen_stream_management_documentation
    milos-mozetic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f980098 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    64bcc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ee954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a305a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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