triton-inference-server / fil_backend

FIL backend for the Triton Inference Server
Apache License 2.0
68 stars 35 forks source link

Auto-formatting #359

Closed dyastremsky closed 1 year ago

dyastremsky commented 1 year ago

With the clang version update in the formatter, we are running the formatter on all Triton repos. If you would like to use the formatting tool in this repo, feel free to approve/merge this PR.

dyastremsky commented 1 year ago

After discussion, closing this out in favor of #361, which will add pre-commit hooks to ensure formatting and linting stays up-to-date with each pull request.