mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Summary: See https://github.com/pytorch/pytorch/issues/55267 Pull Request resolved: https://github.com/pytorch/pytorch/pull/63230 Reviewed By: soulitzer Differential Revision: D34159119 Pulled By: malfet fbshipit-source-id: 6eef7582388bf6a42dcc1d82b6e4b1f40f418dd7 (cherry picked from commit 2056d0a0be7951602de22f8d3b4efc28dd71b6c2)
14 lines
421 B
ReStructuredText
14 lines
421 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:: get_compiler_abi_compatibility_and_version
|
|
.. autofunction:: verify_ninja_availability
|
|
.. autofunction:: is_ninja_available
|