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
174 stars 35 forks source link

multipy: relink against gtest #280

Closed d4l3k closed 1 year ago

d4l3k commented 1 year ago

Should fix regression in pytorch master https://hud.pytorch.org/minihud?name_filter=deploy

Test plan: CI

rm -r build; cmake -S . -B build; and cmake --build build/ --config Release -j -t multipy_pybind
facebook-github-bot commented 1 year ago

@d4l3k has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot commented 1 year ago

@d4l3k merged this pull request in pytorch/multipy@7dd29931fa8e9bb7c970f05f8c0dc13b69e17494.