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

Refactor WaitForThreadExit #752

Merged
merged 8 commits into from
Jan 18, 2024
Merged

Refactor WaitForThreadExit #752

merged 8 commits into from
Jan 18, 2024

Commits on Jan 16, 2024

  1. Refactor WaitForThreadExit()

    add TestThreadDetachCleanup test
    remove some dead PerThread code
    module use
    init counter to 0
    
    fmt
    
    update UnitTests.cmake
    
    unload oneapi/compiler before running
    
    undo some changes
    pvelesko committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    cc55c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e2249 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ff9499 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389f5c9 View commit details
    Browse the repository at this point in the history
  5. Update thread tracking variables in CHIPBackend

    Description: This commit updates the thread tracking variables in the `CHIPBackend` class. The variable `NumPerThreadQueues` has been renamed to `NumQueuesAlive` for better clarity. The changes have been made in both the source file `CHIPBackend.cc` and the header file `CHIPBackend.hh`.
    pvelesko committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c7e87e1 View commit details
    Browse the repository at this point in the history
  6. check.py fix dry run

    pvelesko committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    ba05f04 View commit details
    Browse the repository at this point in the history
  7. Move PerThread queue counter

    pvelesko committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    90094d7 View commit details
    Browse the repository at this point in the history
  8. fmt

    pvelesko committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f205395 View commit details
    Browse the repository at this point in the history