Skip to content

Commit

Permalink
Add PyTorch to users.rst
Browse files Browse the repository at this point in the history
I've seen PRs updating this file so adding PyTorch to the list as well as we're relying on this pretty heavily now!

Thanks for the hard work in maintaining this! It helps a lot to have reliable compat code!
  • Loading branch information
albanD authored Jul 24, 2023
1 parent 64becb3 commit 27b9db2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Examples of projects using pythoncapi_compat.h
``src/writer.c`` uses ``PyObject_CallOneArg() and other Python 3.9 apis``
(`pythoncapi_compat.h copy
<https://github.com/pyansys/hollerith/blob/main/src/pythoncapi_compat.h>`__)
* `PyTorch <https://github.com/pytorch/pytorch/>`_ (`pythoncapi_compat.h copy
<https://github.com/pytorch/pytorch/blob/main/torch/csrc/utils/pythoncapi_compat.h>`__)


Projects not using pythoncapi_compat.h
Expand Down

0 comments on commit 27b9db2

Please sign in to comment.