Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Cuda 11 build fixes #19530

Merged
merged 5 commits into from
Nov 14, 2020
Merged

Cuda 11 build fixes #19530

merged 5 commits into from
Nov 14, 2020

Commits on Nov 13, 2020

  1. Don't use namespace for pow() function, since it is built into cuda m…

    …ath library, and cast the second argument so it will find an acceptable form.
    Joe Evans committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    c76086e View commit details
    Browse the repository at this point in the history
  2. Properly case exponent.

    Joe Evans committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    8d6b752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c816e7a View commit details
    Browse the repository at this point in the history
  4. Fix lint.

    Joe Evans committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    faccbfd View commit details
    Browse the repository at this point in the history
  5. Fix lint.

    Joe Evans committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7a8ce08 View commit details
    Browse the repository at this point in the history