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

Cuda safety in several headers #259

Merged
merged 1 commit into from
May 31, 2022

Commits on May 31, 2022

  1. Cuda safety in several headers

    * Hide x86 intrinsics from Cuda compilation (half.h) that is a hard
      error when compiling for Cuda.
    
    * Avoid warnings about host/device decorations for defaulted
      destructors for Color3, Color4, Euler, Quat, and Shear classes -- if
      you define the destructor as `= default`, you shouldn't also add the
      IMATH_HOSTDEVICE decorator.
    
    Signed-off-by: Larry Gritz <[email protected]>
    lgritz committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1c22edb View commit details
    Browse the repository at this point in the history