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 Module Management #84

Open
wants to merge 66 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
    7a213be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580df9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f40fe6a View commit details
    Browse the repository at this point in the history
  4. EXSWHTEC-109 - Implement tests for the hipModuleLoad family of APIs a…

    …nd hipModuleUnload
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    afa2e93 View commit details
    Browse the repository at this point in the history
  5. EXSWHTEC-112 - Implement tests for hipModuleGetFunction

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    4575966 View commit details
    Browse the repository at this point in the history
  6. EXSWHTEC-111 - Implement tests for the hipModuleLaunchKernel family o…

    …f APIs
    
    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fb5ecb8 View commit details
    Browse the repository at this point in the history
  7. EXSWHTEC-80 - Implement tests for hipModuleGetGlobal

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    0e719cb View commit details
    Browse the repository at this point in the history
  8. EXSWHTEC-113 - Implement tests for hipModuleGetTexRef

    - Basic positive tests
    - Negative parameter tests
    music-dino committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7233aae 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 16, 2022

  1. Configuration menu
    Copy the full SHA
    26506e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38254e2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:mirza-halilcevic/hip-tests into …

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

    …hipModuleGetFunction_tests
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e347b31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    500b7b8 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'hipModuleLoad_tests' of github.com:mirza-halilcevic/hip…

    …-tests into doxygen_module_management_documentation
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2003fb2 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'hipModuleGetFunction_tests' of github.com:mirza-halilce…

    …vic/hip-tests into doxygen_module_management_documentation
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5112096 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hipModuleLaunchKernel_test' of github.com:mirza-halilce…

    …vic/hip-tests into doxygen_module_management_documentation
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7401c48 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'hipModuleGetTexRef_tests' of github.com:mirza-halilcevi…

    …c/hip-tests into doxygen_module_management_documentation
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5a44e86 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'hipModuleGetGlobal_tests' of github.com:mirza-halilcevi…

    …c/hip-tests into doxygen_module_management_documentation
    milos-mozetic committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    e61122f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a7fd78b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

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

Commits on Mar 3, 2023

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

Commits on Mar 6, 2023

  1. EXSWHTEC-109 - Disable build for Windows, add offload arch and output…

    … path for code object build command
    music-dino committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8686418 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    8390c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ca3e2 View commit details
    Browse the repository at this point in the history
  3. EXSWHTEC-109 - Separate out negative tests for hipModuleUnload that f…

    …ail on AMD and NVIDIA and disable them via JSON
    music-dino committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    77b2d58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83e6499 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f092b57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6358ee7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdc37a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    015d7e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80a7af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda9a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    b261ecf View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    mangupta authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    afdf15b View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    mangupta authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2fbb319 View commit details
    Browse the repository at this point in the history
  4. Update CMakeLists.txt

    mangupta authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e1f2434 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    95b3d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4b804 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e58bdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2c575b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a7774f View commit details
    Browse the repository at this point in the history
  6. Fix typo.

    mirza-halilcevic committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    2a481ba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f868f4b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    73eedc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb7814 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a90b0b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd315d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c681b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf96947 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58acfe0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b5faf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6cf67ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4943554 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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