Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information