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

Remove CUDA 11.0/11.1 support and upgrade to CCCL 2.2.0+ #1155

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Feb 29, 2024

  1. Remove official support for CUDA 11.0 and 11.1

    This is to support using newer CCCL (cuda 11.0 not supported) and simplify the pyflamegpu distribution matrix (11.1).
    
    11.0 is currently builds and passes tests on linux, but does not build on windows.
    11.1 currently builds and passes tests on both.
    
    Workarounds and warning specific to these versions are not being removed just incase, and camek will only warn but not error if they are used (as the currently work, just incase 11.2+ is not available somwhere).
    
    Also fixes some typos as and when encountered
    ptheywood committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7428731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6389e2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3323d4 View commit details
    Browse the repository at this point in the history
  4. Switch to CCCL v2.3.0 tagged commit - this does not include the fixes…

    … we need. Waiting for 2.3.2 or 2.4.0
    ptheywood committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4ea6196 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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