Skip to content

Instantly share code, notes, and snippets.

@filmo
Last active August 13, 2016 03:11
Show Gist options
  • Save filmo/0821af03f01da8592e09921953b4ae5a to your computer and use it in GitHub Desktop.
Save filmo/0821af03f01da8592e09921953b4ae5a to your computer and use it in GitHub Desktop.
Problem Installing cudarray with Anaconda Unbuntu 14.04
make
g++ -DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES -I./include -I/usr/local/cuda-7.5/include -c -o src/nnet/conv_bc01_matmul.o src/nnet/conv_bc01_matmul.cpp
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/nnet/pool_b01.o src/nnet/pool_b01.cu
g++ -DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES -I./include -I/usr/local/cuda-7.5/include -c -o src/nnet/cudnn.o src/nnet/cudnn.cpp
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/array_ops.o src/array_ops.cu
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/elementwise.o src/elementwise.cu
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/reduction.o src/reduction.cu
g++ -DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES -I./include -I/usr/local/cuda-7.5/include -c -o src/blas.o src/blas.cpp
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/random.o src/random.cu
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/image/img2win.o src/image/img2win.cu
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/image/rescale.o src/image/rescale.cu
nvcc -gencode arch=compute_20,code=sm_20 -gencode arch=compute_20,code=compute_20 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_30,code=compute_30 -gencode arch=compute_35,code=sm_35 -gencode arch=compute_35,code=compute_35 -O3 --compiler-options '-DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES' --ftz=true --prec-div=false -prec-sqrt=false --fmad=true -I./include -I/usr/local/cuda-7.5/include -c -o src/nnet/one_hot.o src/nnet/one_hot.cu
mkdir -p ./build
g++ -shared -DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors -D_FORCE_INLINES -o build/libcudarray.so src/nnet/conv_bc01_matmul.o src/nnet/pool_b01.o src/nnet/cudnn.o src/array_ops.o src/elementwise.o src/reduction.o src/blas.o src/random.o src/image/img2win.o src/image/rescale.o src/nnet/one_hot.o -L/usr/local/cuda-7.5/lib64 -L/usr/local/cuda-7.5/lib -lcudart -lcublas -lcufft -lcurand -lcudnn
philglau (master *) cudarray $ make install
cp ./build/libcudarray.so /home/philglau/anaconda2/lib/libcudarray.so
philglau (master *) cudarray $ python setup.py install
/home/philglau/anaconda2/lib/python2.7/site-packages/setuptools-23.0.0-py2.7.egg/setuptools/dist.py:285: UserWarning: Normalizing '0.1.dev' to '0.1.dev0'
running install
running bdist_egg
running egg_info
writing requirements to cudarray.egg-info/requires.txt
writing cudarray.egg-info/PKG-INFO
writing top-level names to cudarray.egg-info/top_level.txt
writing dependency_links to cudarray.egg-info/dependency_links.txt
reading manifest file 'cudarray.egg-info/SOURCES.txt'
writing manifest file 'cudarray.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/cudarray
copying cudarray/elementwise.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/cudarray.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/linalg.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/helpers.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/__init__.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/base.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/random.py -> build/lib.linux-x86_64-2.7/cudarray
copying cudarray/reduction.py -> build/lib.linux-x86_64-2.7/cudarray
creating build/lib.linux-x86_64-2.7/cudarray/extra
copying cudarray/extra/array.py -> build/lib.linux-x86_64-2.7/cudarray/extra
copying cudarray/extra/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/extra
creating build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/conv.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/pool.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/special.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/math.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
copying cudarray/nnet/image.py -> build/lib.linux-x86_64-2.7/cudarray/nnet
creating build/lib.linux-x86_64-2.7/cudarray/wrap
copying cudarray/wrap/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/wrap
creating build/lib.linux-x86_64-2.7/cudarray/batch
copying cudarray/batch/linalg.py -> build/lib.linux-x86_64-2.7/cudarray/batch
copying cudarray/batch/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/batch
creating build/lib.linux-x86_64-2.7/cudarray/numpy_backend
copying cudarray/numpy_backend/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend
creating build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
copying cudarray/numpy_backend/nnet/conv.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
copying cudarray/numpy_backend/nnet/pool.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
copying cudarray/numpy_backend/nnet/activations.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
copying cudarray/numpy_backend/nnet/special.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
copying cudarray/numpy_backend/nnet/__init__.py -> build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet
running build_ext
building 'cudarray.numpy_backend.nnet.conv_bc01' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/cudarray
creating build/temp.linux-x86_64-2.7/cudarray/numpy_backend
creating build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c cudarray/numpy_backend/nnet/conv_bc01.c -o build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv_bc01.o
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/conv_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/conv_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
gcc -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv_bc01.o -L/home/philglau/anaconda2/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv_bc01.so
building 'cudarray.numpy_backend.nnet.pool_bc01' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c cudarray/numpy_backend/nnet/pool_bc01.c -o build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/pool_bc01.o
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/pool_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/pool_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
gcc -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/pool_bc01.o -L/home/philglau/anaconda2/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/pool_bc01.so
building 'cudarray.numpy_backend.nnet.lrnorm_bc01' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c cudarray/numpy_backend/nnet/lrnorm_bc01.c -o build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.o
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/lrnorm_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from cudarray/numpy_backend/nnet/lrnorm_bc01.c:250:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
_import_array(void)
^
gcc -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.o -L/home/philglau/anaconda2/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.so
skipping './cudarray/wrap/cudart.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.cudart' extension
creating build/temp.linux-x86_64-2.7/cudarray/wrap
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/cudart.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/cudart.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/cudart.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/cudart.so -fPIC
skipping './cudarray/wrap/array_data.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.array_data' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/array_data.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/array_data.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/array_data.cpp:251:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/array_data.cpp:251:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/array_data.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/array_data.so -fPIC
skipping './cudarray/wrap/array_ops.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.array_ops' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/array_ops.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/array_ops.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/array_ops.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/array_ops.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/array_ops.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/array_ops.so -fPIC
skipping './cudarray/wrap/elementwise.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.elementwise' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/elementwise.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/elementwise.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/elementwise.cpp:254:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/elementwise.cpp:254:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/elementwise.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/elementwise.so -fPIC
skipping './cudarray/wrap/reduction.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.reduction' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/reduction.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/reduction.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/reduction.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/reduction.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/reduction.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/reduction.so -fPIC
skipping './cudarray/wrap/blas.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.blas' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/blas.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/blas.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/blas.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/blas.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/blas.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/blas.so -fPIC
skipping './cudarray/wrap/random.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.random' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/random.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/random.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/random.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/random.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/random.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/random.so -fPIC
skipping './cudarray/wrap/nnet.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.nnet' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/nnet.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/nnet.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/nnet.cpp:254:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/nnet.cpp:254:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/nnet.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/nnet.so -fPIC
skipping './cudarray/wrap/image.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.image' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/image.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/image.o -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/image.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/image.cpp:252:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/image.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/image.so -fPIC
skipping './cudarray/wrap/cudnn.cpp' Cython extension (up-to-date)
building 'cudarray.wrap.cudnn' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/cuda-7.5/include -I./include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include -I/home/philglau/anaconda2/include/python2.7 -c ./cudarray/wrap/cudnn.cpp -o build/temp.linux-x86_64-2.7/./cudarray/wrap/cudnn.o -DCUDNN_ENABLED -O3 -fPIC -Wall -Wfatal-errors
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/cudnn.cpp:253:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
from /home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
from ./cudarray/wrap/cudnn.cpp:253:
/home/philglau/anaconda2/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘int _import_array()’ defined but not used [-Wunused-function]
_import_array(void)
^
g++ -pthread -shared -L/home/philglau/anaconda2/lib -Wl,-rpath=/home/philglau/anaconda2/lib,--no-as-needed build/temp.linux-x86_64-2.7/./cudarray/wrap/cudnn.o -L/usr/local/cuda-7.5/lib64 -L/home/philglau/anaconda2/lib -L/home/philglau/anaconda2/lib -lcudart -lcudarray -lcudnn -lpython2.7 -o build/lib.linux-x86_64-2.7/cudarray/wrap/cudnn.so -fPIC
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/cudarray
copying build/lib.linux-x86_64-2.7/cudarray/elementwise.py -> build/bdist.linux-x86_64/egg/cudarray
copying build/lib.linux-x86_64-2.7/cudarray/cudarray.py -> build/bdist.linux-x86_64/egg/cudarray
creating build/bdist.linux-x86_64/egg/cudarray/extra
copying build/lib.linux-x86_64-2.7/cudarray/extra/array.py -> build/bdist.linux-x86_64/egg/cudarray/extra
copying build/lib.linux-x86_64-2.7/cudarray/extra/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/extra
creating build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/conv.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/pool.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/special.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/math.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/nnet/image.py -> build/bdist.linux-x86_64/egg/cudarray/nnet
copying build/lib.linux-x86_64-2.7/cudarray/linalg.py -> build/bdist.linux-x86_64/egg/cudarray
copying build/lib.linux-x86_64-2.7/cudarray/helpers.py -> build/bdist.linux-x86_64/egg/cudarray
creating build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/image.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/random.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/array_data.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/blas.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/cudnn.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/nnet.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/array_ops.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/cudart.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/elementwise.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
copying build/lib.linux-x86_64-2.7/cudarray/wrap/reduction.so -> build/bdist.linux-x86_64/egg/cudarray/wrap
creating build/bdist.linux-x86_64/egg/cudarray/batch
copying build/lib.linux-x86_64-2.7/cudarray/batch/linalg.py -> build/bdist.linux-x86_64/egg/cudarray/batch
copying build/lib.linux-x86_64-2.7/cudarray/batch/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/batch
copying build/lib.linux-x86_64-2.7/cudarray/__init__.py -> build/bdist.linux-x86_64/egg/cudarray
copying build/lib.linux-x86_64-2.7/cudarray/base.py -> build/bdist.linux-x86_64/egg/cudarray
creating build/bdist.linux-x86_64/egg/cudarray/numpy_backend
creating build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/pool_bc01.so -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/pool.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/conv_bc01.so -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/activations.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/special.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/nnet/lrnorm_bc01.so -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet
copying build/lib.linux-x86_64-2.7/cudarray/numpy_backend/__init__.py -> build/bdist.linux-x86_64/egg/cudarray/numpy_backend
copying build/lib.linux-x86_64-2.7/cudarray/random.py -> build/bdist.linux-x86_64/egg/cudarray
copying build/lib.linux-x86_64-2.7/cudarray/reduction.py -> build/bdist.linux-x86_64/egg/cudarray
byte-compiling build/bdist.linux-x86_64/egg/cudarray/elementwise.py to elementwise.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/cudarray.py to cudarray.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/extra/array.py to array.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/extra/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/conv.py to conv.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/pool.py to pool.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/special.py to special.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/math.py to math.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/nnet/image.py to image.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/linalg.py to linalg.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/helpers.py to helpers.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/batch/linalg.py to linalg.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/batch/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/base.py to base.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/conv.py to conv.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/pool.py to pool.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/activations.py to activations.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/special.py to special.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/random.py to random.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/reduction.py to reduction.pyc
creating stub loader for cudarray/numpy_backend/nnet/conv_bc01.so
creating stub loader for cudarray/numpy_backend/nnet/pool_bc01.so
creating stub loader for cudarray/numpy_backend/nnet/lrnorm_bc01.so
creating stub loader for cudarray/wrap/cudart.so
creating stub loader for cudarray/wrap/array_data.so
creating stub loader for cudarray/wrap/array_ops.so
creating stub loader for cudarray/wrap/elementwise.so
creating stub loader for cudarray/wrap/reduction.so
creating stub loader for cudarray/wrap/blas.so
creating stub loader for cudarray/wrap/random.so
creating stub loader for cudarray/wrap/nnet.so
creating stub loader for cudarray/wrap/image.so
creating stub loader for cudarray/wrap/cudnn.so
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/conv_bc01.py to conv_bc01.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/pool_bc01.py to pool_bc01.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/numpy_backend/nnet/lrnorm_bc01.py to lrnorm_bc01.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/cudart.py to cudart.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/array_data.py to array_data.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/array_ops.py to array_ops.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/elementwise.py to elementwise.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/reduction.py to reduction.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/blas.py to blas.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/random.py to random.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/nnet.py to nnet.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/image.py to image.pyc
byte-compiling build/bdist.linux-x86_64/egg/cudarray/wrap/cudnn.py to cudnn.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying cudarray.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
creating 'dist/cudarray-0.1.dev0-py2.7-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing cudarray-0.1.dev0-py2.7-linux-x86_64.egg
creating /home/philglau/anaconda2/lib/python2.7/site-packages/cudarray-0.1.dev0-py2.7-linux-x86_64.egg
Extracting cudarray-0.1.dev0-py2.7-linux-x86_64.egg to /home/philglau/anaconda2/lib/python2.7/site-packages
Adding cudarray 0.1.dev0 to easy-install.pth file
Installed /home/philglau/anaconda2/lib/python2.7/site-packages/cudarray-0.1.dev0-py2.7-linux-x86_64.egg
Processing dependencies for cudarray==0.1.dev0
Searching for numpy==1.11.1
Best match: numpy 1.11.1
Adding numpy 1.11.1 to easy-install.pth file
Using /home/philglau/anaconda2/lib/python2.7/site-packages
Searching for Cython==0.23.4
Best match: Cython 0.23.4
Adding Cython 0.23.4 to easy-install.pth file
Using /home/philglau/anaconda2/lib/python2.7/site-packages
Finished processing dependencies for cudarray==0.1.dev0
philglau (master *) cudarray $ python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment