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

pocl_util: fix numberous deadlocks on disconnect #1459

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 10, 2024

  1. pocl_util: fix numberous deadlocks on disconnect

    non exhaustive list:
    * fix event being marked complete after being
     marked failed
    * fix deadlock between event and memobj
     happening in pocl_update_event_finished and
     pocl_create_migration_commands
    * fix deadlock of event trying to remove it
     self from wait_list of event trying notifying
     that it has failed.
    * catch error when a event is created on a
     command queue that is not available
    RABijl committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ec6e970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693ed10 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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