Intel HE Acceleration Library (HEXL) welcomes pull requests from external
contributors to the development branch.
Before contributing, please run
cmake --build build --target check unittestto make sure the formatting checks and all unit tests pass.
Please sign your commits before making a pull request. See instructions here for how to sign commits.
-
Executable `cpplint` not foundMake sure you install cpplint:
pip install cpplint. If you installcpplintlocally, make sure to add it to yourPATH. -
/bin/sh: 1: pre-commit: not foundInstall
pre-commit. More info at https://pre-commit.com/. -
error: gpg failed to sign the data fatal: failed to write commit objectTry adding
export GPG_TTY=$(tty)to your shell initializer script such as~/.bashrc.