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

Allow concurrent kernel execution in multithreaded environments by releasing the GIL #233

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jan 5, 2024

  1. test: PyBind11 GIL release

    wlruys committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5aa9f1f View commit details
    Browse the repository at this point in the history
  2. test: release gil

    wlruys committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    308494a View commit details
    Browse the repository at this point in the history
  3. test: release inside kernel

    wlruys committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    48b5775 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8d3906 View commit details
    Browse the repository at this point in the history
  5. clean: remove comment

    wlruys committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7f09795 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6141b13 View commit details
    Browse the repository at this point in the history