cranky-coder08's picture
Add files using upload-large-folder tool
ad5f26a verified
# mypy: allow-untyped-defs
import torch
def is_available():
r"""Return whether PyTorch is built with OpenMP support."""
return torch._C.has_openmp