mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/39766 Test Plan: Imported from OSS Differential Revision: D21967284 Pulled By: glaringlee fbshipit-source-id: 8597916bee247cb5f8c82ed8297119d2f3a72170
14 lines
411 B
ReStructuredText
14 lines
411 B
ReStructuredText
torch.utils.cpp_extension
|
|
=========================
|
|
|
|
.. currentmodule:: torch.utils.cpp_extension
|
|
.. autofunction:: CppExtension
|
|
.. autofunction:: CUDAExtension
|
|
.. autofunction:: BuildExtension
|
|
.. autofunction:: load
|
|
.. autofunction:: load_inline
|
|
.. autofunction:: include_paths
|
|
.. autofunction:: check_compiler_abi_compatibility
|
|
.. autofunction:: verify_ninja_availability
|
|
.. autofunction:: is_ninja_available
|