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

Improve warnings #66

Merged
merged 8 commits into from
Nov 20, 2024
Merged

Improve warnings #66

merged 8 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. Add [[maybe_unused]] for variables in the array test that are only us…

    …ed in compile-time expressions but are needed for the tests.
    BrendanKKrueger committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a5779d8 View commit details
    Browse the repository at this point in the history
  2. Create a dumb non-trivial type to use instead of std::vector to elimi…

    …nate warnings about calling __host__ functions from __host__ __device__ warnings.
    BrendanKKrueger committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    63802f8 View commit details
    Browse the repository at this point in the history
  3. Device-capable swap.

    BrendanKKrueger committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4cf3393 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    f639c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfacbf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19fbfff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2a1d74 View commit details
    Browse the repository at this point in the history
  5. format

    BrendanKKrueger committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5bf92e8 View commit details
    Browse the repository at this point in the history