Skip to content

Reduce compiler warnings for CUDA#1796

Open
BradWhitlock wants to merge 12 commits intodevelopfrom
bugfix/whitlock/reduce_compiler_warnings
Open

Reduce compiler warnings for CUDA#1796
BradWhitlock wants to merge 12 commits intodevelopfrom
bugfix/whitlock/reduce_compiler_warnings

Conversation

@BradWhitlock
Copy link
Member

This PR takes a stab at reducing the number of compiler warnings issued on CUDA machines. There are still various warnings about using host functions in host device code that have not yet been addressed.

  • Various fixes for compiler warnings
  • Suppress warning for host constexpr functions in host device code in one of the matrix host-configs
  • Work around a test failure where Conduit was unable to read a YAML baseline (we convert to JSON on the fly and use that). It seems like a Conduit problem with that particular build.

Copy link
Member

@kennyweiss kennyweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @BradWhitlock !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants