[GitHub] arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?

2018-10-19 Thread GitBox
arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?
URL: 
https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-431513217
 
 
   @lanking520 Hi, I changed platforms so I can't tell if the problem is 
resolved or not.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-15 Thread GitBox
arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?
URL: 
https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-365953905
 
 
   BTW here is the error with a clean install (e.g., without compiling the CPU 
version first)
   `git clone --recursive https://github.com/apache/incubator-mxnet
   Cloning into 'incubator-mxnet'...
   remote: Counting objects: 56856, done.
   remote: Compressing objects: 100% (6/6), done.
   remote: Total 56856 (delta 1), reused 1 (delta 0), pack-reused 56850
   Receiving objects: 100% (56856/56856), 32.33 MiB | 3.19 MiB/s, done.
   Resolving deltas: 100% (36595/36595), done.
   Submodule 'cub' (https://github.com/dmlc/cub) registered for path 
'3rdparty/cub'
   Submodule '3rdparty/googletest' (https://github.com/google/googletest.git) 
registered for path '3rdparty/googletest'
   Submodule '3rdparty/openmp' (https://github.com/llvm-mirror/openmp) 
registered for path '3rdparty/openmp'
   Submodule 'dlpack' (https://github.com/dmlc/dlpack) registered for path 
'dlpack'
   Submodule 'dmlc-core' (https://github.com/dmlc/dmlc-core.git) registered for 
path 'dmlc-core'
   Submodule 'mshadow' (https://github.com/dmlc/mshadow.git) registered for 
path 'mshadow'
   Submodule 'nnvm' (https://github.com/dmlc/nnvm) registered for path 'nnvm'
   Submodule 'ps-lite' (https://github.com/dmlc/ps-lite) registered for path 
'ps-lite'
   Cloning into '/home/mehran/Desktop/incubator-mxnet/3rdparty/cub'...
   remote: Counting objects: 190, done.
   remote: Total 190 (delta 0), reused 0 (delta 0), pack-reused 190
   Receiving objects: 100% (190/190), 498.22 KiB | 994.00 KiB/s, done.
   Resolving deltas: 100% (58/58), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/3rdparty/googletest'...
   remote: Counting objects: 10371, done.
   remote: Compressing objects: 100% (55/55), done.
   remote: Total 10371 (delta 42), reused 40 (delta 17), pack-reused 10297  
  
   Receiving objects: 100% (10371/10371), 3.18 MiB | 2.18 MiB/s, done.
   Resolving deltas: 100% (7642/7642), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/3rdparty/openmp'...
   remote: Counting objects: 6874, done.
   remote: Compressing objects: 100% (79/79), done.
   remote: Total 6874 (delta 51), reused 103 (delta 40), pack-reused 6749   
 
   Receiving objects: 100% (6874/6874), 7.57 MiB | 2.63 MiB/s, done.
   Resolving deltas: 100% (4993/4993), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/dlpack'...
   remote: Counting objects: 124, done.
   remote: Total 124 (delta 0), reused 0 (delta 0), pack-reused 124
   Receiving objects: 100% (124/124), 48.55 KiB | 1.31 MiB/s, done.
   Resolving deltas: 100% (43/43), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/dmlc-core'...
   remote: Counting objects: 4654, done.
   remote: Total 4654 (delta 0), reused 0 (delta 0), pack-reused 4654
   Receiving objects: 100% (4654/4654), 1.12 MiB | 2.71 MiB/s, done.
   Resolving deltas: 100% (2766/2766), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/mshadow'...
   remote: Counting objects: 4546, done.
   remote: Compressing objects: 100% (17/17), done.
   remote: Total 4546 (delta 3), reused 7 (delta 0), pack-reused 4529
   Receiving objects: 100% (4546/4546), 1.44 MiB | 1.84 MiB/s, done.
   Resolving deltas: 100% (3114/3114), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/nnvm'...
   remote: Counting objects: 3249, done.
   remote: Compressing objects: 100% (33/33), done.
   remote: Total 3249 (delta 12), reused 15 (delta 6), pack-reused 3209
   Receiving objects: 100% (3249/3249), 1.04 MiB | 2.68 MiB/s, done.
   Resolving deltas: 100% (1894/1894), done.
   Cloning into '/home/mehran/Desktop/incubator-mxnet/ps-lite'...
   remote: Counting objects: 2043, done.
   remote: Total 2043 (delta 0), reused 0 (delta 0), pack-reused 2042
   Receiving objects: 100% (2043/2043), 623.02 KiB | 2.13 MiB/s, done.
   Resolving deltas: 100% (1307/1307), done.
   Submodule path '3rdparty/cub': checked out 
'05eb57faa0a4cac37c2a86fdf4b4dc865a95a1a3'
   Submodule path '3rdparty/googletest': checked out 
'ec44c6c1675c25b9827aacd08c02433cccde7780'
   Submodule path '3rdparty/openmp': checked out 
'37c72127e90360a020f351f18d9cccfc30e5145a'
   Submodule path 'dlpack': checked out 
'a6e09b58dc00ee0065f5b7879800e646fbb01d1e'
   Submodule path 'dmlc-core': checked out 
'2bdcc6dafcd51041fac5c76f04c3baa5a250e679'
   Submodule path 'mshadow': checked out 
'f5b67f380cb0588be11e6f440f92f013139380ee'
   Submodule path 'nnvm': checked out '7a052d678455f1c96538c1cc5a25f5363558'
   Submodule 'dmlc-core' (https://github.com/dmlc/dmlc-core) registered for 
path 'nnvm/dmlc-core'
   Submodule 'tvm' (https://github.com/dmlc/tvm) registered for path 'nnvm/tvm'
   Cloning into '/home/mehran/Desktop/incubator-mxnet/nnvm/dmlc-core'...
   

[GitHub] arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-14 Thread GitBox
arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?
URL: 
https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-365784660
 
 
   @sandeep-krishnamurthy I tried that but it did not work in the end I had to 
reinstall the CUDA and NVIDIA driver with a different repository. Nevertheless, 
it seems that the problem is not CUDA anymore. 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?

2018-02-11 Thread GitBox
arnaghizadeh commented on issue #9765: Installation with GPU on Fedora 27?
URL: 
https://github.com/apache/incubator-mxnet/issues/9765#issuecomment-364787061
 
 
   The previous problem was from negativo17 repository, changed the 
installation to the method described in https://rpmfusion.org/Howto/NVIDIA and 
that problem was solved but still cannot compile the program 
   
   `make -j $(nproc) USE_OPENCV=1 USE_BLAS=openblas USE_CUDA=1 
USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1
   Makefile:243: WARNING: Significant performance increases can be achieved by 
installing and enabling gperftools or jemalloc development packages
   Running CUDA_ARCH:  
   g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 
-I/home/mehran/Desktop/incubator-mxnet/mshadow/ 
-I/home/mehran/Desktop/incubator-mxnet/dmlc-core/include -fPIC 
-I/home/mehran/Desktop/incubator-mxnet/nnvm/include 
-I/home/mehran/Desktop/incubator-mxnet/dlpack/include -Iinclude -funroll-loops 
-Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 
-I/usr/local/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 
-DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 
-DMXNET_USE_OPENCV=1 -I/usr/include/opencv  -fopenmp 
-DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_USE_CUDNN=1  
-I/home/mehran/Desktop/incubator-mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 
-DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c 
src/operator/nn/cudnn/cudnn_batch_norm.cc -o 
build/src/operator/nn/cudnn/cudnn_batch_norm.o
   g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 
-I/home/mehran/Desktop/incubator-mxnet/mshadow/ 
-I/home/mehran/Desktop/incubator-mxnet/dmlc-core/include -fPIC 
-I/home/mehran/Desktop/incubator-mxnet/nnvm/include 
-I/home/mehran/Desktop/incubator-mxnet/dlpack/include -Iinclude -funroll-loops 
-Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 
-I/usr/local/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 
-DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 
-DMXNET_USE_OPENCV=1 -I/usr/include/opencv  -fopenmp 
-DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_USE_CUDNN=1  
-I/home/mehran/Desktop/incubator-mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 
-DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c 
src/operator/nn/cudnn/cudnn_algoreg.cc -o 
build/src/operator/nn/cudnn/cudnn_algoreg.o
   g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 
-I/home/mehran/Desktop/incubator-mxnet/mshadow/ 
-I/home/mehran/Desktop/incubator-mxnet/dmlc-core/include -fPIC 
-I/home/mehran/Desktop/incubator-mxnet/nnvm/include 
-I/home/mehran/Desktop/incubator-mxnet/dlpack/include -Iinclude -funroll-loops 
-Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 
-I/usr/local/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 
-DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 
-DMXNET_USE_OPENCV=1 -I/usr/include/opencv  -fopenmp 
-DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_USE_CUDNN=1  
-I/home/mehran/Desktop/incubator-mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 
-DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c 
src/operator/contrib/multibox_target.cc -o 
build/src/operator/contrib/multibox_target.o
   g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -O3 -DNDEBUG=1 
-I/home/mehran/Desktop/incubator-mxnet/mshadow/ 
-I/home/mehran/Desktop/incubator-mxnet/dmlc-core/include -fPIC 
-I/home/mehran/Desktop/incubator-mxnet/nnvm/include 
-I/home/mehran/Desktop/incubator-mxnet/dlpack/include -Iinclude -funroll-loops 
-Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 
-I/usr/local/cuda/include -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 
-DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 
-DMXNET_USE_OPENCV=1 -I/usr/include/opencv  -fopenmp 
-DMXNET_USE_OPERATOR_TUNING=1 -DMSHADOW_USE_CUDNN=1  
-I/home/mehran/Desktop/incubator-mxnet/3rdparty/cub -DMXNET_ENABLE_CUDA_RTC=1 
-DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c 
src/operator/contrib/proposal.cc -o build/src/operator/contrib/proposal.o
   In file included from include/mxnet/./resource.h:31:0,
from include/mxnet/operator.h:39,
from src/operator/nn/cudnn/./../convolution-inl.h:33,
from src/operator/nn/cudnn/./cudnn_algoreg-inl.h:34,
from src/operator/nn/cudnn/cudnn_algoreg.cc:26:
   include/mxnet/./../../src/common/random_generator.h: In static member 
function ?static void mxnet::common::random::RandGenerator::AllocState(mxnet::common::random::RandGenerator*)?:
   include/mxnet/./../../src/common/random_generator.h:154:5: error: there are 
no arguments to ?CUDA_CALL? that depend on a template parameter, so a 
declaration of ?CUDA_CALL? must be available [-fpermissive]
CUDA_CALL(cudaMalloc(>states_,
^