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

cuda-python-bugfix: allow passage of cuda stream objects or pointers #419

Closed

Commits on Jan 22, 2024

  1. cuda-python-bugfix: allow passage of cuda stream objects or pointers

    Pointers are dangerous because they aren't reference counted and so can be deleted before
    cufinufft cleans up (flatironinstitute#417). This patch allows the user to pass either a stream object OR a
    pointer in the `gpu_stream` argument of Plan
    blackwer committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    410e9a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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