mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
USE_ --> BUILD_ for CAFFE2_OPS and TEST (#17390)
Differential Revision: D14195572 Pulled By: soumith fbshipit-source-id: 28e4ff3fe03a151cd4ed014c64253389cb85de3e
This commit is contained in:
committed by
Facebook Github Bot
parent
3ab2080047
commit
9e69703dac
4
setup.py
4
setup.py
@ -33,7 +33,7 @@
|
||||
# USE_FBGEMM=0
|
||||
# disables the FBGEMM build
|
||||
#
|
||||
# USE_TEST=0
|
||||
# BUILD_TEST=0
|
||||
# disables the test build
|
||||
#
|
||||
# USE_MIOPEN=0
|
||||
@ -55,7 +55,7 @@
|
||||
# disables use of system-wide nccl (we will use our submoduled
|
||||
# copy in third_party/nccl)
|
||||
#
|
||||
# USE_CAFFE2_OPS=0
|
||||
# BUILD_CAFFE2_OPS=0
|
||||
# disable Caffe2 operators build
|
||||
#
|
||||
# USE_GLOO_IBVERBS
|
||||
|
Reference in New Issue
Block a user