mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Resend "Split ATen/Parallel into interface and backend" (#20825)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/20825 ghimport-source-id: 0371fbd37cb37635647d473d5ac9f2859e787061 Differential Revision: D15458073 Pulled By: ilia-cher fbshipit-source-id: cd27d0da1691f6be1183cd152348ac0d93a53996
This commit is contained in:
committed by
Facebook Github Bot
parent
6b74856747
commit
c3d05e86cc
5
setup.py
5
setup.py
@ -149,6 +149,11 @@
|
||||
# LIBRARY_PATH
|
||||
# LD_LIBRARY_PATH
|
||||
# we will search for libraries in these paths
|
||||
#
|
||||
# PARALLEL_BACKEND
|
||||
# parallel backend to use for intra- and inter-op parallelism
|
||||
# possible values:
|
||||
# OPENMP - use OpenMP for intra-op and native backend for inter-op tasks
|
||||
|
||||
from __future__ import print_function
|
||||
from setuptools import setup, Extension, distutils, find_packages
|
||||
|
Reference in New Issue
Block a user