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

Release/0.12.2.0 #74

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

Commits on Aug 30, 2023

  1. Remove References To Texture Functions

    The latest version of CUDA (12.02) removed support for textures so the
    functions removed here would no longer compile.
    noahmartinwilliams committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cc076c8 View commit details
    Browse the repository at this point in the history
  2. Update Function Names For CUDA Version 12.0

    CUDA Version 12.02 has changed the names of certain functions to have
    "_v2" at the end.
    noahmartinwilliams committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    86cd5b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    e417375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c13df99 View commit details
    Browse the repository at this point in the history
  3. Remove References To Texture Functions

    The latest version of CUDA (v12.2) doesn't support texture functions
    any more.
    noahmartinwilliams committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    8ab63be View commit details
    Browse the repository at this point in the history
  4. Fix cuStreamGetCaptureInfo Function To Use Version 2

    cuStreamGetCaptureInfo is now cuStreamGetCaptureInfo_v2 and it has
    three additional arguments.
    noahmartinwilliams committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9036603 View commit details
    Browse the repository at this point in the history