pytorch / multipy

torch::deploy (multipy for non-torch uses) is a system that lets you get around the GIL problem by running multiple Python interpreters in a single C++ process.
Other
173 stars 35 forks source link

Make lintrunner support specific to multipy #289

Closed PaliC closed 1 year ago

PaliC commented 1 year ago

Stack from ghstack (oldest at bottom):

Add lintrunner support to the repo. All linters are copied over from pytorch core. Now we can just use lintrunner to do consistent linting with internal on OSS making dev a bit easier.

The PR below this #288 is just a copy and paste of the lintrunner usage in pytorch/pytorch, so this PR only has the changes specific to multipy.

The .clang-format is also taken from pytorch core.

facebook-github-bot commented 1 year ago

@PaliC merged this pull request in pytorch/multipy@cef6cac074fc2d72e7b73e88bf39478d859c6386.