Revert D15248618: Split ATen/Parallel into interface and backend

Differential Revision:
D15248618

Original commit changeset: 060879266bc8

fbshipit-source-id: fc5cbb030b87613c9e15100118c3d4a064097c20
This commit is contained in:
Edward Yang
2019-05-22 09:48:32 -07:00
committed by Facebook Github Bot
parent 70ecddfd76
commit fd95947e68
10 changed files with 256 additions and 350 deletions

View File

@ -149,11 +149,6 @@
# 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