Last active
September 13, 2019 00:32
-
-
Save unendin/7a34cf5272f559f05302d057388f5396 to your computer and use it in GitHub Desktop.
nvidia apex build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 5/8 : RUN SHA=ToUcHMe git clone --single-branch --branch cross_compilation_fix https://github.com/mcarilli/apex.git | |
---> Running in 14997fff7698 | |
Cloning into 'apex'... | |
Removing intermediate container 14997fff7698 | |
---> cc4ed4b7a7aa | |
Step 6/8 : RUN pip3.7 install -v --upgrade --upgrade-strategy=eager --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" apex/ | |
---> Running in cd31ee285467 | |
Created temporary directory: /tmp/pip-ephem-wheel-cache-j3xu4_ej | |
Created temporary directory: /tmp/pip-req-tracker-l6tc9h5s | |
Created requirements tracker '/tmp/pip-req-tracker-l6tc9h5s' | |
Created temporary directory: /tmp/pip-install-dxv45oxd | |
Processing ./apex | |
Created temporary directory: /tmp/pip-req-build-i671_fbk | |
Added file:///rapids/notebooks/apex to build tracker '/tmp/pip-req-tracker-l6tc9h5s' | |
Running setup.py (path:/tmp/pip-req-build-i671_fbk/setup.py) egg_info for package from file:///rapids/notebooks/apex | |
/conda/lib/python3.7/site-packages/pip/_internal/commands/install.py:243: UserWarning: Disabling all use of wheels due to the use of --build-options / --global-options / --install-options. | |
cmdoptions.check_install_build_global(options) | |
Running command python setup.py egg_info | |
Warning: Torch did not find available GPUs on this system. | |
If your intention is to cross-compile, this is not an error. | |
By default, Apex will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2), | |
Volta (compute capability 7.0), and Turing (compute capability 7.5). | |
If you wish to cross-compile for a single specific architecture, | |
export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py. | |
torch.__version__ = 1.3.0.dev20190912 | |
running egg_info | |
creating pip-egg-info/apex.egg-info | |
writing pip-egg-info/apex.egg-info/PKG-INFO | |
writing dependency_links to pip-egg-info/apex.egg-info/dependency_links.txt | |
writing top-level names to pip-egg-info/apex.egg-info/top_level.txt | |
writing manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' | |
reading manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' | |
writing manifest file 'pip-egg-info/apex.egg-info/SOURCES.txt' | |
/tmp/pip-req-build-i671_fbk/setup.py:43: UserWarning: Option --pyprof not specified. Not installing PyProf dependencies! | |
warnings.warn("Option --pyprof not specified. Not installing PyProf dependencies!") | |
Source in /tmp/pip-req-build-i671_fbk has version 0.1, which satisfies requirement apex==0.1 from file:///rapids/notebooks/apex | |
Removed apex==0.1 from file:///rapids/notebooks/apex from build tracker '/tmp/pip-req-tracker-l6tc9h5s' | |
Skipping bdist_wheel for apex, due to binaries being disabled for it. | |
Installing collected packages: apex | |
Created temporary directory: /tmp/pip-record-ep5u6l9i | |
Running setup.py install for apex: started | |
Running command /conda/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i671_fbk/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i671_fbk/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --cpp_ext --cuda_ext install --record /tmp/pip-record-ep5u6l9i/install-record.txt --single-version-externally-managed --compile | |
Warning: Torch did not find available GPUs on this system. | |
If your intention is to cross-compile, this is not an error. | |
By default, Apex will cross-compile for Pascal (compute capabilities 6.0, 6.1, 6.2), | |
Volta (compute capability 7.0), and Turing (compute capability 7.5). | |
If you wish to cross-compile for a single specific architecture, | |
export TORCH_CUDA_ARCH_LIST="compute capability" before running setup.py. | |
torch.__version__ = 1.3.0.dev20190912 | |
/tmp/pip-req-build-i671_fbk/setup.py:43: UserWarning: Option --pyprof not specified. Not installing PyProf dependencies! | |
warnings.warn("Option --pyprof not specified. Not installing PyProf dependencies!") | |
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' | |
Compiling cuda extensions with | |
nvcc: NVIDIA (R) Cuda compiler driver | |
Copyright (c) 2005-2018 NVIDIA Corporation | |
Built on Sat_Aug_25_21:08:01_CDT_2018 | |
Cuda compilation tools, release 10.0, V10.0.130 | |
from /usr/local/cuda/bin | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.7 | |
creating build/lib.linux-x86_64-3.7/apex | |
copying apex/__init__.py -> build/lib.linux-x86_64-3.7/apex | |
creating build/lib.linux-x86_64-3.7/apex/reparameterization | |
copying apex/reparameterization/reparameterization.py -> build/lib.linux-x86_64-3.7/apex/reparameterization | |
copying apex/reparameterization/weight_norm.py -> build/lib.linux-x86_64-3.7/apex/reparameterization | |
copying apex/reparameterization/__init__.py -> build/lib.linux-x86_64-3.7/apex/reparameterization | |
creating build/lib.linux-x86_64-3.7/apex/contrib | |
copying apex/contrib/__init__.py -> build/lib.linux-x86_64-3.7/apex/contrib | |
creating build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/fp16_optimizer.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/fused_adam.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/fused_novograd.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/fused_sgd.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/__init__.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
copying apex/optimizers/fused_lamb.py -> build/lib.linux-x86_64-3.7/apex/optimizers | |
creating build/lib.linux-x86_64-3.7/apex/fp16_utils | |
copying apex/fp16_utils/fp16_optimizer.py -> build/lib.linux-x86_64-3.7/apex/fp16_utils | |
copying apex/fp16_utils/loss_scaler.py -> build/lib.linux-x86_64-3.7/apex/fp16_utils | |
copying apex/fp16_utils/__init__.py -> build/lib.linux-x86_64-3.7/apex/fp16_utils | |
copying apex/fp16_utils/fp16util.py -> build/lib.linux-x86_64-3.7/apex/fp16_utils | |
creating build/lib.linux-x86_64-3.7/apex/pyprof | |
copying apex/pyprof/__init__.py -> build/lib.linux-x86_64-3.7/apex/pyprof | |
creating build/lib.linux-x86_64-3.7/apex/RNN | |
copying apex/RNN/models.py -> build/lib.linux-x86_64-3.7/apex/RNN | |
copying apex/RNN/__init__.py -> build/lib.linux-x86_64-3.7/apex/RNN | |
copying apex/RNN/cells.py -> build/lib.linux-x86_64-3.7/apex/RNN | |
copying apex/RNN/RNNBackend.py -> build/lib.linux-x86_64-3.7/apex/RNN | |
creating build/lib.linux-x86_64-3.7/apex/normalization | |
copying apex/normalization/fused_layer_norm.py -> build/lib.linux-x86_64-3.7/apex/normalization | |
copying apex/normalization/__init__.py -> build/lib.linux-x86_64-3.7/apex/normalization | |
creating build/lib.linux-x86_64-3.7/apex/multi_tensor_apply | |
copying apex/multi_tensor_apply/multi_tensor_apply.py -> build/lib.linux-x86_64-3.7/apex/multi_tensor_apply | |
copying apex/multi_tensor_apply/__init__.py -> build/lib.linux-x86_64-3.7/apex/multi_tensor_apply | |
creating build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/compat.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/handle.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/wrap.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/_amp_state.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/scaler.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/__version__.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/_process_optimizer.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/frontend.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/rnn_compat.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/_initialize.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/utils.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/amp.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/__init__.py -> build/lib.linux-x86_64-3.7/apex/amp | |
copying apex/amp/opt.py -> build/lib.linux-x86_64-3.7/apex/amp | |
creating build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/optimized_sync_batchnorm.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/optimized_sync_batchnorm_kernel.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/LARC.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/multiproc.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/sync_batchnorm.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/sync_batchnorm_kernel.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/__init__.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
copying apex/parallel/distributed.py -> build/lib.linux-x86_64-3.7/apex/parallel | |
creating build/lib.linux-x86_64-3.7/apex/contrib/groupbn | |
copying apex/contrib/groupbn/batch_norm.py -> build/lib.linux-x86_64-3.7/apex/contrib/groupbn | |
copying apex/contrib/groupbn/__init__.py -> build/lib.linux-x86_64-3.7/apex/contrib/groupbn | |
creating build/lib.linux-x86_64-3.7/apex/contrib/xentropy | |
copying apex/contrib/xentropy/softmax_xentropy.py -> build/lib.linux-x86_64-3.7/apex/contrib/xentropy | |
copying apex/contrib/xentropy/__init__.py -> build/lib.linux-x86_64-3.7/apex/contrib/xentropy | |
creating build/lib.linux-x86_64-3.7/apex/pyprof/nvtx | |
copying apex/pyprof/nvtx/nvmarker.py -> build/lib.linux-x86_64-3.7/apex/pyprof/nvtx | |
copying apex/pyprof/nvtx/__init__.py -> build/lib.linux-x86_64-3.7/apex/pyprof/nvtx | |
creating build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/prof.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/recurrentCell.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/normalization.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/base.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/optim.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/loss.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/softmax.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/linear.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/pointwise.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/convert.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/dropout.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/output.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/usage.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/randomSample.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/activation.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/__main__.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/utility.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/blas.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/__init__.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/embedding.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/data.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/pooling.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/conv.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/index_slice_join_mutate.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/misc.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
copying apex/pyprof/prof/reduction.py -> build/lib.linux-x86_64-3.7/apex/pyprof/prof | |
creating build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/parse.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/kernel.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/nvvp.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/__main__.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/__init__.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
copying apex/pyprof/parse/db.py -> build/lib.linux-x86_64-3.7/apex/pyprof/parse | |
creating build/lib.linux-x86_64-3.7/apex/amp/lists | |
copying apex/amp/lists/functional_overrides.py -> build/lib.linux-x86_64-3.7/apex/amp/lists | |
copying apex/amp/lists/torch_overrides.py -> build/lib.linux-x86_64-3.7/apex/amp/lists | |
copying apex/amp/lists/tensor_overrides.py -> build/lib.linux-x86_64-3.7/apex/amp/lists | |
copying apex/amp/lists/__init__.py -> build/lib.linux-x86_64-3.7/apex/amp/lists | |
running build_ext | |
building 'apex_C' extension | |
creating build/temp.linux-x86_64-3.7 | |
creating build/temp.linux-x86_64-3.7/csrc | |
/usr/bin/gcc-7 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/conda/include/python3.7m -c csrc/flatten_unflatten.cpp -o build/temp.linux-x86_64-3.7/csrc/flatten_unflatten.o -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=apex_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
/usr/bin/g++-7 -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/csrc/flatten_unflatten.o -o build/lib.linux-x86_64-3.7/apex_C.cpython-37m-x86_64-linux-gnu.so | |
building 'amp_C' extension | |
/usr/bin/gcc-7 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/amp_C_frontend.cpp -o build/temp.linux-x86_64-3.7/csrc/amp_C_frontend.o -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_sgd_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_sgd_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_scale_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_scale_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_axpby_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_axpby_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_l2norm_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_l2norm_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_lamb_stage_1.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb_stage_1.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_lamb_stage_2.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb_stage_2.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_adam.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_adam.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_novograd.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_novograd.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/multi_tensor_lamb.cu -o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -lineinfo -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=amp_C -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/bin/g++-7 -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/csrc/amp_C_frontend.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_sgd_kernel.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_scale_kernel.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_axpby_kernel.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_l2norm_kernel.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb_stage_1.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb_stage_2.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_adam.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_novograd.o build/temp.linux-x86_64-3.7/csrc/multi_tensor_lamb.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.7/amp_C.cpython-37m-x86_64-linux-gnu.so | |
building 'fused_adam_cuda' extension | |
/usr/bin/gcc-7 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/fused_adam_cuda.cpp -o build/temp.linux-x86_64-3.7/csrc/fused_adam_cuda.o -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=fused_adam_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/fused_adam_cuda_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/fused_adam_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=fused_adam_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/bin/g++-7 -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/csrc/fused_adam_cuda.o build/temp.linux-x86_64-3.7/csrc/fused_adam_cuda_kernel.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.7/fused_adam_cuda.cpython-37m-x86_64-linux-gnu.so | |
building 'syncbn' extension | |
/usr/bin/gcc-7 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/syncbn.cpp -o build/temp.linux-x86_64-3.7/csrc/syncbn.o -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=syncbn -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/welford.cu -o build/temp.linux-x86_64-3.7/csrc/welford.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=syncbn -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/bin/g++-7 -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/csrc/syncbn.o build/temp.linux-x86_64-3.7/csrc/welford.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.7/syncbn.cpython-37m-x86_64-linux-gnu.so | |
building 'fused_layer_norm_cuda' extension | |
/usr/bin/gcc-7 -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/layer_norm_cuda.cpp -o build/temp.linux-x86_64-3.7/csrc/layer_norm_cuda.o -O3 -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=fused_layer_norm_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -std=c++11 | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
/usr/local/cuda/bin/nvcc -I/conda/lib/python3.7/site-packages/torch/include -I/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/conda/lib/python3.7/site-packages/torch/include/TH -I/conda/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/conda/include/python3.7m -c csrc/layer_norm_cuda_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/layer_norm_cuda_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -maxrregcount=50 -O3 --use_fast_math -DVERSION_GE_1_1 -DVERSION_GE_1_3 -DTORCH_API_INCLUDE_EXTENSION_H -DTORCH_EXTENSION_NAME=fused_layer_norm_cuda -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_60,code=sm_60 -gencode=arch=compute_62,code=sm_62 -gencode=arch=compute_61,code=sm_61 -gencode=arch=compute_70,code=sm_70 -gencode=arch=compute_75,code=sm_75 -std=c++11 | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/conda/lib/python3.7/site-packages/torch/include/c10/core/TensorTypeSet.h(44): warning: integer conversion resulted in a change of sign | |
/usr/bin/g++-7 -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/csrc/layer_norm_cuda.o build/temp.linux-x86_64-3.7/csrc/layer_norm_cuda_kernel.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.7/fused_layer_norm_cuda.cpython-37m-x86_64-linux-gnu.so | |
running install_lib | |
copying build/lib.linux-x86_64-3.7/syncbn.cpython-37m-x86_64-linux-gnu.so -> /conda/lib/python3.7/site-packages | |
copying build/lib.linux-x86_64-3.7/apex_C.cpython-37m-x86_64-linux-gnu.so -> /conda/lib/python3.7/site-packages | |
creating /conda/lib/python3.7/site-packages/apex | |
creating /conda/lib/python3.7/site-packages/apex/reparameterization | |
copying build/lib.linux-x86_64-3.7/apex/reparameterization/reparameterization.py -> /conda/lib/python3.7/site-packages/apex/reparameterization | |
copying build/lib.linux-x86_64-3.7/apex/reparameterization/weight_norm.py -> /conda/lib/python3.7/site-packages/apex/reparameterization | |
copying build/lib.linux-x86_64-3.7/apex/reparameterization/__init__.py -> /conda/lib/python3.7/site-packages/apex/reparameterization | |
creating /conda/lib/python3.7/site-packages/apex/contrib | |
creating /conda/lib/python3.7/site-packages/apex/contrib/groupbn | |
copying build/lib.linux-x86_64-3.7/apex/contrib/groupbn/batch_norm.py -> /conda/lib/python3.7/site-packages/apex/contrib/groupbn | |
copying build/lib.linux-x86_64-3.7/apex/contrib/groupbn/__init__.py -> /conda/lib/python3.7/site-packages/apex/contrib/groupbn | |
copying build/lib.linux-x86_64-3.7/apex/contrib/__init__.py -> /conda/lib/python3.7/site-packages/apex/contrib | |
creating /conda/lib/python3.7/site-packages/apex/contrib/xentropy | |
copying build/lib.linux-x86_64-3.7/apex/contrib/xentropy/softmax_xentropy.py -> /conda/lib/python3.7/site-packages/apex/contrib/xentropy | |
copying build/lib.linux-x86_64-3.7/apex/contrib/xentropy/__init__.py -> /conda/lib/python3.7/site-packages/apex/contrib/xentropy | |
creating /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/fp16_optimizer.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/fused_adam.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/fused_novograd.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/fused_sgd.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/__init__.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
copying build/lib.linux-x86_64-3.7/apex/optimizers/fused_lamb.py -> /conda/lib/python3.7/site-packages/apex/optimizers | |
creating /conda/lib/python3.7/site-packages/apex/fp16_utils | |
copying build/lib.linux-x86_64-3.7/apex/fp16_utils/fp16_optimizer.py -> /conda/lib/python3.7/site-packages/apex/fp16_utils | |
copying build/lib.linux-x86_64-3.7/apex/fp16_utils/loss_scaler.py -> /conda/lib/python3.7/site-packages/apex/fp16_utils | |
copying build/lib.linux-x86_64-3.7/apex/fp16_utils/__init__.py -> /conda/lib/python3.7/site-packages/apex/fp16_utils | |
copying build/lib.linux-x86_64-3.7/apex/fp16_utils/fp16util.py -> /conda/lib/python3.7/site-packages/apex/fp16_utils | |
creating /conda/lib/python3.7/site-packages/apex/pyprof | |
creating /conda/lib/python3.7/site-packages/apex/pyprof/nvtx | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/nvtx/nvmarker.py -> /conda/lib/python3.7/site-packages/apex/pyprof/nvtx | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/nvtx/__init__.py -> /conda/lib/python3.7/site-packages/apex/pyprof/nvtx | |
creating /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/prof.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/recurrentCell.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/normalization.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/base.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/optim.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/loss.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/softmax.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/linear.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/pointwise.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/convert.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/dropout.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/output.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/usage.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/randomSample.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/activation.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/__main__.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/utility.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/blas.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/__init__.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/embedding.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/data.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/pooling.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/conv.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/index_slice_join_mutate.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/misc.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/prof/reduction.py -> /conda/lib/python3.7/site-packages/apex/pyprof/prof | |
creating /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/parse.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/kernel.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/nvvp.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/__main__.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/__init__.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/parse/db.py -> /conda/lib/python3.7/site-packages/apex/pyprof/parse | |
copying build/lib.linux-x86_64-3.7/apex/pyprof/__init__.py -> /conda/lib/python3.7/site-packages/apex/pyprof | |
creating /conda/lib/python3.7/site-packages/apex/RNN | |
copying build/lib.linux-x86_64-3.7/apex/RNN/models.py -> /conda/lib/python3.7/site-packages/apex/RNN | |
copying build/lib.linux-x86_64-3.7/apex/RNN/__init__.py -> /conda/lib/python3.7/site-packages/apex/RNN | |
copying build/lib.linux-x86_64-3.7/apex/RNN/cells.py -> /conda/lib/python3.7/site-packages/apex/RNN | |
copying build/lib.linux-x86_64-3.7/apex/RNN/RNNBackend.py -> /conda/lib/python3.7/site-packages/apex/RNN | |
creating /conda/lib/python3.7/site-packages/apex/normalization | |
copying build/lib.linux-x86_64-3.7/apex/normalization/fused_layer_norm.py -> /conda/lib/python3.7/site-packages/apex/normalization | |
copying build/lib.linux-x86_64-3.7/apex/normalization/__init__.py -> /conda/lib/python3.7/site-packages/apex/normalization | |
creating /conda/lib/python3.7/site-packages/apex/multi_tensor_apply | |
copying build/lib.linux-x86_64-3.7/apex/multi_tensor_apply/multi_tensor_apply.py -> /conda/lib/python3.7/site-packages/apex/multi_tensor_apply | |
copying build/lib.linux-x86_64-3.7/apex/multi_tensor_apply/__init__.py -> /conda/lib/python3.7/site-packages/apex/multi_tensor_apply | |
creating /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/compat.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/handle.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/wrap.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/_amp_state.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/scaler.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/__version__.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/_process_optimizer.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/frontend.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/rnn_compat.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/_initialize.py -> /conda/lib/python3.7/site-packages/apex/amp | |
creating /conda/lib/python3.7/site-packages/apex/amp/lists | |
copying build/lib.linux-x86_64-3.7/apex/amp/lists/functional_overrides.py -> /conda/lib/python3.7/site-packages/apex/amp/lists | |
copying build/lib.linux-x86_64-3.7/apex/amp/lists/torch_overrides.py -> /conda/lib/python3.7/site-packages/apex/amp/lists | |
copying build/lib.linux-x86_64-3.7/apex/amp/lists/tensor_overrides.py -> /conda/lib/python3.7/site-packages/apex/amp/lists | |
copying build/lib.linux-x86_64-3.7/apex/amp/lists/__init__.py -> /conda/lib/python3.7/site-packages/apex/amp/lists | |
copying build/lib.linux-x86_64-3.7/apex/amp/utils.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/amp.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/__init__.py -> /conda/lib/python3.7/site-packages/apex/amp | |
copying build/lib.linux-x86_64-3.7/apex/amp/opt.py -> /conda/lib/python3.7/site-packages/apex/amp | |
creating /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/optimized_sync_batchnorm.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/optimized_sync_batchnorm_kernel.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/LARC.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/multiproc.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/sync_batchnorm.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/sync_batchnorm_kernel.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/__init__.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/parallel/distributed.py -> /conda/lib/python3.7/site-packages/apex/parallel | |
copying build/lib.linux-x86_64-3.7/apex/__init__.py -> /conda/lib/python3.7/site-packages/apex | |
copying build/lib.linux-x86_64-3.7/amp_C.cpython-37m-x86_64-linux-gnu.so -> /conda/lib/python3.7/site-packages | |
copying build/lib.linux-x86_64-3.7/fused_layer_norm_cuda.cpython-37m-x86_64-linux-gnu.so -> /conda/lib/python3.7/site-packages | |
copying build/lib.linux-x86_64-3.7/fused_adam_cuda.cpython-37m-x86_64-linux-gnu.so -> /conda/lib/python3.7/site-packages | |
byte-compiling /conda/lib/python3.7/site-packages/apex/reparameterization/reparameterization.py to reparameterization.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/reparameterization/weight_norm.py to weight_norm.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/reparameterization/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/contrib/groupbn/batch_norm.py to batch_norm.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/contrib/groupbn/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/contrib/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/contrib/xentropy/softmax_xentropy.py to softmax_xentropy.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/contrib/xentropy/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/fp16_optimizer.py to fp16_optimizer.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/fused_adam.py to fused_adam.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/fused_novograd.py to fused_novograd.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/fused_sgd.py to fused_sgd.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/optimizers/fused_lamb.py to fused_lamb.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/fp16_utils/fp16_optimizer.py to fp16_optimizer.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/fp16_utils/loss_scaler.py to loss_scaler.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/fp16_utils/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/fp16_utils/fp16util.py to fp16util.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/nvtx/nvmarker.py to nvmarker.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/nvtx/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/prof.py to prof.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/recurrentCell.py to recurrentCell.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/normalization.py to normalization.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/base.py to base.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/optim.py to optim.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/loss.py to loss.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/softmax.py to softmax.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/linear.py to linear.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/pointwise.py to pointwise.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/convert.py to convert.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/dropout.py to dropout.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/output.py to output.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/usage.py to usage.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/randomSample.py to randomSample.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/activation.py to activation.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/__main__.py to __main__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/utility.py to utility.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/blas.py to blas.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/embedding.py to embedding.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/data.py to data.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/pooling.py to pooling.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/conv.py to conv.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/index_slice_join_mutate.py to index_slice_join_mutate.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/misc.py to misc.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/prof/reduction.py to reduction.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/parse.py to parse.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/kernel.py to kernel.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/nvvp.py to nvvp.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/__main__.py to __main__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/parse/db.py to db.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/pyprof/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/RNN/models.py to models.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/RNN/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/RNN/cells.py to cells.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/RNN/RNNBackend.py to RNNBackend.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/normalization/fused_layer_norm.py to fused_layer_norm.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/normalization/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/multi_tensor_apply/multi_tensor_apply.py to multi_tensor_apply.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/multi_tensor_apply/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/compat.py to compat.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/handle.py to handle.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/wrap.py to wrap.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/_amp_state.py to _amp_state.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/scaler.py to scaler.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/__version__.py to __version__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/_process_optimizer.py to _process_optimizer.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/frontend.py to frontend.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/rnn_compat.py to rnn_compat.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/_initialize.py to _initialize.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/lists/functional_overrides.py to functional_overrides.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/lists/torch_overrides.py to torch_overrides.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/lists/tensor_overrides.py to tensor_overrides.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/lists/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/utils.py to utils.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/amp.py to amp.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/amp/opt.py to opt.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/optimized_sync_batchnorm.py to optimized_sync_batchnorm.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/optimized_sync_batchnorm_kernel.py to optimized_sync_batchnorm_kernel.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/LARC.py to LARC.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/multiproc.py to multiproc.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/sync_batchnorm.py to sync_batchnorm.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/sync_batchnorm_kernel.py to sync_batchnorm_kernel.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/__init__.py to __init__.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/parallel/distributed.py to distributed.cpython-37.pyc | |
byte-compiling /conda/lib/python3.7/site-packages/apex/__init__.py to __init__.cpython-37.pyc | |
running install_egg_info | |
running egg_info | |
creating apex.egg-info | |
writing apex.egg-info/PKG-INFO | |
writing dependency_links to apex.egg-info/dependency_links.txt | |
writing top-level names to apex.egg-info/top_level.txt | |
writing manifest file 'apex.egg-info/SOURCES.txt' | |
reading manifest file 'apex.egg-info/SOURCES.txt' | |
writing manifest file 'apex.egg-info/SOURCES.txt' | |
Copying apex.egg-info to /conda/lib/python3.7/site-packages/apex-0.1-py3.7.egg-info | |
running install_scripts | |
writing list of installed files to '/tmp/pip-record-ep5u6l9i/install-record.txt' | |
Running setup.py install for apex: finished with status 'done' | |
Removing source in /tmp/pip-req-build-i671_fbk | |
Successfully installed apex-0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment