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

Correct #20054-D errors found when compiling on ARM #42

Merged

Commits on Dec 12, 2023

  1. Correct #20054-D errors found when compiling on ARM

    The nvcc compiler on ARM is more stringent and detects
    incorrect shared memory usage in kernels. The static
    shared memory approach only works with default constructor
    types.
    
    So we update `PathElement` to properly follow default construction
    rules.
    robertmaynard committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ba0d5c8 View commit details
    Browse the repository at this point in the history