mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook Github Bot
parent
70ecddfd76
commit
fd95947e68
5
setup.py
5
setup.py
@ -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
|
||||
|
Reference in New Issue
Block a user