You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporarily disable warnings for unknown pragmas (#942)
CUB 1.15 has uses an unprotected `#pragma nv_exec_check_disable` which makes includes of thrust headers from .cpp files fail if `-Werror` is enabled (or warn if it is not set)
This PR is a temporary workaround. It just adds -Wno-unknown-pragmas to the command line for building benchmark .cpp files.
Authors:
- Mark Harris (https://github.com/harrism)
Approvers:
- Robert Maynard (https://github.com/robertmaynard)
- Bradley Dice (https://github.com/bdice)
URL: #942
0 commit comments