hughperkins / cltorch

An OpenCL backend for torch.
Other
289 stars 26 forks source link

offline installation #9

Closed xonobo closed 9 years ago

xonobo commented 9 years ago

I need to install the cltorch and clnn modules to an offline computer. My general strategy to install torch modules to my offline computer is to download the zip file of the module from github and call this command in the module directory.

luarocks make rocks/moduleName.rockspec

In cltorch case due other dependencies I guess this method didn't work. In order to provide the dependencies properly I made a cltorch installation on an online computer by cloning the cltorch.git and then call the same command above. It worked since it could gather the needed gits from the server. I copied the cltorch folder to the offline machine (except the build folder) and tried the make command but again it didn't work. Can you help me in solving this issue?

btw sorry for the long log.


The command result:

~/torch-distro/updates/cltorch$ luarocks make rocks/cltorch-scm-1.rockspec cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/home/bozkalayci/torch-distro/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/bozkalayci/torch-distro/install/lib/luarocks/rocks/cltorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/bozkalayci/torch-distro/install /home/bozkalayci/torch-distro/updates/cltorch/build /home/bozkalayci/torch-distro/updates/cltorch fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CLBLAS_INCLUDE_DIRS /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src DEEPCL_LIBRARIES /home/bozkalayci/torch-distro/install/lib/libEasyCL.so git version 1.9.1 -- Configuring done -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch/build [ 1%] Scanning dependencies of target easycl_delete_stamp Scanning dependencies of target git_cltorch_rec Generating TensorMath.c default default default default default default fatal: Not a git repository (or any parent up to mount point /home) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). default default default default make[2]: * [CMakeFiles/git_cltorch_rec] Error 128 make[1]: * [CMakeFiles/git_cltorch_rec.dir/all] Error 2 make[1]: * Waiting for unfinished jobs.... [ 1%] Built target easycl_delete_stamp Scanning dependencies of target cltorch_static [ 3%] [ 5%] [ 8%] [ 8%] [ 10%] [ 12%] Building CXX object CMakeFiles/cltorch_static.dir/init.cpp.o Building CXX object CMakeFiles/cltorch_static.dir/Storage.cpp.o Building C object CMakeFiles/cltorch_static.dir/Tensor.c.o Building C object CMakeFiles/cltorch_static.dir/TensorMath.c.o Building C object CMakeFiles/cltorch_static.dir/torch/utils.c.o Building C object CMakeFiles/cltorch_static.dir/TensorOperator.c.o Linking CXX static library libcltorch.a [ 12%] Built target cltorch_static make: * [all] Error 2

Error: Build error: Failed building.


Folder content:

.: total 180 drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 . drwxrwxr-x 14 bozkalayci bozkalayci 4096 Tem 6 11:02 .. drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 clMathLibraries -rw-rw-r-- 1 bozkalayci bozkalayci 2409 Tem 4 18:44 CMakeLists.txt drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 CMakeModules drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 doc drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 EasyCL -rw-rw-r-- 1 bozkalayci bozkalayci 5073 Tem 4 18:44 init.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1481 Tem 4 18:44 init.lua drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 lib -rw-rw-r-- 1 bozkalayci bozkalayci 2000 Tem 4 18:44 LICENSE -rw-rw-r-- 1 bozkalayci bozkalayci 619 Tem 4 18:44 Random.lua -rw-rw-r-- 1 bozkalayci bozkalayci 17777 Tem 4 18:44 README.md drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 rocks -rwxrwxr-x 1 bozkalayci bozkalayci 377 Tem 4 18:44 run-test-copy.sh -rwxrwxr-x 1 bozkalayci bozkalayci 381 Tem 4 18:44 run-test-device.sh -rwxrwxr-x 1 bozkalayci bozkalayci 377 Tem 4 18:44 run-test-perf.sh -rwxrwxr-x 1 bozkalayci bozkalayci 383 Tem 4 18:44 run-test-storage.sh -rwxrwxr-x 1 bozkalayci bozkalayci 381 Tem 4 18:44 run-test-tensor.sh -rwxrwxr-x 1 bozkalayci bozkalayci 536 Tem 4 18:44 run-unit-storage.lua -rwxrwxr-x 1 bozkalayci bozkalayci 570 Tem 4 18:44 run-unit-tensor.lua lrwxrwxrwx 1 bozkalayci bozkalayci 39 Tem 6 10:44 share -> /home/user/torch/install/share/lua/5.1/ -rw-rw-r-- 1 bozkalayci bozkalayci 6974 Tem 4 18:44 Storage.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8203 Tem 4 18:44 Tensor.c -rw-rw-r-- 1 bozkalayci bozkalayci 2741 Tem 4 18:44 Tensor.lua -rw-rw-r-- 1 bozkalayci bozkalayci 26067 Tem 4 18:44 TensorMath.lua -rw-rw-r-- 1 bozkalayci bozkalayci 5307 Tem 4 18:44 TensorOperator.c drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 test drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 thirdparty drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 torch drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 util

./clMathLibraries: total 12 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 clBLAS

./clMathLibraries/clBLAS: total 76 drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 10292 Tem 4 18:44 CHANGELOG -rw-rw-r-- 1 bozkalayci bozkalayci 6290 Tem 4 18:44 CONTRIBUTING.md drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 doc -rw-rw-r-- 1 bozkalayci bozkalayci 34 Tem 4 18:44 .git -rw-rw-r-- 1 bozkalayci bozkalayci 483 Tem 4 18:44 .gitattributes -rw-rw-r-- 1 bozkalayci bozkalayci 185 Tem 4 18:44 .gitignore -rw-rw-r-- 1 bozkalayci bozkalayci 11358 Tem 4 18:44 LICENSE -rw-rw-r-- 1 bozkalayci bozkalayci 163 Tem 4 18:44 NOTICE -rw-rw-r-- 1 bozkalayci bozkalayci 6474 Tem 4 18:44 README.md drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 src -rw-rw-r-- 1 bozkalayci bozkalayci 927 Tem 4 18:44 .travis.yml

./clMathLibraries/clBLAS/doc: total 92 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 82515 Tem 4 18:44 clBLAS.doxy

./clMathLibraries/clBLAS/src: total 928 drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 486131 Tem 4 18:44 clAmdBlas.h -rw-rw-r-- 1 bozkalayci bozkalayci 906 Tem 4 18:44 clAmdBlas.version.h -rw-rw-r-- 1 bozkalayci bozkalayci 1348 Tem 4 18:44 clBLAS-complex.h -rw-rw-r-- 1 bozkalayci bozkalayci 180 Tem 4 18:44 clBLASConfig.cmake.in -rw-rw-r-- 1 bozkalayci bozkalayci 1751 Tem 4 18:44 clBLASConfigVersion.cmake.in -rw-rw-r-- 1 bozkalayci bozkalayci 3078 Tem 4 18:44 clBLAS.def -rw-rw-r-- 1 bozkalayci bozkalayci 375950 Tem 4 18:44 clBLAS.h -rw-rw-r-- 1 bozkalayci bozkalayci 960 Tem 4 18:44 clBLAS.version.h.in drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 client -rw-rw-r-- 1 bozkalayci bozkalayci 12285 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 4033 Tem 4 18:44 FindNetlib.cmake -rw-rw-r-- 1 bozkalayci bozkalayci 3284 Tem 4 18:44 FindOpenCL.cmake drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 include drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 library drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 samples drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 scripts -rw-rw-r-- 1 bozkalayci bozkalayci 1505 Tem 4 18:44 targetver.h drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 tests drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 wrappers

./clMathLibraries/clBLAS/src/client: total 460 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 10609 Tem 4 18:44 clfunc_common.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 37026 Tem 4 18:44 clfunc_xgemm.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 11150 Tem 4 18:44 clfunc_xgemv.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 9057 Tem 4 18:44 clfunc_xgerc.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 10496 Tem 4 18:44 clfunc_xger.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 6979 Tem 4 18:44 clfunc_xgeru.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 16930 Tem 4 18:44 clfunc_xhemm.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 7587 Tem 4 18:44 clfunc_xhemv.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 9432 Tem 4 18:44 clfunc_xher2.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 20168 Tem 4 18:44 clfunc_xher2k.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 8220 Tem 4 18:44 clfunc_xher.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 15761 Tem 4 18:44 clfunc_xherk.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 19723 Tem 4 18:44 clfunc_xsymm.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 7535 Tem 4 18:44 clfunc_xsymv.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 6998 Tem 4 18:44 clfunc_xsyr2.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 26053 Tem 4 18:44 clfunc_xsyr2k.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 6241 Tem 4 18:44 clfunc_xsyr.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 19752 Tem 4 18:44 clfunc_xsyrk.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 24278 Tem 4 18:44 clfunc_xtrmm.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 10258 Tem 4 18:44 clfunc_xtrmv.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 24460 Tem 4 18:44 clfunc_xtrsm.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 9911 Tem 4 18:44 clfunc_xtrsv.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 19513 Tem 4 18:44 clGemm.h -rw-rw-r-- 1 bozkalayci bozkalayci 19340 Tem 4 18:44 client.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2327 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 1285 Tem 4 18:44 ctimer.h -rw-rw-r-- 1 bozkalayci bozkalayci 340 Tem 4 18:44 makefile -rw-rw-r-- 1 bozkalayci bozkalayci 8414 Tem 4 18:44 statisticalTimer.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5284 Tem 4 18:44 statisticalTimer.h -rw-rw-r-- 1 bozkalayci bozkalayci 1043 Tem 4 18:44 stdafx.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1246 Tem 4 18:44 stdafx.h -rw-rw-r-- 1 bozkalayci bozkalayci 1092 Tem 4 18:44 targetver.h -rw-rw-r-- 1 bozkalayci bozkalayci 8253 Tem 4 18:44 testPerfWrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1693 Tem 4 18:44 timer.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1285 Tem 4 18:44 timer.hpp

./clMathLibraries/clBLAS/src/include: total 112 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2559 Tem 4 18:44 clblas_stddef.h -rw-rw-r-- 1 bozkalayci bozkalayci 5027 Tem 4 18:44 clkern.h -rw-rw-r-- 1 bozkalayci bozkalayci 2004 Tem 4 18:44 cltypes.h -rw-rw-r-- 1 bozkalayci bozkalayci 7271 Tem 4 18:44 dblock_kgen.h -rw-rw-r-- 1 bozkalayci bozkalayci 1349 Tem 4 18:44 defbool.h -rw-rw-r-- 1 bozkalayci bozkalayci 2778 Tem 4 18:44 devinfo.h -rw-rw-r-- 1 bozkalayci bozkalayci 2308 Tem 4 18:44 dis_warning.h -rw-rw-r-- 1 bozkalayci bozkalayci 2673 Tem 4 18:44 granulation.h -rw-rw-r-- 1 bozkalayci bozkalayci 4569 Tem 4 18:44 kern_cache.h -rw-rw-r-- 1 bozkalayci bozkalayci 5835 Tem 4 18:44 kernel_extra.h -rw-rw-r-- 1 bozkalayci bozkalayci 18060 Tem 4 18:44 kerngen.h -rw-rw-r-- 1 bozkalayci bozkalayci 2640 Tem 4 18:44 list.h -rw-rw-r-- 1 bozkalayci bozkalayci 2350 Tem 4 18:44 mempat.h -rw-rw-r-- 1 bozkalayci bozkalayci 996 Tem 4 18:44 msvc.h -rw-rw-r-- 1 bozkalayci bozkalayci 1032 Tem 4 18:44 mutex.h -rw-rw-r-- 1 bozkalayci bozkalayci 6000 Tem 4 18:44 solver.h -rw-rw-r-- 1 bozkalayci bozkalayci 2102 Tem 4 18:44 trace_malloc.h

./clMathLibraries/clBLAS/src/library: total 36 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 blas -rw-rw-r-- 1 bozkalayci bozkalayci 314 Tem 4 18:44 clBLAS.pc.in -rw-rw-r-- 1 bozkalayci bozkalayci 9624 Tem 4 18:44 CMakeLists.txt drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 common drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 tools

./clMathLibraries/clBLAS/src/library/blas: total 416 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 generic drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 gens -rw-rw-r-- 1 bozkalayci bozkalayci 3981 Tem 4 18:44 impl.c drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 include -rw-rw-r-- 1 bozkalayci bozkalayci 8117 Tem 4 18:44 init.c -rw-rw-r-- 1 bozkalayci bozkalayci 7669 Tem 4 18:44 ixamax.c -rw-rw-r-- 1 bozkalayci bozkalayci 7418 Tem 4 18:44 scimage.c -rw-rw-r-- 1 bozkalayci bozkalayci 7258 Tem 4 18:44 xasum.c -rw-rw-r-- 1 bozkalayci bozkalayci 5814 Tem 4 18:44 xaxpy.c -rw-rw-r-- 1 bozkalayci bozkalayci 5362 Tem 4 18:44 xcopy.c -rw-rw-r-- 1 bozkalayci bozkalayci 9459 Tem 4 18:44 xdot.c -rw-rw-r-- 1 bozkalayci bozkalayci 6953 Tem 4 18:44 xgbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 13428 Tem 4 18:44 xgemm2.c -rw-rw-r-- 1 bozkalayci bozkalayci 23238 Tem 4 18:44 xgemm.c -rw-rw-r-- 1 bozkalayci bozkalayci 6259 Tem 4 18:44 xgemv.c -rw-rw-r-- 1 bozkalayci bozkalayci 8542 Tem 4 18:44 xger.c -rw-rw-r-- 1 bozkalayci bozkalayci 3215 Tem 4 18:44 xhemm.c -rw-rw-r-- 1 bozkalayci bozkalayci 4990 Tem 4 18:44 xhemv.c -rw-rw-r-- 1 bozkalayci bozkalayci 6961 Tem 4 18:44 xher2.c -rw-rw-r-- 1 bozkalayci bozkalayci 6638 Tem 4 18:44 xher2k.c -rw-rw-r-- 1 bozkalayci bozkalayci 6090 Tem 4 18:44 xher.c -rw-rw-r-- 1 bozkalayci bozkalayci 5738 Tem 4 18:44 xherk.c -rw-rw-r-- 1 bozkalayci bozkalayci 5004 Tem 4 18:44 xhpmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 9976 Tem 4 18:44 xnrm2.c -rw-rw-r-- 1 bozkalayci bozkalayci 5455 Tem 4 18:44 xrot.c -rw-rw-r-- 1 bozkalayci bozkalayci 5852 Tem 4 18:44 xrotg.c -rw-rw-r-- 1 bozkalayci bozkalayci 4375 Tem 4 18:44 xrotm.c -rw-rw-r-- 1 bozkalayci bozkalayci 4959 Tem 4 18:44 xrotmg.c -rw-rw-r-- 1 bozkalayci bozkalayci 6599 Tem 4 18:44 xscal.c -rw-rw-r-- 1 bozkalayci bozkalayci 6612 Tem 4 18:44 xshbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4954 Tem 4 18:44 xspmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5332 Tem 4 18:44 xswap.c -rw-rw-r-- 1 bozkalayci bozkalayci 11882 Tem 4 18:44 xsymm.c -rw-rw-r-- 1 bozkalayci bozkalayci 5367 Tem 4 18:44 xsymv.c -rw-rw-r-- 1 bozkalayci bozkalayci 6769 Tem 4 18:44 xsyr2.c -rw-rw-r-- 1 bozkalayci bozkalayci 6412 Tem 4 18:44 xsyr2k.c -rw-rw-r-- 1 bozkalayci bozkalayci 6188 Tem 4 18:44 xsyr.c -rw-rw-r-- 1 bozkalayci bozkalayci 5937 Tem 4 18:44 xsyrk.c -rw-rw-r-- 1 bozkalayci bozkalayci 7590 Tem 4 18:44 xtbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 26726 Tem 4 18:44 xtbsv.c -rw-rw-r-- 1 bozkalayci bozkalayci 6247 Tem 4 18:44 xtrmm.c -rw-rw-r-- 1 bozkalayci bozkalayci 10568 Tem 4 18:44 xtrmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 6297 Tem 4 18:44 xtrsm.c -rw-rw-r-- 1 bozkalayci bozkalayci 18203 Tem 4 18:44 xtrsv.c

./clMathLibraries/clBLAS/src/library/blas/generic: total 176 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2363 Tem 4 18:44 blas_funcs.c -rw-rw-r-- 1 bozkalayci bozkalayci 23186 Tem 4 18:44 common.c -rw-rw-r-- 1 bozkalayci bozkalayci 1853 Tem 4 18:44 events.c -rw-rw-r-- 1 bozkalayci bozkalayci 4913 Tem 4 18:44 kdump.c -rw-rw-r-- 1 bozkalayci bozkalayci 936 Tem 4 18:44 kernel_extra.c -rw-rw-r-- 1 bozkalayci bozkalayci 4127 Tem 4 18:44 matrix_dims.c -rw-rw-r-- 1 bozkalayci bozkalayci 4151 Tem 4 18:44 matrix_props.c -rw-rw-r-- 1 bozkalayci bozkalayci 3324 Tem 4 18:44 problem_iter.c -rw-rw-r-- 1 bozkalayci bozkalayci 2096 Tem 4 18:44 problem_iter.h -rw-rw-r-- 1 bozkalayci bozkalayci 5649 Tem 4 18:44 solution_assert.c -rw-rw-r-- 1 bozkalayci bozkalayci 1661 Tem 4 18:44 solution_assert.h -rw-rw-r-- 1 bozkalayci bozkalayci 13741 Tem 4 18:44 solution_seq.c -rw-rw-r-- 1 bozkalayci bozkalayci 69735 Tem 4 18:44 solution_seq_make.c

./clMathLibraries/clBLAS/src/library/blas/gens: total 996 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 7595 Tem 4 18:44 asum.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6778 Tem 4 18:44 axpy_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 43080 Tem 4 18:44 blas_kgen.c -rw-rw-r-- 1 bozkalayci bozkalayci 29726 Tem 4 18:44 blas_kgen.h -rw-rw-r-- 1 bozkalayci bozkalayci 13943 Tem 4 18:44 blas_subgroup.c -rw-rw-r-- 1 bozkalayci bozkalayci 1715 Tem 4 18:44 blas_subgroup.h drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 clTemplates -rw-rw-r-- 1 bozkalayci bozkalayci 6631 Tem 4 18:44 copy_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 4288 Tem 4 18:44 decomposition.c -rw-rw-r-- 1 bozkalayci bozkalayci 7709 Tem 4 18:44 dot.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 62041 Tem 4 18:44 fetch.c -rw-rw-r-- 1 bozkalayci bozkalayci 13117 Tem 4 18:44 fetch.h -rw-rw-r-- 1 bozkalayci bozkalayci 12643 Tem 4 18:44 gbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 40077 Tem 4 18:44 gemm.c -rw-rw-r-- 1 bozkalayci bozkalayci 14289 Tem 4 18:44 gemm_cached.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 13496 Tem 4 18:44 gemm_tail_cached.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 18531 Tem 4 18:44 gemv.c -rw-rw-r-- 1 bozkalayci bozkalayci 15102 Tem 4 18:44 gen_helper.c -rw-rw-r-- 1 bozkalayci bozkalayci 4060 Tem 4 18:44 gen_helper.h -rw-rw-r-- 1 bozkalayci bozkalayci 10485 Tem 4 18:44 gen_init.c -rw-rw-r-- 1 bozkalayci bozkalayci 10535 Tem 4 18:44 ger_lds.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9015 Tem 4 18:44 her2_lds.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8756 Tem 4 18:44 her_lds.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7455 Tem 4 18:44 iamax.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3164 Tem 4 18:44 init.h -rw-rw-r-- 1 bozkalayci bozkalayci 83222 Tem 4 18:44 kprintf.cpp drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 legacy -rw-rw-r-- 1 bozkalayci bozkalayci 7683 Tem 4 18:44 nrm2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8918 Tem 4 18:44 reduction.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5222 Tem 4 18:44 rotg_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5186 Tem 4 18:44 rotmg_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7326 Tem 4 18:44 rotm_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6347 Tem 4 18:44 scal_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6643 Tem 4 18:44 swap_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7453 Tem 4 18:44 symm_cached.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 32002 Tem 4 18:44 symv.c -rw-rw-r-- 1 bozkalayci bozkalayci 9084 Tem 4 18:44 syr2_lds.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8804 Tem 4 18:44 syr_lds.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 76932 Tem 4 18:44 syrxk.c drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 tests -rw-rw-r-- 1 bozkalayci bozkalayci 12984 Tem 4 18:44 tile.c -rw-rw-r-- 1 bozkalayci bozkalayci 13030 Tem 4 18:44 tile.h -rw-rw-r-- 1 bozkalayci bozkalayci 6737 Tem 4 18:44 tile_iter.c -rw-rw-r-- 1 bozkalayci bozkalayci 2083 Tem 4 18:44 tile_iter.h -rw-rw-r-- 1 bozkalayci bozkalayci 28650 Tem 4 18:44 tilemul.c -rw-rw-r-- 1 bozkalayci bozkalayci 39096 Tem 4 18:44 trmm.c -rw-rw-r-- 1 bozkalayci bozkalayci 13346 Tem 4 18:44 trmv_reg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 47752 Tem 4 18:44 trsm.c -rw-rw-r-- 1 bozkalayci bozkalayci 1720 Tem 4 18:44 trsm_kgen.c -rw-rw-r-- 1 bozkalayci bozkalayci 930 Tem 4 18:44 trsm_kgen.h -rw-rw-r-- 1 bozkalayci bozkalayci 16474 Tem 4 18:44 trsv_gemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 16722 Tem 4 18:44 trsv_trtri.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8422 Tem 4 18:44 trxm_common.c -rw-rw-r-- 1 bozkalayci bozkalayci 4015 Tem 4 18:44 trxm_common.h -rw-rw-r-- 1 bozkalayci bozkalayci 25713 Tem 4 18:44 tuned_numbers.c -rw-rw-r-- 1 bozkalayci bozkalayci 1307 Tem 4 18:44 tuned_numbers.h -rw-rw-r-- 1 bozkalayci bozkalayci 10393 Tem 4 18:44 xxmv_common.c -rw-rw-r-- 1 bozkalayci bozkalayci 1808 Tem 4 18:44 xxmv_common.h

./clMathLibraries/clBLAS/src/library/blas/gens/clTemplates: total 396 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2171 Tem 4 18:44 asum.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2371 Tem 4 18:44 axpy.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2058 Tem 4 18:44 copy.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2753 Tem 4 18:44 dot.cl -rw-rw-r-- 1 bozkalayci bozkalayci 9462 Tem 4 18:44 gbmv.cl -rw-rw-r-- 1 bozkalayci bozkalayci 56532 Tem 4 18:44 gemm.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2874 Tem 4 18:44 gemm_helper.cl -rw-rw-r-- 1 bozkalayci bozkalayci 8416 Tem 4 18:44 ger.cl -rw-rw-r-- 1 bozkalayci bozkalayci 18402 Tem 4 18:44 her2.cl -rw-rw-r-- 1 bozkalayci bozkalayci 14735 Tem 4 18:44 her.cl -rw-rw-r-- 1 bozkalayci bozkalayci 3440 Tem 4 18:44 iamax.cl -rw-rw-r-- 1 bozkalayci bozkalayci 6324 Tem 4 18:44 nrm2.cl -rw-rw-r-- 1 bozkalayci bozkalayci 10390 Tem 4 18:44 reduction.cl -rw-rw-r-- 1 bozkalayci bozkalayci 3522 Tem 4 18:44 rotg.cl -rw-rw-r-- 1 bozkalayci bozkalayci 3765 Tem 4 18:44 rotm.cl -rw-rw-r-- 1 bozkalayci bozkalayci 6031 Tem 4 18:44 rotmg.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2113 Tem 4 18:44 scal.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2502 Tem 4 18:44 swap.cl -rw-rw-r-- 1 bozkalayci bozkalayci 30377 Tem 4 18:44 symm.cl -rw-rw-r-- 1 bozkalayci bozkalayci 3214 Tem 4 18:44 symm_helper.cl -rw-rw-r-- 1 bozkalayci bozkalayci 32186 Tem 4 18:44 syr2.cl -rw-rw-r-- 1 bozkalayci bozkalayci 19817 Tem 4 18:44 syr2_her2.cl -rw-rw-r-- 1 bozkalayci bozkalayci 12817 Tem 4 18:44 syr.cl -rw-rw-r-- 1 bozkalayci bozkalayci 15466 Tem 4 18:44 syr_her.cl -rw-rw-r-- 1 bozkalayci bozkalayci 26580 Tem 4 18:44 trmv.cl -rw-rw-r-- 1 bozkalayci bozkalayci 13826 Tem 4 18:44 trsv.cl -rw-rw-r-- 1 bozkalayci bozkalayci 38820 Tem 4 18:44 trsv_gemv.cl

./clMathLibraries/clBLAS/src/library/blas/gens/legacy: total 288 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 19556 Tem 4 18:44 blas_kgen_legacy.c -rw-rw-r-- 1 bozkalayci bozkalayci 6129 Tem 4 18:44 blas_kgen_legacy.h -rw-rw-r-- 1 bozkalayci bozkalayci 23388 Tem 4 18:44 blkmul.c -rw-rw-r-- 1 bozkalayci bozkalayci 23059 Tem 4 18:44 gemm_img.c -rw-rw-r-- 1 bozkalayci bozkalayci 16809 Tem 4 18:44 gemm_lds.c -rw-rw-r-- 1 bozkalayci bozkalayci 14354 Tem 4 18:44 gen_helper_legacy.c -rw-rw-r-- 1 bozkalayci bozkalayci 2317 Tem 4 18:44 gen_helper_legacy.h drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 tests -rw-rw-r-- 1 bozkalayci bozkalayci 25961 Tem 4 18:44 trmm_img.c -rw-rw-r-- 1 bozkalayci bozkalayci 14906 Tem 4 18:44 trmm_lds.c -rw-rw-r-- 1 bozkalayci bozkalayci 29641 Tem 4 18:44 trsm_cached_lds.c -rw-rw-r-- 1 bozkalayci bozkalayci 33873 Tem 4 18:44 trsm_img.c -rw-rw-r-- 1 bozkalayci bozkalayci 5717 Tem 4 18:44 trsm_kgen_legacy.c -rw-rw-r-- 1 bozkalayci bozkalayci 1297 Tem 4 18:44 trsm_kgen_legacy.h -rw-rw-r-- 1 bozkalayci bozkalayci 19400 Tem 4 18:44 trsm_lds.c -rw-rw-r-- 1 bozkalayci bozkalayci 8467 Tem 4 18:44 trxm_common_legacy.c -rw-rw-r-- 1 bozkalayci bozkalayci 2636 Tem 4 18:44 trxm_common_legacy.h

./clMathLibraries/clBLAS/src/library/blas/gens/legacy/tests: total 36 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2514 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 22039 Tem 4 18:44 t_blkmul.c

./clMathLibraries/clBLAS/src/library/blas/gens/tests: total 48 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2295 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 34901 Tem 4 18:44 t_tilemul.c

./clMathLibraries/clBLAS/src/library/blas/include: total 64 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2127 Tem 4 18:44 blas_funcs.h -rw-rw-r-- 1 bozkalayci bozkalayci 8556 Tem 4 18:44 blas_mempat.h -rw-rw-r-- 1 bozkalayci bozkalayci 11088 Tem 4 18:44 clblas-internal.h -rw-rw-r-- 1 bozkalayci bozkalayci 994 Tem 4 18:44 events.h -rw-rw-r-- 1 bozkalayci bozkalayci 4938 Tem 4 18:44 kprintf.hpp -rw-rw-r-- 1 bozkalayci bozkalayci 1990 Tem 4 18:44 matrix_dims.h -rw-rw-r-- 1 bozkalayci bozkalayci 1970 Tem 4 18:44 matrix_props.h -rw-rw-r-- 1 bozkalayci bozkalayci 5253 Tem 4 18:44 solution_seq.h

./clMathLibraries/clBLAS/src/library/common: total 132 drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 7700 Tem 4 18:44 clkern.c -rw-rw-r-- 1 bozkalayci bozkalayci 6285 Tem 4 18:44 devinfo.c -rw-rw-r-- 1 bozkalayci bozkalayci 29059 Tem 4 18:44 devinfo-cache.c drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 gens -rw-rw-r-- 1 bozkalayci bozkalayci 10547 Tem 4 18:44 kern_cache.c -rw-rw-r-- 1 bozkalayci bozkalayci 12607 Tem 4 18:44 kerngen_core.c -rw-rw-r-- 1 bozkalayci bozkalayci 9015 Tem 4 18:44 kgen_basic.c -rw-rw-r-- 1 bozkalayci bozkalayci 4075 Tem 4 18:44 kgen_guard.c -rw-rw-r-- 1 bozkalayci bozkalayci 2780 Tem 4 18:44 kgen_loop_helper.c -rw-rw-r-- 1 bozkalayci bozkalayci 2883 Tem 4 18:44 list.c -rw-rw-r-- 1 bozkalayci bozkalayci 1536 Tem 4 18:44 misc.c -rw-rw-r-- 1 bozkalayci bozkalayci 2583 Tem 4 18:44 mutex.c drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 tests -rw-rw-r-- 1 bozkalayci bozkalayci 5797 Tem 4 18:44 trace_malloc.c

./clMathLibraries/clBLAS/src/library/common/gens: total 52 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 43688 Tem 4 18:44 dblock_kgen.c

./clMathLibraries/clBLAS/src/library/common/tests: total 64 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 4 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1959 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 39896 Tem 4 18:44 t_dblock_kgen.c -rw-rw-r-- 1 bozkalayci bozkalayci 10868 Tem 4 18:44 t_gens_cache.c

./clMathLibraries/clBLAS/src/library/tools: total 20 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 ktest drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 tplgen drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 tune

./clMathLibraries/clBLAS/src/library/tools/ktest: total 180 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 4701 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 19214 Tem 4 18:44 config-cmdline.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10975 Tem 4 18:44 config.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3718 Tem 4 18:44 config.h -rw-rw-r-- 1 bozkalayci bozkalayci 999 Tem 4 18:44 ktest-common.h -rw-rw-r-- 1 bozkalayci bozkalayci 21315 Tem 4 18:44 ktest.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3314 Tem 4 18:44 ktest.h -rw-rw-r-- 1 bozkalayci bozkalayci 11193 Tem 4 18:44 ktest-patterns.h -rw-rw-r-- 1 bozkalayci bozkalayci 8712 Tem 4 18:44 main.cpp drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 naive drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 scripts -rw-rw-r-- 1 bozkalayci bozkalayci 17326 Tem 4 18:44 step.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9683 Tem 4 18:44 step-dump.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 14117 Tem 4 18:44 step.h drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 steps -rw-rw-r-- 1 bozkalayci bozkalayci 3902 Tem 4 18:44 var.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 4788 Tem 4 18:44 var.h

./clMathLibraries/clBLAS/src/library/tools/ktest/naive: total 28 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 18218 Tem 4 18:44 naive_blas.cpp

./clMathLibraries/clBLAS/src/library/tools/ktest/scripts: total 16 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 5693 Tem 4 18:44 verify_ktest.bash

./clMathLibraries/clBLAS/src/library/tools/ktest/steps: total 84 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 5739 Tem 4 18:44 gemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 gemm.h -rw-rw-r-- 1 bozkalayci bozkalayci 4664 Tem 4 18:44 gemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 gemv.h -rw-rw-r-- 1 bozkalayci bozkalayci 3805 Tem 4 18:44 symv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 symv.h -rw-rw-r-- 1 bozkalayci bozkalayci 5114 Tem 4 18:44 syr2k.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1085 Tem 4 18:44 syr2k.h -rw-rw-r-- 1 bozkalayci bozkalayci 4177 Tem 4 18:44 syrk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 syrk.h -rw-rw-r-- 1 bozkalayci bozkalayci 3974 Tem 4 18:44 trmm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 trmm.h -rw-rw-r-- 1 bozkalayci bozkalayci 4314 Tem 4 18:44 trsm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1079 Tem 4 18:44 trsm.h

./clMathLibraries/clBLAS/src/library/tools/tplgen: total 20 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 877 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 4303 Tem 4 18:44 tplgen.cpp

./clMathLibraries/clBLAS/src/library/tools/tune: total 208 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 4785 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 3854 Tem 4 18:44 dimension.c -rw-rw-r-- 1 bozkalayci bozkalayci 10427 Tem 4 18:44 fileio.c -rw-rw-r-- 1 bozkalayci bozkalayci 2803 Tem 4 18:44 fileio.h -rw-rw-r-- 1 bozkalayci bozkalayci 10367 Tem 4 18:44 storage_data.c -rw-rw-r-- 1 bozkalayci bozkalayci 6039 Tem 4 18:44 storage_data.h -rw-rw-r-- 1 bozkalayci bozkalayci 5967 Tem 4 18:44 storage_init.c -rw-rw-r-- 1 bozkalayci bozkalayci 19325 Tem 4 18:44 storage_io.c -rw-rw-r-- 1 bozkalayci bozkalayci 20140 Tem 4 18:44 subdim.c -rw-rw-r-- 1 bozkalayci bozkalayci 3197 Tem 4 18:44 subdim.h -rw-rw-r-- 1 bozkalayci bozkalayci 15390 Tem 4 18:44 toolslib.c -rw-rw-r-- 1 bozkalayci bozkalayci 2049 Tem 4 18:44 toolslib.h -rw-rw-r-- 1 bozkalayci bozkalayci 74964 Tem 4 18:44 tune.c -rw-rw-r-- 1 bozkalayci bozkalayci 1261 Tem 4 18:44 tune.h

./clMathLibraries/clBLAS/src/samples: total 396 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1286 Tem 4 18:44 clBlasVersion.c -rw-rw-r-- 1 bozkalayci bozkalayci 10223 Tem 4 18:44 CMakeLists.pack -rw-rw-r-- 1 bozkalayci bozkalayci 13439 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 5308 Tem 4 18:44 example_chbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5486 Tem 4 18:44 example_chemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5836 Tem 4 18:44 example_cher2k.c -rw-rw-r-- 1 bozkalayci bozkalayci 4963 Tem 4 18:44 example_cher.c -rw-rw-r-- 1 bozkalayci bozkalayci 5522 Tem 4 18:44 example_cherk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5556 Tem 4 18:44 example_chpmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5304 Tem 4 18:44 example_chpr.c -rw-rw-r-- 1 bozkalayci bozkalayci 4083 Tem 4 18:44 example_csscal.c -rw-rw-r-- 1 bozkalayci bozkalayci 4987 Tem 4 18:44 example_dtrmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4227 Tem 4 18:44 example_isamax.c -rw-rw-r-- 1 bozkalayci bozkalayci 4055 Tem 4 18:44 example_sasum.c -rw-rw-r-- 1 bozkalayci bozkalayci 4321 Tem 4 18:44 example_saxpy.c -rw-rw-r-- 1 bozkalayci bozkalayci 4501 Tem 4 18:44 example_scopy.c -rw-rw-r-- 1 bozkalayci bozkalayci 4505 Tem 4 18:44 example_sdot.c -rw-rw-r-- 1 bozkalayci bozkalayci 5097 Tem 4 18:44 example_sgbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5700 Tem 4 18:44 example_sgemm.c -rw-rw-r-- 1 bozkalayci bozkalayci 5303 Tem 4 18:44 example_sgemv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4999 Tem 4 18:44 example_sger.c -rw-rw-r-- 1 bozkalayci bozkalayci 4110 Tem 4 18:44 example_snrm2.c -rw-rw-r-- 1 bozkalayci bozkalayci 4659 Tem 4 18:44 example_srot.c -rw-rw-r-- 1 bozkalayci bozkalayci 4692 Tem 4 18:44 example_srotg.c -rw-rw-r-- 1 bozkalayci bozkalayci 4857 Tem 4 18:44 example_srotm.c -rw-rw-r-- 1 bozkalayci bozkalayci 5323 Tem 4 18:44 example_srotmg.c -rw-rw-r-- 1 bozkalayci bozkalayci 4990 Tem 4 18:44 example_ssbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4006 Tem 4 18:44 example_sscal.c -rw-rw-r-- 1 bozkalayci bozkalayci 5077 Tem 4 18:44 example_sspmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5242 Tem 4 18:44 example_sspr2.c -rw-rw-r-- 1 bozkalayci bozkalayci 4912 Tem 4 18:44 example_sspr.c -rw-rw-r-- 1 bozkalayci bozkalayci 4509 Tem 4 18:44 example_sswap.c -rw-rw-r-- 1 bozkalayci bozkalayci 5091 Tem 4 18:44 example_ssymm.c -rw-rw-r-- 1 bozkalayci bozkalayci 5275 Tem 4 18:44 example_ssymv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4890 Tem 4 18:44 example_ssyr2.c -rw-rw-r-- 1 bozkalayci bozkalayci 5754 Tem 4 18:44 example_ssyr2k.c -rw-rw-r-- 1 bozkalayci bozkalayci 4571 Tem 4 18:44 example_ssyr.c -rw-rw-r-- 1 bozkalayci bozkalayci 5230 Tem 4 18:44 example_ssyrk.c -rw-rw-r-- 1 bozkalayci bozkalayci 4663 Tem 4 18:44 example_stbmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4585 Tem 4 18:44 example_stbsv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4639 Tem 4 18:44 example_stpmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 4741 Tem 4 18:44 example_stpsv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5272 Tem 4 18:44 example_strmm.c -rw-rw-r-- 1 bozkalayci bozkalayci 4623 Tem 4 18:44 example_strmv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5240 Tem 4 18:44 example_strsm.c -rw-rw-r-- 1 bozkalayci bozkalayci 4532 Tem 4 18:44 example_strsv.c -rw-rw-r-- 1 bozkalayci bozkalayci 5807 Tem 4 18:44 example_zhemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5416 Tem 4 18:44 example_zher2.c -rw-rw-r-- 1 bozkalayci bozkalayci 5786 Tem 4 18:44 example_zhpr2.c

./clMathLibraries/clBLAS/src/scripts: total 12 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 perf

./clMathLibraries/clBLAS/src/scripts/perf: total 76 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 12662 Tem 4 18:44 blasPerformanceTesting.py -rw-rw-r-- 1 bozkalayci bozkalayci 972 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 2824 Tem 4 18:44 errorHandler.py -rw-rw-r-- 1 bozkalayci bozkalayci 25084 Tem 4 18:44 measurePerformance.py -rw-rw-r-- 1 bozkalayci bozkalayci 3044 Tem 4 18:44 performanceUtility.py -rw-rw-r-- 1 bozkalayci bozkalayci 12286 Tem 4 18:44 plotPerformance.py

./clMathLibraries/clBLAS/src/tests: total 356 drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 3344 Tem 4 18:44 BasicRoutines.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 13898 Tem 4 18:44 BlasBase.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 109195 Tem 4 18:44 blas.c -rw-rw-r-- 1 bozkalayci bozkalayci 1217 Tem 4 18:44 blas-cblas.c -rw-rw-r-- 1 bozkalayci bozkalayci 48280 Tem 4 18:44 blas-wrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 88963 Tem 4 18:44 clBLAS-wrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 16295 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 6533 Tem 4 18:44 cmdline.c -rw-rw-r-- 1 bozkalayci bozkalayci 23996 Tem 4 18:44 common.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 4146 Tem 4 18:44 copyTestDependencies.cmake.in drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 correctness drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 functional -rw-rw-r-- 1 bozkalayci bozkalayci 2903 Tem 4 18:44 gtest.cmake drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 include drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 performance -rw-rw-r-- 1 bozkalayci bozkalayci 3079 Tem 4 18:44 timer.c

./clMathLibraries/clBLAS/src/tests/correctness: total 652 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1223 Tem 4 18:44 BlasBase-corr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 26431 Tem 4 18:44 blas-lapack.c -rw-rw-r-- 1 bozkalayci bozkalayci 25712 Tem 4 18:44 blas-lapack.h -rw-rw-r-- 1 bozkalayci bozkalayci 6499 Tem 4 18:44 corr-asum.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6218 Tem 4 18:44 corr-axpy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6258 Tem 4 18:44 corr-copy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6513 Tem 4 18:44 corr-dotc.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6729 Tem 4 18:44 corr-dot.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7715 Tem 4 18:44 corr-gbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8444 Tem 4 18:44 corr-gemm2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8138 Tem 4 18:44 corr-gemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8108 Tem 4 18:44 corr-gemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7440 Tem 4 18:44 corr-gerc.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7467 Tem 4 18:44 corr-ger.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7042 Tem 4 18:44 corr-hbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7993 Tem 4 18:44 corr-hemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8033 Tem 4 18:44 corr-hemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6992 Tem 4 18:44 corr-her2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7630 Tem 4 18:44 corr-her2k.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6274 Tem 4 18:44 corr-her.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7995 Tem 4 18:44 corr-herk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6784 Tem 4 18:44 corr-hpmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6976 Tem 4 18:44 corr-hpr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6279 Tem 4 18:44 corr-hpr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6380 Tem 4 18:44 corr-iamax.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6783 Tem 4 18:44 corr-nrm2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6481 Tem 4 18:44 corr-rot.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9100 Tem 4 18:44 corr-rotg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7143 Tem 4 18:44 corr-rotm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9440 Tem 4 18:44 corr-rotmg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6936 Tem 4 18:44 corr-sbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6847 Tem 4 18:44 corr-scal.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6709 Tem 4 18:44 corr-spmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6687 Tem 4 18:44 corr-spr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6550 Tem 4 18:44 corr-spr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6557 Tem 4 18:44 corr-swap.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8270 Tem 4 18:44 corr-symm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7777 Tem 4 18:44 corr-symv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6632 Tem 4 18:44 corr-syr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9080 Tem 4 18:44 corr-syr2k.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8330 Tem 4 18:44 corr-syr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8164 Tem 4 18:44 corr-syrk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7255 Tem 4 18:44 corr-tbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7694 Tem 4 18:44 corr-tbsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7776 Tem 4 18:44 corr-tpmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7652 Tem 4 18:44 corr-tpsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7197 Tem 4 18:44 corr-trmm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7942 Tem 4 18:44 corr-trmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 13531 Tem 4 18:44 corr-trsm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 7709 Tem 4 18:44 corr-trsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1298 Tem 4 18:44 delta.h -rw-rw-r-- 1 bozkalayci bozkalayci 5358 Tem 4 18:44 tcase-filter.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1010 Tem 4 18:44 tcase-filter.h -rw-rw-r-- 1 bozkalayci bozkalayci 141157 Tem 4 18:44 test-correctness.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8191 Tem 4 18:44 trsm-delta.h -rw-rw-r-- 1 bozkalayci bozkalayci 9603 Tem 4 18:44 trsv-delta.h

./clMathLibraries/clBLAS/src/tests/functional: total 208 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 3115 Tem 4 18:44 BlasBase-func.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 33768 Tem 4 18:44 func-error.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 30767 Tem 4 18:44 func-event.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 76621 Tem 4 18:44 func.h -rw-rw-r-- 1 bozkalayci bozkalayci 6461 Tem 4 18:44 func-images.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 17254 Tem 4 18:44 func-queue.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 17043 Tem 4 18:44 func-thread.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3423 Tem 4 18:44 test-functional.cpp

./clMathLibraries/clBLAS/src/tests/include: total 508 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2294 Tem 4 18:44 asum.h -rw-rw-r-- 1 bozkalayci bozkalayci 2620 Tem 4 18:44 axpy.h -rw-rw-r-- 1 bozkalayci bozkalayci 6553 Tem 4 18:44 BlasBase.h -rw-rw-r-- 1 bozkalayci bozkalayci 16186 Tem 4 18:44 blas-cblas.h -rw-rw-r-- 1 bozkalayci bozkalayci 35372 Tem 4 18:44 blas-internal.h -rw-rw-r-- 1 bozkalayci bozkalayci 7360 Tem 4 18:44 blas-math.h -rw-rw-r-- 1 bozkalayci bozkalayci 30541 Tem 4 18:44 blas-random.h -rw-rw-r-- 1 bozkalayci bozkalayci 37831 Tem 4 18:44 blas-wrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 51089 Tem 4 18:44 clBLAS-wrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 2491 Tem 4 18:44 cmdline.h -rw-rw-r-- 1 bozkalayci bozkalayci 11055 Tem 4 18:44 common.h -rw-rw-r-- 1 bozkalayci bozkalayci 2319 Tem 4 18:44 copy.h -rw-rw-r-- 1 bozkalayci bozkalayci 2502 Tem 4 18:44 dotc.h -rw-rw-r-- 1 bozkalayci bozkalayci 2501 Tem 4 18:44 dot.h -rw-rw-r-- 1 bozkalayci bozkalayci 6980 Tem 4 18:44 ExtraTestSizes.h -rw-rw-r-- 1 bozkalayci bozkalayci 5099 Tem 4 18:44 gbmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 5137 Tem 4 18:44 gemm-2.h -rw-rw-r-- 1 bozkalayci bozkalayci 5178 Tem 4 18:44 gemm.h -rw-rw-r-- 1 bozkalayci bozkalayci 7452 Tem 4 18:44 gemv.h -rw-rw-r-- 1 bozkalayci bozkalayci 3494 Tem 4 18:44 gerc.h -rw-rw-r-- 1 bozkalayci bozkalayci 3655 Tem 4 18:44 ger.h -rw-rw-r-- 1 bozkalayci bozkalayci 3464 Tem 4 18:44 hbmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 3873 Tem 4 18:44 hemm.h -rw-rw-r-- 1 bozkalayci bozkalayci 4064 Tem 4 18:44 hemv.h -rw-rw-r-- 1 bozkalayci bozkalayci 5248 Tem 4 18:44 her2.h -rw-rw-r-- 1 bozkalayci bozkalayci 4831 Tem 4 18:44 her2k.h -rw-rw-r-- 1 bozkalayci bozkalayci 4487 Tem 4 18:44 her.h -rw-rw-r-- 1 bozkalayci bozkalayci 4479 Tem 4 18:44 herk.h -rw-rw-r-- 1 bozkalayci bozkalayci 867 Tem 4 18:44 hpmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 854 Tem 4 18:44 hpr2.h -rw-rw-r-- 1 bozkalayci bozkalayci 852 Tem 4 18:44 hpr.h -rw-rw-r-- 1 bozkalayci bozkalayci 2212 Tem 4 18:44 iamax.h -rw-rw-r-- 1 bozkalayci bozkalayci 18330 Tem 4 18:44 matrix.h -rw-rw-r-- 1 bozkalayci bozkalayci 2270 Tem 4 18:44 nrm2.h -rw-rw-r-- 1 bozkalayci bozkalayci 2146 Tem 4 18:44 rotg.h -rw-rw-r-- 1 bozkalayci bozkalayci 2528 Tem 4 18:44 rot.h -rw-rw-r-- 1 bozkalayci bozkalayci 3154 Tem 4 18:44 rotmg.h -rw-rw-r-- 1 bozkalayci bozkalayci 2615 Tem 4 18:44 rotm.h -rw-rw-r-- 1 bozkalayci bozkalayci 4839 Tem 4 18:44 sbmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 2401 Tem 4 18:44 scal.h -rw-rw-r-- 1 bozkalayci bozkalayci 5403 Tem 4 18:44 spmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 855 Tem 4 18:44 spr2.h -rw-rw-r-- 1 bozkalayci bozkalayci 848 Tem 4 18:44 spr.h -rw-rw-r-- 1 bozkalayci bozkalayci 2448 Tem 4 18:44 swap.h -rw-rw-r-- 1 bozkalayci bozkalayci 3881 Tem 4 18:44 symm.h -rw-rw-r-- 1 bozkalayci bozkalayci 5350 Tem 4 18:44 symv.h -rw-rw-r-- 1 bozkalayci bozkalayci 3749 Tem 4 18:44 syr2.h -rw-rw-r-- 1 bozkalayci bozkalayci 4888 Tem 4 18:44 syr2k.h -rw-rw-r-- 1 bozkalayci bozkalayci 3434 Tem 4 18:44 syr.h -rw-rw-r-- 1 bozkalayci bozkalayci 4311 Tem 4 18:44 syrk.h -rw-rw-r-- 1 bozkalayci bozkalayci 3904 Tem 4 18:44 tbmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 6276 Tem 4 18:44 tbsv.h -rw-rw-r-- 1 bozkalayci bozkalayci 1989 Tem 4 18:44 testDG.h -rw-rw-r-- 1 bozkalayci bozkalayci 2431 Tem 4 18:44 test-limits.h -rw-rw-r-- 1 bozkalayci bozkalayci 1435 Tem 4 18:44 timer.h -rw-rw-r-- 1 bozkalayci bozkalayci 855 Tem 4 18:44 tpmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 857 Tem 4 18:44 tpsv.h -rw-rw-r-- 1 bozkalayci bozkalayci 4499 Tem 4 18:44 trmm.h -rw-rw-r-- 1 bozkalayci bozkalayci 3291 Tem 4 18:44 trmv.h -rw-rw-r-- 1 bozkalayci bozkalayci 4548 Tem 4 18:44 trsm.h -rw-rw-r-- 1 bozkalayci bozkalayci 3356 Tem 4 18:44 trsv.h

./clMathLibraries/clBLAS/src/tests/performance: total 636 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 3135 Tem 4 18:44 BlasBase-perf.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8274 Tem 4 18:44 perf-asum.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9368 Tem 4 18:44 perf-axpy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8964 Tem 4 18:44 perf-copy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8642 Tem 4 18:44 perf-dotc.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8910 Tem 4 18:44 perf-dot.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11266 Tem 4 18:44 perf-gbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11217 Tem 4 18:44 perf-gemm2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10783 Tem 4 18:44 perf-gemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9899 Tem 4 18:44 perf-gemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11081 Tem 4 18:44 perf-gerc.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10989 Tem 4 18:44 perf-ger.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9620 Tem 4 18:44 perf-hbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10571 Tem 4 18:44 perf-hemm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9807 Tem 4 18:44 perf-hemv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10059 Tem 4 18:44 perf-her2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10309 Tem 4 18:44 perf-her2k.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9184 Tem 4 18:44 perf-her.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9978 Tem 4 18:44 perf-herk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9894 Tem 4 18:44 perf-hpmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10218 Tem 4 18:44 perf-hpr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9199 Tem 4 18:44 perf-hpr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8513 Tem 4 18:44 perf-iamax.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8409 Tem 4 18:44 perf-nrm2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3658 Tem 4 18:44 PerformanceRecorder.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2559 Tem 4 18:44 PerformanceRecorder.h -rw-rw-r-- 1 bozkalayci bozkalayci 3311 Tem 4 18:44 PerformanceTest.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1707 Tem 4 18:44 PerformanceTest.h -rw-rw-r-- 1 bozkalayci bozkalayci 9817 Tem 4 18:44 perf-rot.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 12143 Tem 4 18:44 perf-rotg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10816 Tem 4 18:44 perf-rotm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 12437 Tem 4 18:44 perf-rotmg.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9812 Tem 4 18:44 perf-sbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9445 Tem 4 18:44 perf-scal.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9710 Tem 4 18:44 perf-spmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9764 Tem 4 18:44 perf-spr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9816 Tem 4 18:44 perf-spr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9721 Tem 4 18:44 perf-swap.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11237 Tem 4 18:44 perf-symm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9754 Tem 4 18:44 perf-symv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9675 Tem 4 18:44 perf-syr2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10005 Tem 4 18:44 perf-syr2k.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9662 Tem 4 18:44 perf-syr.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9298 Tem 4 18:44 perf-syrk.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9681 Tem 4 18:44 perf-tbmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9654 Tem 4 18:44 perf-tbsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11105 Tem 4 18:44 perf-tpmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10661 Tem 4 18:44 perf-tpsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1901 Tem 4 18:44 perf-trmm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 11133 Tem 4 18:44 perf-trmv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1746 Tem 4 18:44 perf-trsm.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9969 Tem 4 18:44 perf-trsv.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 43119 Tem 4 18:44 test-performance.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 10535 Tem 4 18:44 TrxmPerformanceTest.cpp

./clMathLibraries/clBLAS/src/wrappers: total 12 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 9 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 python

./clMathLibraries/clBLAS/src/wrappers/python: total 28 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 3397 Tem 4 18:44 pyclBLAS.pxd -rw-rw-r-- 1 bozkalayci bozkalayci 5450 Tem 4 18:44 pyclBLAS.pyx -rw-rw-r-- 1 bozkalayci bozkalayci 3132 Tem 4 18:44 README.txt -rw-rw-r-- 1 bozkalayci bozkalayci 4083 Tem 4 18:44 setup.py

./CMakeModules: total 16 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1775 Tem 4 18:44 build_clBLAS.cmake -rw-rw-r-- 1 bozkalayci bozkalayci 993 Tem 4 18:44 build_EasyCL.cmake

./doc: total 24 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 6005 Tem 4 18:44 ContributorGuidelines.md -rw-rw-r-- 1 bozkalayci bozkalayci 710 Tem 4 18:44 MigrateStatusByFile.md drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 torch

./doc/torch: total 24 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1410 Tem 4 18:44 cuda-to-opencl.md -rw-rw-r-- 1 bozkalayci bozkalayci 3230 Tem 4 18:44 cutorch-apply.md -rw-rw-r-- 1 bozkalayci bozkalayci 5125 Tem 4 18:44 torch.md

./EasyCL: total 332 drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1994 Tem 4 18:44 CLArrayFloat.h -rw-rw-r-- 1 bozkalayci bozkalayci 2599 Tem 4 18:44 CLArray.h -rw-rw-r-- 1 bozkalayci bozkalayci 1725 Tem 4 18:44 CLArrayInt.h -rw-rw-r-- 1 bozkalayci bozkalayci 122180 Tem 4 18:44 clew.h -rw-rw-r-- 1 bozkalayci bozkalayci 1606 Tem 4 18:44 CLFloatWrapperConst.h -rw-rw-r-- 1 bozkalayci bozkalayci 1492 Tem 4 18:44 CLFloatWrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 1435 Tem 4 18:44 CLIntWrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 10997 Tem 4 18:44 CLKernel.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3182 Tem 4 18:44 CLKernel.h -rw-rw-r-- 1 bozkalayci bozkalayci 1802 Tem 4 18:44 CLKernel_structs.h -rw-rw-r-- 1 bozkalayci bozkalayci 1489 Tem 4 18:44 CLUCharWrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 5913 Tem 4 18:44 CLWrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1484 Tem 4 18:44 CLWrapper.h -rw-rw-r-- 1 bozkalayci bozkalayci 4600 Tem 4 18:44 CMakeLists.txt drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 cog-batteries -rw-rw-r-- 1 bozkalayci bozkalayci 347 Tem 4 18:44 deprecated.h -rw-rw-r-- 1 bozkalayci bozkalayci 2808 Tem 4 18:44 DeviceInfo.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 815 Tem 4 18:44 DeviceInfo.h -rw-rw-r-- 1 bozkalayci bozkalayci 4351 Tem 4 18:44 deviceinfo_helper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1034 Tem 4 18:44 deviceinfo_helper.h -rw-rw-r-- 1 bozkalayci bozkalayci 4397 Tem 4 18:44 DevicesInfo.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 567 Tem 4 18:44 DevicesInfo.h -rw-rw-r-- 1 bozkalayci bozkalayci 17854 Tem 4 18:44 EasyCL.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 210 Tem 4 18:44 EasyCL_export.h -rw-rw-r-- 1 bozkalayci bozkalayci 4905 Tem 4 18:44 EasyCL.h -rw-rw-r-- 1 bozkalayci bozkalayci 31 Tem 4 18:44 .git -rw-rw-r-- 1 bozkalayci bozkalayci 190 Tem 4 18:44 .gitignore -rw-rw-r-- 1 bozkalayci bozkalayci 0 Tem 4 18:44 .gitmodules -rw-rw-r-- 1 bozkalayci bozkalayci 3730 Tem 4 18:44 gpuinfo.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 198 Tem 4 18:44 ICLArray.h -rw-rw-r-- 1 bozkalayci bozkalayci 319 Tem 4 18:44 LICENSE.txt -rw-rw-r-- 1 bozkalayci bozkalayci 1862 Tem 4 18:44 platforminfo_helper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 626 Tem 4 18:44 platforminfo_helper.h -rw-rw-r-- 1 bozkalayci bozkalayci 16935 Tem 4 18:44 README.md drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 templates drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 test drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 thirdparty drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 util

./EasyCL/cog-batteries: total 20 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 6732 Tem 4 18:44 cog_addheaders.py -rw-rw-r-- 1 bozkalayci bozkalayci 2213 Tem 4 18:44 stringify.py

./EasyCL/templates: total 40 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 9825 Tem 4 18:44 LuaTemplater.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1056 Tem 4 18:44 LuaTemplater.h -rw-rw-r-- 1 bozkalayci bozkalayci 2904 Tem 4 18:44 TemplatedKernel.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1848 Tem 4 18:44 TemplatedKernel.h -rw-rw-r-- 1 bozkalayci bozkalayci 5445 Tem 4 18:44 templater.lua

./EasyCL/test: total 204 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 425 Tem 4 18:44 asserts.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1311 Tem 4 18:44 asserts.h -rw-rw-r-- 1 bozkalayci bozkalayci 895 Tem 4 18:44 easycl_gtest_supp.h -rw-rw-r-- 1 bozkalayci bozkalayci 3101 Tem 4 18:44 easycl_stringhelper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2086 Tem 4 18:44 easycl_stringhelper.h -rw-rw-r-- 1 bozkalayci bozkalayci 418 Tem 4 18:44 GtestGlobals.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 375 Tem 4 18:44 GtestGlobals.h -rw-rw-r-- 1 bozkalayci bozkalayci 2238 Tem 4 18:44 gtest_main.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 41 Tem 4 18:44 testbuildlog.cl -rw-rw-r-- 1 bozkalayci bozkalayci 446 Tem 4 18:44 testbuildlog.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 948 Tem 4 18:44 testclarray.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3813 Tem 4 18:44 testclblas.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5630 Tem 4 18:44 testcopybuffer.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 182 Tem 4 18:44 testdefines.cl -rw-rw-r-- 1 bozkalayci bozkalayci 434 Tem 4 18:44 testdefines.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 314 Tem 4 18:44 testDeviceInfo.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1825 Tem 4 18:44 testdirtywrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1185 Tem 4 18:44 testeasycl.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2225 Tem 4 18:44 testeasycl.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 295 Tem 4 18:44 testfloatarray.cl -rw-rw-r-- 1 bozkalayci bozkalayci 1332 Tem 4 18:44 testfloatarray.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1131 Tem 4 18:44 testfloatwrapperconst.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1911 Tem 4 18:44 testfloatwrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 130 Tem 4 18:44 testinout.cl -rw-rw-r-- 1 bozkalayci bozkalayci 922 Tem 4 18:44 testinout.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 289 Tem 4 18:44 testintarray.cl -rw-rw-r-- 1 bozkalayci bozkalayci 1384 Tem 4 18:44 testintarray.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1084 Tem 4 18:44 testintwrapper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3510 Tem 4 18:44 testintwrapper_huge.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1667 Tem 4 18:44 testkernelstore.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6356 Tem 4 18:44 testlocal.cl -rw-rw-r-- 1 bozkalayci bozkalayci 15621 Tem 4 18:44 testlocal.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6822 Tem 4 18:44 testLuaTemplater.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1497 Tem 4 18:44 testnewinstantiations.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 521 Tem 4 18:44 testscalars.cl -rw-rw-r-- 1 bozkalayci bozkalayci 2069 Tem 4 18:44 testscalars.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 117 Tem 4 18:44 test_scenario_te42kyfo.cl -rw-rw-r-- 1 bozkalayci bozkalayci 812 Tem 4 18:44 test_scenario_te42kyfo.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 395 Tem 4 18:44 testStructs.cl -rw-rw-r-- 1 bozkalayci bozkalayci 1182 Tem 4 18:44 testStructs.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 6858 Tem 4 18:44 testTemplatedKernel.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1176 Tem 4 18:44 testucharwrapper.cpp

./EasyCL/thirdparty: total 24 drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 clew drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 cogapp drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 gtest drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 lua-5.1.5

./EasyCL/thirdparty/clew: total 24 drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 clewTest -rw-rw-r-- 1 bozkalayci bozkalayci 425 Tem 4 18:44 CMakeLists.txt drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 include drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 src

./EasyCL/thirdparty/clew/clewTest: total 16 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 156 Tem 4 18:44 clewTest.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 152 Tem 4 18:44 CMakeLists.txt

./EasyCL/thirdparty/clew/include: total 132 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 122180 Tem 4 18:44 clew.h -rw-rw-r-- 1 bozkalayci bozkalayci 213 Tem 4 18:44 CMakeLists.txt

./EasyCL/thirdparty/clew/src: total 44 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 5 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 28709 Tem 4 18:44 clew.c -rw-rw-r-- 1 bozkalayci bozkalayci 274 Tem 4 18:44 CMakeLists.txt

./EasyCL/thirdparty/cogapp: total 16 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 cogapp -rw-rw-r-- 1 bozkalayci bozkalayci 481 Tem 4 18:44 cog.py

./EasyCL/thirdparty/cogapp/cogapp: total 140 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 578 Tem 4 18:44 backward.py -rw-rw-r-- 1 bozkalayci bozkalayci 28766 Tem 4 18:44 cogapp.py -rw-rw-r-- 1 bozkalayci bozkalayci 177 Tem 4 18:44 init.py -rw-rw-r-- 1 bozkalayci bozkalayci 116 Tem 4 18:44 main.py -rw-rw-r-- 1 bozkalayci bozkalayci 1894 Tem 4 18:44 makefiles.py drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 pycache -rw-rw-r-- 1 bozkalayci bozkalayci 66477 Tem 4 18:44 test_cogapp.py -rw-rw-r-- 1 bozkalayci bozkalayci 2968 Tem 4 18:44 test_makefiles.py -rw-rw-r-- 1 bozkalayci bozkalayci 4025 Tem 4 18:44 test_whiteutils.py -rw-rw-r-- 1 bozkalayci bozkalayci 2130 Tem 4 18:44 whiteutils.py

./EasyCL/thirdparty/cogapp/cogapp/pycache: total 44 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 946 Tem 4 18:44 backward.cpython-34.pyc -rw-rw-r-- 1 bozkalayci bozkalayci 21253 Tem 4 18:44 cogapp.cpython-34.pyc -rw-rw-r-- 1 bozkalayci bozkalayci 356 Tem 4 18:44 init.cpython-34.pyc -rw-rw-r-- 1 bozkalayci bozkalayci 2199 Tem 4 18:44 whiteutils.cpython-34.pyc

./EasyCL/thirdparty/gtest: total 364 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 gtest -rw-rw-r-- 1 bozkalayci bozkalayci 354360 Tem 4 18:44 gtest-all.cc -rw-rw-r-- 1 bozkalayci bozkalayci 1765 Tem 4 18:44 gtest_main.cc

./EasyCL/thirdparty/gtest/gtest: total 820 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 830563 Tem 4 18:44 gtest.h

./EasyCL/thirdparty/lua-5.1.5: total 40 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 6 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1528 Tem 4 18:44 COPYRIGHT -rw-rw-r-- 1 bozkalayci bozkalayci 259 Tem 4 18:44 files.txt -rw-rw-r-- 1 bozkalayci bozkalayci 7907 Tem 4 18:44 HISTORY -rw-rw-r-- 1 bozkalayci bozkalayci 3868 Tem 4 18:44 INSTALL -rw-rw-r-- 1 bozkalayci bozkalayci 3695 Tem 4 18:44 Makefile -rw-rw-r-- 1 bozkalayci bozkalayci 1378 Tem 4 18:44 README drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 src

./EasyCL/thirdparty/lua-5.1.5/src: total 576 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 22708 Tem 4 18:44 lapi.c -rw-rw-r-- 1 bozkalayci bozkalayci 262 Tem 4 18:44 lapi.h -rw-rw-r-- 1 bozkalayci bozkalayci 17417 Tem 4 18:44 lauxlib.c -rw-rw-r-- 1 bozkalayci bozkalayci 5777 Tem 4 18:44 lauxlib.h -rw-rw-r-- 1 bozkalayci bozkalayci 17045 Tem 4 18:44 lbaselib.c -rw-rw-r-- 1 bozkalayci bozkalayci 21170 Tem 4 18:44 lcode.c -rw-rw-r-- 1 bozkalayci bozkalayci 2750 Tem 4 18:44 lcode.h -rw-rw-r-- 1 bozkalayci bozkalayci 10092 Tem 4 18:44 ldblib.c -rw-rw-r-- 1 bozkalayci bozkalayci 16840 Tem 4 18:44 ldebug.c -rw-rw-r-- 1 bozkalayci bozkalayci 1061 Tem 4 18:44 ldebug.h -rw-rw-r-- 1 bozkalayci bozkalayci 14892 Tem 4 18:44 ldo.c -rw-rw-r-- 1 bozkalayci bozkalayci 1897 Tem 4 18:44 ldo.h -rw-rw-r-- 1 bozkalayci bozkalayci 3114 Tem 4 18:44 ldump.c -rw-rw-r-- 1 bozkalayci bozkalayci 4618 Tem 4 18:44 lfunc.c -rw-rw-r-- 1 bozkalayci bozkalayci 1125 Tem 4 18:44 lfunc.h -rw-rw-r-- 1 bozkalayci bozkalayci 20053 Tem 4 18:44 lgc.c -rw-rw-r-- 1 bozkalayci bozkalayci 3159 Tem 4 18:44 lgc.h -rw-rw-r-- 1 bozkalayci bozkalayci 765 Tem 4 18:44 linit.c -rw-rw-r-- 1 bozkalayci bozkalayci 13466 Tem 4 18:44 liolib.c -rw-rw-r-- 1 bozkalayci bozkalayci 12501 Tem 4 18:44 llex.c -rw-rw-r-- 1 bozkalayci bozkalayci 2177 Tem 4 18:44 llex.h -rw-rw-r-- 1 bozkalayci bozkalayci 2349 Tem 4 18:44 llimits.h -rw-rw-r-- 1 bozkalayci bozkalayci 5831 Tem 4 18:44 lmathlib.c -rw-rw-r-- 1 bozkalayci bozkalayci 2172 Tem 4 18:44 lmem.c -rw-rw-r-- 1 bozkalayci bozkalayci 1494 Tem 4 18:44 lmem.h -rw-rw-r-- 1 bozkalayci bozkalayci 19216 Tem 4 18:44 loadlib.c -rw-rw-r-- 1 bozkalayci bozkalayci 5498 Tem 4 18:44 lobject.c -rw-rw-r-- 1 bozkalayci bozkalayci 8502 Tem 4 18:44 lobject.h -rw-rw-r-- 1 bozkalayci bozkalayci 2884 Tem 4 18:44 lopcodes.c -rw-rw-r-- 1 bozkalayci bozkalayci 8086 Tem 4 18:44 lopcodes.h -rw-rw-r-- 1 bozkalayci bozkalayci 5992 Tem 4 18:44 loslib.c -rw-rw-r-- 1 bozkalayci bozkalayci 36696 Tem 4 18:44 lparser.c -rw-rw-r-- 1 bozkalayci bozkalayci 2261 Tem 4 18:44 lparser.h -rw-rw-r-- 1 bozkalayci bozkalayci 5674 Tem 4 18:44 lstate.c -rw-rw-r-- 1 bozkalayci bozkalayci 5011 Tem 4 18:44 lstate.h -rw-rw-r-- 1 bozkalayci bozkalayci 3110 Tem 4 18:44 lstring.c -rw-rw-r-- 1 bozkalayci bozkalayci 814 Tem 4 18:44 lstring.h -rw-rw-r-- 1 bozkalayci bozkalayci 23561 Tem 4 18:44 lstrlib.c -rw-rw-r-- 1 bozkalayci bozkalayci 16263 Tem 4 18:44 ltable.c -rw-rw-r-- 1 bozkalayci bozkalayci 1184 Tem 4 18:44 ltable.h -rw-rw-r-- 1 bozkalayci bozkalayci 7343 Tem 4 18:44 ltablib.c -rw-rw-r-- 1 bozkalayci bozkalayci 1650 Tem 4 18:44 ltm.c -rw-rw-r-- 1 bozkalayci bozkalayci 1018 Tem 4 18:44 ltm.h -rw-rw-r-- 1 bozkalayci bozkalayci 10163 Tem 4 18:44 lua.c -rw-rw-r-- 1 bozkalayci bozkalayci 4661 Tem 4 18:44 luac.c -rw-rw-r-- 1 bozkalayci bozkalayci 22299 Tem 4 18:44 luaconf.h -rw-rw-r-- 1 bozkalayci bozkalayci 11688 Tem 4 18:44 lua.h -rw-rw-r-- 1 bozkalayci bozkalayci 1026 Tem 4 18:44 lualib.h -rw-rw-r-- 1 bozkalayci bozkalayci 4629 Tem 4 18:44 lundump.c -rw-rw-r-- 1 bozkalayci bozkalayci 890 Tem 4 18:44 lundump.h -rw-rw-r-- 1 bozkalayci bozkalayci 23242 Tem 4 18:44 lvm.c -rw-rw-r-- 1 bozkalayci bozkalayci 1159 Tem 4 18:44 lvm.h -rw-rw-r-- 1 bozkalayci bozkalayci 1628 Tem 4 18:44 lzio.c -rw-rw-r-- 1 bozkalayci bozkalayci 1556 Tem 4 18:44 lzio.h -rw-rw-r-- 1 bozkalayci bozkalayci 6133 Tem 4 18:44 Makefile -rw-rw-r-- 1 bozkalayci bozkalayci 4944 Tem 4 18:44 print.c

./EasyCL/util: total 20 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 7 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 3106 Tem 4 18:44 easycl_stringhelper.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2086 Tem 4 18:44 easycl_stringhelper.h -rw-rw-r-- 1 bozkalayci bozkalayci 3286 Tem 4 18:44 StatefulTimer.h

./lib: total 16 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 23 Tem 4 18:44 CMakeLists.txt drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 THCl

./lib/THCl: total 476 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 2392 Tem 4 18:44 CMakeLists.txt -rw-rw-r-- 1 bozkalayci bozkalayci 1899 Tem 4 18:44 THClApply.cl -rw-rw-r-- 1 bozkalayci bozkalayci 3154 Tem 4 18:44 THClApply.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 30239 Tem 4 18:44 THClApply.h -rw-rw-r-- 1 bozkalayci bozkalayci 12708 Tem 4 18:44 THClBlas.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1702 Tem 4 18:44 THClBlas.h -rw-rw-r-- 1 bozkalayci bozkalayci 91 Tem 4 18:44 THClDeviceUtils.cl -rw-rw-r-- 1 bozkalayci bozkalayci 897 Tem 4 18:44 THClDeviceUtils.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 457 Tem 4 18:44 THClDeviceUtils.h -rw-rw-r-- 1 bozkalayci bozkalayci 2505 Tem 4 18:44 THClGather.cl -rw-rw-r-- 1 bozkalayci bozkalayci 6680 Tem 4 18:44 THClGather.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5219 Tem 4 18:44 THClGeneral.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 5034 Tem 4 18:44 THClGeneral.h -rw-rw-r-- 1 bozkalayci bozkalayci 347 Tem 4 18:44 THCl.h -rw-rw-r-- 1 bozkalayci bozkalayci 4245 Tem 4 18:44 THClKernels.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2825 Tem 4 18:44 THClKernels.h -rw-rw-r-- 1 bozkalayci bozkalayci 708 Tem 4 18:44 THClOperators.h -rw-rw-r-- 1 bozkalayci bozkalayci 3174 Tem 4 18:44 THClReduceAll.cl -rw-rw-r-- 1 bozkalayci bozkalayci 19488 Tem 4 18:44 THClReduceAll.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1450 Tem 4 18:44 THClReduceAll.h -rw-rw-r-- 1 bozkalayci bozkalayci 3588 Tem 4 18:44 THClReduceApplyUtils.cl -rw-rw-r-- 1 bozkalayci bozkalayci 8120 Tem 4 18:44 THClReduceApplyUtils.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9097 Tem 4 18:44 THClReduceApplyUtils.h -rw-rw-r-- 1 bozkalayci bozkalayci 3520 Tem 4 18:44 THClReduce.cl -rw-rw-r-- 1 bozkalayci bozkalayci 18063 Tem 4 18:44 THClReduce.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1097 Tem 4 18:44 THClReduce.h -rw-rw-r-- 1 bozkalayci bozkalayci 4426 Tem 4 18:44 THClScatter.cl -rw-rw-r-- 1 bozkalayci bozkalayci 11613 Tem 4 18:44 THClScatter.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 3946 Tem 4 18:44 THClStorageCopy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1876 Tem 4 18:44 THClStorageCopy.h -rw-rw-r-- 1 bozkalayci bozkalayci 5995 Tem 4 18:44 THClStorage.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2525 Tem 4 18:44 THClStorage.h -rw-rw-r-- 1 bozkalayci bozkalayci 9066 Tem 4 18:44 THClTensorCopy.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1562 Tem 4 18:44 THClTensorCopy.h -rw-rw-r-- 1 bozkalayci bozkalayci 27466 Tem 4 18:44 THClTensor.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8522 Tem 4 18:44 THClTensor.h -rw-rw-r-- 1 bozkalayci bozkalayci 3803 Tem 4 18:44 THClTensorIndex.cl -rw-rw-r-- 1 bozkalayci bozkalayci 11612 Tem 4 18:44 THClTensorIndex.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1377 Tem 4 18:44 THClTensorMasked.cl -rw-rw-r-- 1 bozkalayci bozkalayci 9437 Tem 4 18:44 THClTensorMasked.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 19501 Tem 4 18:44 THClTensorMath2.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 12576 Tem 4 18:44 THClTensorMathBlas.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1456 Tem 4 18:44 THClTensorMathCompare.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 1475 Tem 4 18:44 THClTensorMathCompareT.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9148 Tem 4 18:44 THClTensorMath.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 9682 Tem 4 18:44 THClTensorMath.h -rw-rw-r-- 1 bozkalayci bozkalayci 2681 Tem 4 18:44 THClTensorMathPairwise.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 8331 Tem 4 18:44 THClTensorMathPointwise.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 2990 Tem 4 18:44 THClTensorMathPointwise.h -rw-rw-r-- 1 bozkalayci bozkalayci 5274 Tem 4 18:44 THClTensorMathScan.cl -rw-rw-r-- 1 bozkalayci bozkalayci 12007 Tem 4 18:44 THClTensorMathScan.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 4218 Tem 4 18:44 THClTensorMathTransformReduce.cl -rw-rw-r-- 1 bozkalayci bozkalayci 12141 Tem 4 18:44 THClTensorMathTransformReduce.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 373 Tem 4 18:44 THClTypeParseTraits.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 420 Tem 4 18:44 THClTypeParseTraits.h

./rocks: total 12 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 607 Tem 4 18:44 cltorch-scm-1.rockspec

./test: total 76 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 1502 Tem 4 18:44 cltorch-unit-storage.lua -rw-rw-r-- 1 bozkalayci bozkalayci 24544 Tem 4 18:44 cltorch-unit-tensor.lua -rw-rw-r-- 1 bozkalayci bozkalayci 1675 Tem 4 18:44 test-copy.lua -rw-rw-r-- 1 bozkalayci bozkalayci 519 Tem 4 18:44 test-device.lua -rw-rw-r-- 1 bozkalayci bozkalayci 609 Tem 4 18:44 test-perf.lua -rw-rw-r-- 1 bozkalayci bozkalayci 146 Tem 4 18:44 test-save.lua -rw-rw-r-- 1 bozkalayci bozkalayci 971 Tem 4 18:44 test-storage.lua -rw-rw-r-- 1 bozkalayci bozkalayci 19053 Tem 4 18:44 test-tensor.lua

./thirdparty: total 76 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 67350 Tem 4 18:44 luaunit.lua

./torch: total 20 drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 generic -rw-rw-r-- 1 bozkalayci bozkalayci 1266 Tem 4 18:44 utils.c -rw-rw-r-- 1 bozkalayci bozkalayci 1172 Tem 4 18:44 utils.h

./torch/generic: total 60 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 3 bozkalayci bozkalayci 4096 Tem 4 18:44 .. -rw-rw-r-- 1 bozkalayci bozkalayci 8927 Tem 4 18:44 Storage.cpp -rw-rw-r-- 1 bozkalayci bozkalayci 40258 Tem 4 18:44 Tensor.c

./util: total 16 drwxrwxr-x 2 bozkalayci bozkalayci 4096 Tem 4 18:44 . drwxrwxr-x 12 bozkalayci bozkalayci 4096 Tem 6 11:01 .. -rw-rw-r-- 1 bozkalayci bozkalayci 5258 Tem 4 18:44 port.py

xonobo commented 9 years ago

calling "git init" in the cltorch directory solved the issue.

hughperkins commented 9 years ago

Ok, cool :-) The way I would do it personally I think would be:

git clone --recursive https://github.com/hughperkins/cltorch.git
cd cltorch
luarocks make rocks/cltorch-scm-1.rock

However, this might still cause a network issue, since hte makefile forces a git submodule update, which you could fix, by commenitng out lines 60-72 of CMakeLists.txt.

xonobo commented 9 years ago

Updated the source code with the latest one (in order to get test routines). Now get this


luarocks make rocks/cltorch-scm-1.rockspec

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/home/bozkalayci/torch-distro/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/bozkalayci/torch-distro/install/lib/luarocks/rocks/cltorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Found Torch7 in /home/bozkalayci/torch-distro/install /home/bozkalayci/torch-distro/updates/cltorch/build /home/bozkalayci/torch-distro/updates/cltorch On branch master

Initial commit

Untracked files: (use "git add ..." to include in what will be committed)

.gitignore
.gitmodules
CMakeLists.txt
CMakeModules/
EasyCL/
LICENSE
README.md
Random.lua
Storage.cpp
Tensor.c
Tensor.lua
TensorMath.lua
TensorOperator.c
Test.lua
clMathLibraries/
doc/
init.cpp
init.lua
lib/
rocks/
run-test-copy.sh
run-test-device.sh
run-test-perf.sh
run-test-storage.sh
run-test-tensor.sh
run-unit-storage.lua
run-unit-tensor.lua
share
test/
thirdparty/
torch/
util/

nothing added to commit but untracked files present (use "git add" to track) CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CLBLAS_INCLUDE_DIRS /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src;/home/bozkalayci/torch-distro/updates/cltorch/EasyCL/thirdparty/clew/include/proxy-opencl DEEPCL_LIBRARIES /home/bozkalayci/torch-distro/install/lib/libEasyCL.so;/home/bozkalayci/torch-distro/install/lib/libclew.so git version 1.9.1 -- Configuring done -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch/build [ 1%] Scanning dependencies of target git_cltorch_rec Scanning dependencies of target easycl_delete_stamp Generating TensorMath.c default default default default default default default default default [ 1%] default
Built target easycl_delete_stamp [ 1%] Built target git_cltorch_rec Scanning dependencies of target clBLAS-external Scanning dependencies of target EasyCL-external Scanning dependencies of target cltorch_static [ 5%] [ 5%] Creating directories for 'clBLAS-external' Creating directories for 'EasyCL-external' [ 7%] [ 8%] [ 10%] [ 12%] [ 14%] [ 16%] Building CXX object CMakeFiles/cltorch_static.dir/Storage.cpp.o Building C object CMakeFiles/cltorch_static.dir/TensorMath.c.o Building C object CMakeFiles/cltorch_static.dir/torch/utils.c.o Building CXX object CMakeFiles/cltorch_static.dir/init.cpp.o Building C object CMakeFiles/cltorch_static.dir/TensorOperator.c.o Building C object CMakeFiles/cltorch_static.dir/Tensor.c.o [ 17%] No download step for 'EasyCL-external' [ 19%] No download step for 'clBLAS-external' [ 23%] [ 23%] [ 25%] No update step for 'EasyCL-external' No patch step for 'EasyCL-external' [ 26%] No update step for 'clBLAS-external' No patch step for 'clBLAS-external' [ 28%] Performing configure step for 'EasyCL-external' [ 30%] Performing configure step for 'clBLAS-external' loading initial cache file /home/bozkalayci/torch-distro/updates/cltorch/build/EasyCL/tmp/EasyCL-external-cache.cmake loading initial cache file /home/bozkalayci/torch-distro/updates/cltorch/build/clBLAS/tmp/clBLAS-external-cache.cmake -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- The Fortran compiler identification is GNU -- The C compiler identification is GNU 4.8.2 -- Detecting CXX compiler ABI info - done -- Configuring done -- The CXX compiler identification is GNU 4.8.2 -- Check for working Fortran compiler: /usr/bin/f95 -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch/build/EasyCL/src/EasyCL-external-build [ 32%] Performing build step for 'EasyCL-external' Scanning dependencies of target CLEW -- Check for working Fortran compiler: /usr/bin/f95 -- works -- Detecting Fortran compiler ABI info [ 2%] Building C object CMakeFiles/CLEW.dir/thirdparty/clew/src/clew.c.o -- Detecting Fortran compiler ABI info - done -- Checking whether /usr/bin/f95 supports Fortran 90 Linking C static library libCLEW.a [ 2%] Built target CLEW Scanning dependencies of target gpuinfo Scanning dependencies of target EasyCL -- Checking whether /usr/bin/f95 supports Fortran 90 -- yes -- Check for working C compiler: /usr/bin/cc [ 4%] [ 6%] [ 11%] [ 11%] Building CXX object CMakeFiles/gpuinfo.dir/platforminfo_helper.cpp.o Building CXX object CMakeFiles/gpuinfo.dir/gpuinfo.cpp.o Building CXX object CMakeFiles/gpuinfo.dir/DeviceInfo.cpp.o Building CXX object CMakeFiles/gpuinfo.dir/deviceinfo_helper.cpp.o -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info [ 13%] [ 17%] [ 17%] [ 20%] [ 22%] [ 24%] [ 26%] [ 28%] [ 31%] [ 33%] [ 35%] Building CXX object CMakeFiles/EasyCL.dir/platforminfo_helper.cpp.o [ 37%] Building CXX object CMakeFiles/EasyCL.dir/util/easycl_stringhelper.cpp.o Building CXX object CMakeFiles/EasyCL.dir/DeviceInfo.cpp.o Building CXX object CMakeFiles/EasyCL.dir/CLKernel.cpp.o Building CXX object CMakeFiles/EasyCL.dir/CLWrapper.cpp.o Building CXX object CMakeFiles/EasyCL.dir/DevicesInfo.cpp.o [ 40%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lbaselib.c.o Building CXX object CMakeFiles/EasyCL.dir/EasyCL.cpp.o [ 42%] [ 44%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lcode.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lapi.c.o [ 46%] [ 48%] [ 51%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lauxlib.c.o Building CXX object CMakeFiles/EasyCL.dir/deviceinfo_helper.cpp.o [ 53%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ldblib.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ldo.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lgc.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lfunc.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/linit.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ldebug.c.o [ 55%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ldump.c.o [ 57%] [ 60%] [ 62%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/liolib.c.o [ 64%] [ 66%] -- Detecting CXX compiler ABI info - done Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/llex.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lmathlib.c.o [ 68%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/loadlib.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lmem.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lopcodes.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lobject.c.o -- Target platform: 64-bit -- Found OPENCL: /home/bozkalayci/torch-distro/install/lib/libclew.so
[ 71%] -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:492 ] _boost_TEST_VERSIONS = 1.44.0;1.44;1.47.0;1.47;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33 -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:494 ] Boost_USE_MULTITHREADED = ON -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:496 ] Boost_USE_STATIC_LIBS = ON -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:498 ] Boost_USE_STATIC_RUNTIME = -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:500 ] Boost_ADDITIONAL_VERSIONS = 1.44.0;1.44;1.47.0;1.47 -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:502 ] Boost_NO_SYSTEM_PATHS = -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:554 ] Declared as CMake or Environmental Variables: -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:556 ] BOOST_ROOT = -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:558 ] BOOST_INCLUDEDIR = -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:560 ] BOOST_LIBRARYDIR = -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:562 ] _boost_TEST_VERSIONS = 1.44.0;1.44;1.47.0;1.47;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33 Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/loslib.c.o -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:631 ] Include debugging info: -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:633 ] _boost_INCLUDE_SEARCH_DIRS = PATHS;C:/boost/include;C:/boost;/sw/local/include -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:635 ] _boost_PATH_SUFFIXES = boost-1_44_0;boost_1_44_0;boost/boost-1_44_0;boost/boost_1_44_0;boost-1_44;boost_1_44;boost/boost-1_44;boost/boost_1_44;boost-1_47_0;boost_1_47_0;boost/boost-1_47_0;boost/boost_1_47_0;boost-1_47;boost_1_47;boost/boost-1_47;boost/boost_1_47;boost-1_56_0;boost_1_56_0;boost/boost-1_56_0;boost/boost_1_56_0;boost-1_56;boost_1_56;boost/boost-1_56;boost/boost_1_56;boost-1_55_0;boost_1_55_0;boost/boost-1_55_0;boost/boost_1_55_0;boost-1_55;boost_1_55;boost/boost-1_55;boost/boost_1_55;boost-1_54_0;boost_1_54_0;boost/boost-1_54_0;boost/boost_1_54_0;boost-1_54;boost_1_54;boost/boost-1_54;boost/boost_1_54;boost-1_53_0;boost_1_53_0;boost/boost-1_53_0;boost/boost_1_53_0;boost-1_53;boost_1_53;boost/boost-1_53;boost/boost_1_53;boost-1_52_0;boost_1_52_0;boost/boost-1_52_0;boost/boost_1_52_0;boost-1_52;boost_1_52;boost/boost-1_52;boost/boost_1_52;boost-1_51_0;boost_1_51_0;boost/boost-1_51_0;boost/boost_1_51_0;boost-1_51;boost_1_51;boost/boost-1_51;boost/boost_1_51;boost-1_50_0;boost_1_50_0;boost/boost-1_50_0;boost/boost_1_50_0;boost-1_50;boost_1_50;boost/boost-1_50;boost/boost_1_50;boost-1_49_0;boost_1_49_0;boost/boost-1_49_0;boost/boost_1_49_0;boost-1_49;boost_1_49;boost/boost-1_49;boost/boost_1_49;boost-1_48_0;boost_1_48_0;boost/boost-1_48_0;boost/boost_1_48_0;boost-1_48;boost_1_48;boost/boost-1_48;boost/boost_1_48;boost-1_47_0;boost_1_47_0;boost/boost-1_47_0;boost/boost_1_47_0;boost-1_47;boost_1_47;boost/boost-1_47;boost/boost_1_47;boost-1_46_1;boost_1_46_1;boost/boost-1_46_1;boost/boost_1_46_1;boost-1_46_0;boost_1_46_0;boost/boost-1_46_0;boost/boost_1_46_0;boost-1_46;boost_1_46;boost/boost-1_46;boost/boost_1_46;boost-1_45_0;boost_1_45_0;boost/boost-1_45_0;boost/boost_1_45_0;boost-1_45;boost_1_45;boost/boost-1_45;boost/boost_1_45;boost-1_44_0;boost_1_44_0;boost/boost-1_44_0;boost/boost_1_44_0;boost-1_44;boost_1_44;boost/boost-1_44;boost/boost_1_44;boost-1_43_0;boost_1_43_0;boost/boost-1_43_0;boost/boost_1_43_0;boost-1_43;boost_1_43;boost/boost-1_43;boost/boost_1_43;boost-1_42_0;boost_1_42_0;boost/boost-1_42_0;boost/boost_1_42_0;boost-1_42;boost_1_42;boost/boost-1_42;boost/boost_1_42;boost-1_41_0;boost_1_41_0;boost/boost-1_41_0;boost/boost_1_41_0;boost-1_41;boost_1_41;boost/boost-1_41;boost/boost_1_41;boost-1_40_0;boost_1_40_0;boost/boost-1_40_0;boost/boost_1_40_0;boost-1_40;boost_1_40;boost/boost-1_40;boost/boost_1_40;boost-1_39_0;boost_1_39_0;boost/boost-1_39_0;boost/boost_1_39_0;boost-1_39;boost_1_39;boost/boost-1_39;boost/boost_1_39;boost-1_38_0;boost_1_38_0;boost/boost-1_38_0;boost/boost_1_38_0;boost-1_38;boost_1_38;boost/boost-1_38;boost/boost_1_38;boost-1_37_0;boost_1_37_0;boost/boost-1_37_0;boost/boost_1_37_0;boost-1_37;boost_1_37;boost/boost-1_37;boost/boost_1_37;boost-1_36_1;boost_1_36_1;boost/boost-1_36_1;boost/boost_1_36_1;boost-1_36_0;boost_1_36_0;boost/boost-1_36_0;boost/boost_1_36_0;boost-1_36;boost_1_36;boost/boost-1_36;boost/boost_1_36;boost-1_35_1;boost_1_35_1;boost/boost-1_35_1;boost/boost_1_35_1;boost-1_35_0;boost_1_35_0;boost/boost-1_35_0;boost/boost_1_35_0;boost-1_35;boost_1_35;boost/boost-1_35;boost/boost_1_35;boost-1_34_1;boost_1_34_1;boost/boost-1_34_1;boost/boost_1_34_1;boost-1_34_0;boost_1_34_0;boost/boost-1_34_0;boost/boost_1_34_0;boost-1_34;boost_1_34;boost/boost-1_34;boost/boost_1_34;boost-1_33_1;boost_1_33_1;boost/boost-1_33_1;boost/boost_1_33_1;boost-1_33_0;boost_1_33_0;boost/boost-1_33_0;boost/boost_1_33_0;boost-1_33;boost_1_33;boost/boost-1_33;boost/boost_1_33 -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:655 ] location of version.hpp: /usr/local/include/boost/version.hpp -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:679 ] version.hpp reveals boost 1.57.0 [ 73%] -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:755 ] guessed _boost_COMPILER = -gcc48 -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:765 ] _boost_MULTITHREADED = -mt -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:808 ] _boost_RELEASE_ABI_TAG = - -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:810 ] _boost_DEBUG_ABI_TAG = -d -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:859 ] _boost_LIBRARY_SEARCH_DIRS = /usr/local/include/lib;/usr/local/include/../lib;/usr/local/include/../lib/x86_64-linux-gnu;/usr/local/include/stage/lib;PATHS;C:/boost/lib;C:/boost;/sw/local/lib -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:947 ] Searching for PROGRAM_OPTIONS_LIBRARY_RELEASE: boost_program_options-gcc48-mt-1_57;boost_program_options-gcc48-mt;boost_program_options-mt-1_57;boost_program_options-mt;boost_program_options -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:983 ] Searching for PROGRAM_OPTIONS_LIBRARY_DEBUG: boost_program_options-gcc48-mt-d-1_57;boost_program_options-gcc48-mt-d;boost_program_options-mt-d-1_57;boost_program_options-mt-d;boost_program_options-mt;boost_program_options [ 75%] -- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:1034 ] Boost_FOUND = 1 -- Boost version: 1.57.0 -- Found the following Boost libraries: -- program_options -- Boost_PROGRAM_OPTIONS_LIBRARY: /usr/local/lib/libboost_program_options.a Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lparser.c.o [ 77%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lstate.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lstring.c.o [ 80%] [ 82%] -- Configuring done [ 84%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lstrlib.c.o [ 86%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ltable.c.o [ 88%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ltablib.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/ltm.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lundump.c.o [ 91%] [ 93%] [ 95%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lvm.c.o Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/lzio.c.o [ 97%] Building C object CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/print.c.o [100%] Building CXX object CMakeFiles/EasyCL.dir/templates/TemplatedKernel.cpp.o Building CXX object CMakeFiles/EasyCL.dir/templates/LuaTemplater.cpp.o -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch/build/clBLAS/src/clBLAS-external-build [ 33%] Performing build step for 'clBLAS-external' Scanning dependencies of target tplgen [ 0%] Creating directories for 'tplgen' [ 1%] Performing download step (DIR copy) for 'tplgen' [ 2%] [ 2%] No patch step for 'tplgen' No update step for 'tplgen' [ 2%] Performing configure step for 'tplgen' -- The C compiler identification is GNU 4.8.2 -- The CXX compiler identification is GNU 4.8.2 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info Linking CXX static library libcltorch.a -- Detecting C compiler ABI info - done [ 33%] Built target cltorch_static -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Configuring done -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch/build/clBLAS/src/clBLAS-external-build/library/tplgen-prefix/src/tplgen-build [ 3%] Performing build step for 'tplgen' Scanning dependencies of target tplgen [100%] Building CXX object CMakeFiles/tplgen.dir/tplgen.cpp.o Linking CXX executable tplgen [100%] Built target tplgen [ 4%] No install step for 'tplgen' Linking CXX executable gpuinfo [ 4%] Completed 'tplgen' [ 4%] Built target tplgen Scanning dependencies of target GENERATE_CLT TPLGEN Running..... Processing gemm.cl Processing gemm_helper.cl Processing gbmv.cl Processing ger.cl Processing her.cl Processing symm_helper.cl Processing syr2_her2.cl Processing syr_her.cl Processing trsv.cl Processing her2.cl Processing symm.cl Processing syr2.cl Processing syr.cl Processing trmv.cl Processing trsv_gemv.cl Processing swap.cl [100%] Built target gpuinfo Processing scal.cl Processing copy.cl Processing axpy.cl Processing dot.cl Processing reduction.cl Processing rotg.cl Processing rotmg.cl Processing rotm.cl Processing iamax.cl Processing nrm2.cl Processing asum.cl [ 4%] Built target GENERATE_CLT Scanning dependencies of target tune Scanning dependencies of target clBLAS [ 4%] [ 4%] [ 5%] Building C object library/tools/tune/CMakeFiles/tune.dir/tune.c.o [ 6%] [ 6%] [ 6%] Building C object library/tools/tune/CMakeFiles/tune.dir/toolslib.c.o [ 7%] Building C object library/tools/tune/CMakeFiles/tune.dir/fileio.c.o [ 7%] [ 8%] [ 8%] Building C object library/tools/tune/CMakeFiles/tune.dir/storage_init.c.o [ 8%] Building C object library/tools/tune/CMakeFiles/tune.dir/subdim.c.o Building C object library/tools/tune/CMakeFiles/tune.dir/storage_data.c.o [ 9%] Building C object library/tools/tune/CMakeFiles/tune.dir/storage_io.c.o [ 9%] [ 9%] Building C object library/tools/tune/CMakeFiles/tune.dir/dimension.c.o [ 10%] [ 11%] [ 12%] Building C object library/tools/tune/CMakeFiles/tune.dir/__//blas/generic/blas_funcs.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/common.c.o [ 12%] [ 12%] [ 13%] [ 13%] [ 13%] Building C object library/CMakeFiles/clBLAS.dir/common/list.c.o [ 13%] Building C object library/CMakeFiles/clBLAS.dir/common/kern_cache.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/init.c.o Building C object library/CMakeFiles/clBLAS.dir/common/clkern.c.o Building C object library/CMakeFiles/clBLAS.dir/common/kgen_guard.c.o [ 13%] [ 13%] [ 14%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/impl.c.o [ 15%] [ 16%] Building C object library/CMakeFiles/clBLAS.dir/common/kerngen_core.c.o Building C object library/CMakeFiles/clBLAS.dir/common/kgen_basic.c.o Building C object library/CMakeFiles/clBLAS.dir/common/devinfo-cache.c.o Building C object library/CMakeFiles/clBLAS.dir/common/misc.c.o Building C object library/CMakeFiles/clBLAS.dir/common/devinfo.c.o Building C object library/CMakeFiles/clBLAS.dir/common/mutex.c.o Building C object library/CMakeFiles/clBLAS.dir/common/trace_malloc.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/scimage.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/events.c.o Building C object library/CMakeFiles/clBLAS.dir/common/kgen_loop_helper.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/init.c.o Building C object library/CMakeFiles/clBLAS.dir/common/gens/dblock_kgen.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c: In function ‘getDimension’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c:85:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (dt) { ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/subdim.c: In function ‘getDataTypeSize’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/subdim.c:48:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (dataType) { ^ [ 16%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c: In function ‘initCLBlasKArgDim’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c:629:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (mi->dtype) ^ [ 17%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c: In function ‘logExtra’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c:1165:9: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (bExtra->dtype) ^ [ 17%] [ 18%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/matrix_dims.c.o [ 19%] [ 19%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/matrix_props.c.o [ 19%] [ 20%] Building C object library/CMakeFiles/clBLAS.dir/blas/scimage.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/impl.c.o [ 20%] [ 20%] [ 20%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/tile_iter.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xgemv.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/decomposition.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/tile.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/blas_subgroup.c.o [ 20%] [ 21%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsymv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xgemm.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/blas_kgen.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gen_helper.c.o [ 22%] [ 22%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrsm.c.o [ 22%] [ 23%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrmm.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xsyrk.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr2k.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘TransposeKernel’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:171:5: warning: implicit declaration of function ‘sprintf’ [-Wimplicit-function-declaration] sprintf(tmp, "// micro tile size is 4 x 4 \n"); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:171:5: warning: incompatible implicit declaration of built-in function ‘sprintf’ [enabled by default] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:120:10: warning: unused parameter ‘extra’ [-Wunused-parameter] void extra) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘transposeMemObject’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:453:17: warning: unused parameter ‘order’ [-Wunused-parameter] clblasOrder order, ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:460:16: warning: unused parameter ‘context’ [-Wunused-parameter] cl_context context, ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:461:13: warning: unused parameter ‘numCommandQueues’ [-Wunused-parameter] cl_uint numCommandQueues, ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:463:13: warning: unused parameter ‘numEventsInWaitList’ [-Wunused-parameter] cl_uint numEventsInWaitList, ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:464:21: warning: unused parameter ‘eventWaitList’ [-Wunused-parameter] const cl_event eventWaitList, ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:465:15: warning: unused parameter ‘events’ [-Wunused-parameter] cl_event events) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘clblasSgemm’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:604:12: warning: unused variable ‘transposed_A_host’ [-Wunused-variable] float transposed_A_host; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘calcMergeStepSubgrN’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:89:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch(dtype){ ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘declareSubgrLDS’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:194:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch(dtype){ ^ [ 24%] [ 24%] [ 24%] [ 25%] [ 25%] [ 26%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/tilemul.c.o [ 26%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrmv.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gen_init.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/fetch.c.o [ 27%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsymm.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gemv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xtrsv.c.o [ 28%] Building C object library/CMakeFiles/clBLAS.dir/blas/xgemm2.c.o [ 28%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/symv.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gemm.c.o [ 28%] [ 28%] [ 29%] Building C object library/CMakeFiles/clBLAS.dir/blas/xger.c.o [ 29%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘transposeMemObject’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:520:8: warning: ‘transpose_kernel’ may be used uninitialized in this function [-Wmaybe-uninitialized] if (transpose_kernel == NULL) ^ [ 30%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr2.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trmm.c.o [ 30%] [ 31%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr.c.o [ 31%] [ 31%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trsm.c.o [ 32%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/syrxk.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xher.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xsymm.c: In function ‘doSymm’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xsymm.c:238:9: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch(kargs->dtype) ^ Building C object library/CMakeFiles/clBLAS.dir/blas/xher2.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c: In function ‘blockCheckCalcDecomp’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c:1119:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < ( (pgran->maxWorkGroupSize) / (pgran->wfSize) ); i++) ^ Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trxm_common.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xhemv.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm2.c:180:1: warning: ‘doGemm’ defined but not used [-Wunused-function] doGemm( ^ [ 33%] [ 33%] [ 33%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xtrsv.c: In function ‘doTrsv.part.2’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/xtrsv.c:341:12: warning: ‘err’ may be used uninitialized in this function [-Wmaybe-uninitialized] cl_int err = clblasNotImplemented; ^ Building C object library/CMakeFiles/clBLAS.dir/blas/xherk.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trsm_kgen.c.o [ 34%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c: In function ‘trmmGetDefaultDecomp’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: cast to pointer from integer of different size -Wint-to-pointer-castsubdimsNum; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: statement with no effect [-Wunused-value] Building C object library/CMakeFiles/clBLAS.dir/blas/xhemm.c.o [ 35%] [ 35%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/xxmv_common.c.o [ 35%] Building C object library/CMakeFiles/clBLAS.dir/blas/xspmv.c.o [ 35%] [ 36%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/blas_kgen_legacy.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xhpmv.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/gen_helper_legacy.c.o [ 37%] [ 37%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtbmv.c.o [ 37%] [ 37%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trxm_common_legacy.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xgbmv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xshbmv.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trsm_kgen_legacy.c.o [ 38%] [ 39%] [ 39%] [ 39%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtbsv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xher2k.c.o [ 40%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/blkmul.c.o [ 40%] [ 41%] [ 42%] [ 42%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/gemm_lds.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xswap.c.o [ 42%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/gemm_img.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trmm_img.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xscal.c.o [ 43%] [ 44%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trmm_lds.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trsm_lds.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trsm_img.c.o [ 44%] Building C object library/CMakeFiles/clBLAS.dir/blas/xcopy.c.o [ 44%] Building C object library/CMakeFiles/clBLAS.dir/blas/xdot.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/xaxpy.c.o [ 45%] [ 45%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/legacy/trsm_cached_lds.c.o [ 45%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotg.c.o [ 45%] Building C object library/tools/tune/CMakeFiles/tune.dir///common/devinfo.c.o [ 46%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotmg.c.o [ 47%] [ 47%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrot.c.o [ 47%] [ 48%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotm.c.o [ 49%] Building C object library/tools/tune/CMakeFiles/tune.dir///common/kern_cache.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/list.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/mutex.c.o [ 49%] [ 50%] [ 50%] [ 50%] Building C object library/CMakeFiles/clBLAS.dir/blas/ixamax.c.o [ 51%] [ 51%] Building C object library/CMakeFiles/clBLAS.dir/blas/xnrm2.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/kgen_basic.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/kgen_loop_helper.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/kerngen_core.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/generic/common.c.o [ 51%] Building C object library/CMakeFiles/clBLAS.dir/blas/xasum.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/generic/blas_funcs.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c: In function ‘genUpdateResult’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1347:36: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized] declareDiagUpresIndexedVars(ctx, typeName, "betaNew", size); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1230:29: note: ‘size’ was declared here unsigned int i, j, nops,size; ^ [ 52%] [ 52%] [ 53%] [ 54%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/matrix_props.c.o [ 54%] [ 54%] [ 55%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/events.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/generic/matrix_dims.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/misc.c.o [ 55%] [ 56%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/kdump.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/kgen_guard.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_assert.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/clkern.c.o [ 56%] [ 57%] [ 57%] Building C object library/tools/tune/CMakeFiles/tune.dir///common/trace_malloc.c.o [ 57%] [ 57%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/problem_iter.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_seq_make.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///common/gens/dblock_kgen.c.o [ 58%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_seq.c.o [ 59%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/kernel_extra.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/solution_seq_make.c.o [ 59%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gen_init.c.o [ 60%] [ 60%] [ 60%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/solution_assert.c.o [ 61%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/problem_iter.c.o [ 62%] [ 62%] [ 62%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/blas_subgroup.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/blas_kgen.c.o [ 63%] [ 63%] Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/solution_seq.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/kernel_extra.c.o Building C object library/tools/tune/CMakeFiles/tune.dir///blas/generic/kdump.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gen_helper.c.o [ 64%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trmv_reg.cpp.o [ 64%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/ger_lds.cpp.o [ 65%] [ 65%] [ 65%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/fetch.c.o [ 66%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tile.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tilemul.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘getDefaultStepGranulation’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:1497:6: warning: variable ‘vecLen’ set but not used [-Wunused-but-set-variable] int vecLen; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeTRXMStep’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2033:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (kargs->dtype) { ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeSYR2KStep’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2319:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (kargs->dtype) { ^ [ 66%] [ 67%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tile_iter.c.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trsv_trtri.cpp.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/trsv_gemv.cpp.o [ 68%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gemv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/decomposition.c.o [ 68%] [ 68%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘calcMergeStepSubgrN’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:89:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch(dtype){ ^ [ 68%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘declareSubgrLDS’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:194:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch(dtype){ ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘getDefaultStepGranulation’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:1497:6: warning: variable ‘vecLen’ set but not used [-Wunused-but-set-variable] int vecLen; ^ Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/kprintf.cpp.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeTRXMStep’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2033:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (kargs->dtype) { ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeSYR2KStep’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2319:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (kargs->dtype) { ^ [ 69%] [ 70%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/symm_cached.cpp.o [ 70%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/syr_lds.cpp.o [ 70%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/symv.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gemm.c.o [ 71%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gemm_cached.cpp.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gemm_tail_cached.cpp.o [ 72%] [ 72%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/syr2_lds.cpp.o [ 72%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/her_lds.cpp.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trmm.c.o [ 72%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trsm.c.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/her2_lds.cpp.o [ 73%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/gbmv.cpp.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/syrxk.c.o [ 73%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c: In function ‘blockCheckCalcDecomp’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c:1119:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < ( (pgran->maxWorkGroupSize) / (pgran->wfSize) ); i++) ^ Building C object library/tools/tune/CMakeFiles/tune.dir///blas/gens/tuned_numbers.c.o Linking CXX shared library libEasyCL.so [ 74%] [ 75%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c: In function ‘trmmGetDefaultDecomp’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: cast to pointer from integer of different size -Wint-to-pointer-castsubdimsNum; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: statement with no effect [-Wunused-value] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trxm_common.c.o [ 75%] [ 75%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/swap_reg.cpp.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/scal_reg.cpp.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trsm_kgen.c.o [ 75%] In file included from /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:17:0: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:34:5: warning: type of bit-field ‘ITEMY’ is a GCC extension [-Wpedantic] unsigned char ITEMY:7; // Not more than 8 ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:35:5: warning: type of bit-field ‘ITEMX’ is a GCC extension [-Wpedantic] unsigned char ITEMX:7; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:36:5: warning: type of bit-field ‘useBarrier’ is a GCC extension [-Wpedantic] unsigned char useBarrier:1; ^ Building C object library/CMakeFiles/clBLAS.dir/blas/gens/xxmv_common.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:384:54: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:385:49: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( blockSize, "%" SPREFIX "u", BLOCKSIZE ); ^ [ 76%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMUL(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:513:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:588:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleVMAD_AND_REDUCE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:700:9: warning: unused variable ‘vwidth’ [-Wunused-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD_AND_REDUCE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:780:9: warning: unused variable ‘vwidth’ [-Wunused-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleDIV(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:909:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleAlignedVSTORE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1068:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable] char * ptr, _id1, id2, id3; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handlePredicate(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1105:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable] char * ptr, id1; ^ CMakeFiles/EasyCL.dir/thirdparty/lua-5.1.5/src/loslib.c.o: In function os_tmpname': /home/bozkalayci/torch-distro/updates/cltorch/EasyCL/thirdparty/lua-5.1.5/src/loslib.c:60: warning: the use oftmpnam' is dangerous, better use `mkstemp' Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/blas_kgen_legacy.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleReductionFramework(char, char, REDUCTION_TYPE)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] [100%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] Built target EasyCL /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:418:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETHEIGHT_S, "%" SPREFIX "u", TARGETHEIGHT ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:420:65: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TRIANGLE_HEIGHT_S, "%" SPREFIX "u", subdims->y ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:436:60: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETROWS_S, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:437:59: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETWIDTH_S, "%" SPREFIX "u", TARGETWIDTH ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:438:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( NLOOPS_S, "%" SPREFIX "u", NLOOPS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:285:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( bhStr, "%" SPREFIX "u", BH ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:286:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( bwStr, "%" SPREFIX "u", BW ); ^ [ 76%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:116:13: warning: variable ‘nrDims’ set but not used [-Wunused-but-set-variable] int nrDims; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: At global scope: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:94:1: warning: unused parameter ‘extra’ [-Wunused-parameter] calcNrThreads( ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:15: warning: variable ‘X’ set but not used [-Wunused-but-set-variable] size_t Y, X, BLOCKSIZE, ITEMX, ITEMY; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:18: warning: variable ‘BLOCKSIZE’ set but not used [-Wunused-but-set-variable] size_t Y, X, BLOCKSIZE, ITEMX, ITEMY; ^ Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gen_helper_legacy.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrlds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:356:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs _blasArgs; ^ [ 35%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity_, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:196:35: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(width, "%" SPREFIX "u", Y); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:197:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemy, "%" SPREFIX "u", ITEMY); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:198:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemx, "%" SPREFIX "u", ITEMX); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:199:73: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemy_by_width, "%" SPREFIX "u", (size_t) ITEMY/kextra->vecLenA); ^ [ 77%] [ 78%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/copy_reg.cpp.o Performing install step for 'EasyCL-external' [ 78%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:207:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable] const CLBLASKernExtra extra; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:304:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2lds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:354:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trxm_common_legacy.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2lds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, cl_ulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:360:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/axpy_reg.cpp.o [ 78%] [ 78%] [ 79%] [ 80%] [ 80%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_kgen_legacy.c.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/reduction.cpp.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/rotg_reg.cpp.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/blkmul.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:204:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable] const CLBLASKernExtra extra; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:303:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c: In function ‘genUpdateResult’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1347:36: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized] declareDiagUpresIndexedVars(ctx, typeName, "betaNew", size); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1230:29: note: ‘size’ was declared here unsigned int i, j, nops,size; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/herlds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, cl_ulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:350:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/dot.cpp.o [ 80%] [ 81%] [ 81%] In file included from /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_tail_cached.cpp:31:0: /home/bozkalayci/torch-distro/updates/cltorch/build/clBLAS/src/clBLAS-external-build/include/gemm.clT:1135:20: warning: ‘GEMM_TN_KERNEL’ defined but not used [-Wunused-variable] static const char GEMM_TN_KERNEL = "\ ^ Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gemm_lds.c.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/rotm_reg.cpp.o [ 82%] [ 2%] Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/rotmg_reg.cpp.o Built target CLEW Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gemm_img.c.o [ 82%] [ 83%] [ 83%] [ 83%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c: In function ‘bestBlockSizeForDevice’: make[5]: * Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/iamax.cpp.o No rule to make target /home/bozkalayci/torch-distro/install/lib/libclew.so', needed bystaging/clBLAS-tune'. Stop. make[5]: * Waiting for unfinished jobs.... /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:398:10: warning: ‘currCall’ may be used uninitialized in this function [-Wmaybe-uninitialized] temp = bestBlockSizes [ (kDevice->ident).chip ] [kargs->dtype] [currCall]; ^ Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trmm_lds.c.o [ 84%] [ 11%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trmm_img.c.o Built target gpuinfo Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/nrm2.cpp.o Building CXX object library/tools/tune/CMakeFiles/tune.dir///blas/gens/asum.cpp.o [ 85%] [ 85%] [100%] [ 86%] Built target EasyCL Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_lds.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_img.c.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_cached_lds.c.o Install the project... [ 86%] [ 87%] [ 88%] [ 88%] [ 88%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trmv_reg.cpp.o -- Install configuration: "RelWithDebInfo" -- Installing: /home/bozkalayci/torch-distro/install/lib/libEasyCL.so -- Installing: /home/bozkalayci/torch-distro/install/include/easycl -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/templates -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/templates/LuaTemplater.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/templates/TemplatedKernel.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/clew.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLIntWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/deprecated.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/deviceinfo_helper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/EasyCL_export.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArrayInt.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLFloatWrapperConst.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/util -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/util/easycl_stringhelper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/util/StatefulTimer.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLFloatWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/DeviceInfo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArrayFloat.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/DevicesInfo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLKernel.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLKernel_structs.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/EasyCL.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/platforminfo_helper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLUCharWrapper.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest/gtest -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest/gtest/gtest.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp/cogapp -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp/cogapp/__pycache -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/include -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/include/clew.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/clewTest -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/src -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5 -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lmem.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ltable.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lualib.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lstring.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lstate.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/llimits.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ldebug.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lopcodes.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lfunc.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lvm.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lcode.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lundump.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lzio.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/llex.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lobject.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lauxlib.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/luaconf.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lua.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ldo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lparser.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ltm.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lgc.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lapi.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/ICLArray.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArray.h Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trsv_gemv.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trsv_trtri.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/ger_lds.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/kprintf.cpp.o [ 37%] [ 88%] Completed 'EasyCL-external' [ 88%] [ 89%] [ 90%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/syr_lds.cpp.o [ 90%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/syr2_lds.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/her_lds.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/her2_lds.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/symm_cached.cpp.o [ 91%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gemm_cached.cpp.o [ 37%] Built target EasyCL-external [ 91%] [ 92%] [ 92%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gemm_tail_cached.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gbmv.cpp.o Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tuned_numbers.c.o [ 92%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/swap_reg.cpp.o [ 93%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/scal_reg.cpp.o [ 94%] [ 94%] [ 94%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/copy_reg.cpp.o In file included from /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:17:0: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:34:5: warning: type of bit-field ‘ITEMY’ is a GCC extension [-Wpedantic] unsigned char ITEMY:7; // Not more than 8 ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:35:5: warning: type of bit-field ‘ITEMX’ is a GCC extension [-Wpedantic] unsigned char ITEMX:7; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:36:5: warning: type of bit-field ‘useBarrier’ is a GCC extension [-Wpedantic] unsigned char useBarrier:1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1756:22: warning: ‘impl’ may be used uninitialized in this function [-Wmaybe-uninitialized] RedWithIndexImpl impl; ^ Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/axpy_reg.cpp.o [ 95%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/dot.cpp.o [ 95%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/reduction.cpp.o [ 96%] [ 97%] [ 97%] [ 97%] [ 97%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/iamax.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/nrm2.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotm_reg.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotmg_reg.cpp.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMUL(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:513:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:588:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:384:54: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleVMAD_AND_REDUCE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:700:9: warning: unused variable ‘vwidth’ [-Wunused-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:385:49: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( blockSize, "%" SPREFIX "u", BLOCKSIZE ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD_AND_REDUCE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:780:9: warning: unused variable ‘vwidth’ [-Wunused-variable] int vwidth=1; ^ Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotg_reg.cpp.o Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/asum.cpp.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleDIV(char, char, bool)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:909:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable] int vwidth=1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleAlignedVSTORE(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1068:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable] char * ptr, _id1, id2, id3; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handlePredicate(char, char)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1105:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable] char * ptr, id1; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleReductionFramework(char, char, REDUCTION_TYPE)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch] switch(impl) ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:207:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable] const CLBLASKernExtra _extra; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:304:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2lds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:354:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:196:35: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(width, "%" SPREFIX "u", Y); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:197:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemy, "%" SPREFIX "u", ITEMY); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:198:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemx, "%" SPREFIX "u", ITEMX); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:199:73: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf(itemy_by_width, "%" SPREFIX "u", (size_t) ITEMY/kextra->vecLenA); ^ [ 98%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:418:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETHEIGHT_S, "%" SPREFIX "u", TARGETHEIGHT ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:420:65: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TRIANGLE_HEIGHT_S, "%" SPREFIX "u", subdims->y ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:436:60: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETROWS_S, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:437:59: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( TARGETWIDTH_S, "%" SPREFIX "u", TARGETWIDTH ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:438:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( NLOOPS_S, "%" SPREFIX "u", NLOOPS ); ^ [ 98%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/toolslib.c.o Building C object library/CMakeFiles/clBLAS.dir/tools/tune/fileio.c.o [ 99%] /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrlds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:356:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs *blasArgs; ^ [ 99%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/dimension.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:285:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( bhStr, "%" SPREFIX "u", BH ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:286:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( bwStr, "%" SPREFIX "u", BW ); ^ Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_init.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:116:13: warning: variable ‘nrDims’ set but not used [-Wunused-but-set-variable] int nrDims; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: At global scope: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:94:1: warning: unused parameter ‘extra’ [-Wunused-parameter] calcNrThreads( ^ make[5]: * No rule to make target /home/bozkalayci/torch-distro/install/lib/libclew.so', needed bylibrary/libclBLAS.so.2.4.0'. Stop. make[5]: * Waiting for unfinished jobs.... /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:15: warning: variable ‘X’ set but not used [-Wunused-but-set-variable] size_t Y, X, BLOCKSIZE, ITEMX, ITEMY; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:18: warning: variable ‘BLOCKSIZE’ set but not used [-Wunused-but-set-variable] size_t Y, X, BLOCKSIZE, ITEMX, ITEMY; ^ [100%] [100%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_data.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘void calcNrThreads(sizet, const SubproblemDim, const PGranularity, const void, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:204:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable] const CLBLASKernExtra extra; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:303:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/herlds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:350:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_io.c.o /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘ssizet generator(char, sizet, const SubproblemDim, const PGranularity, void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=] sprintf( targetRows, "%" SPREFIX "u", TARGETROWS ); ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2lds.cpp: In function ‘bool isFitToLDS(SubproblemDim, DataType, clulong, const void)’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:360:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable] CLBlasKargs blasArgs; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c: In function ‘getDimension’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c:85:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch] switch (dt) { ^ In file included from /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_tail_cached.cpp:31:0: /home/bozkalayci/torch-distro/updates/cltorch/build/clBLAS/src/clBLAS-external-build/include/gemm.clT:1135:20: warning: ‘GEMM_TN_KERNEL’ defined but not used [-Wunused-variable] static const char GEMM_TN_KERNEL = "\ ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c: In function ‘bestBlockSizeForDevice’: /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tunednumbers.c:398:10: warning: ‘currCall’ may be used uninitialized in this function [-Wmaybe-uninitialized] temp = bestBlockSizes [ (kDevice->ident).chip ] [kargs->dtype] [currCall]; ^ /home/bozkalayci/torch-distro/updates/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1756:22: warning: ‘impl’ may be used uninitialized in this function [-Wmaybe-uninitialized] RedWithIndexImpl impl; ^ make[4]: ** [library/tools/tune/CMakeFiles/tune.dir/all] Error 2 make[4]: * Waiting for unfinished jobs.... make[4]: * [library/CMakeFiles/clBLAS.dir/all] Error 2 make[3]: * [all] Error 2 make[2]: * [clBLAS/stamp/clBLAS-external-build] Error 2 make[1]: * [CMakeFiles/clBLAS-external.dir/all] Error 2 make: * [all] Error 2

Error: Build error: Failed building.

hughperkins commented 9 years ago

Ok, the error is at this line by the way:

make[5]: *** No rule to make target /home/bozkalayci/torch-distro/install/lib/libclew.so', needed bylibrary/libclBLAS.so.2.4.0'. Stop.

To fix it... can you try going into subdirectory build/EasyCL/src/EasyCL-external-build, and typing make install

xonobo commented 9 years ago

It made some progress but could not achieve installation. Here is the new output:

luarocks make rocks/cltorch-scm-1.rockspec cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/home/bozkalayci/torch-distro/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/bozkalayci/torch-distro/install/lib/luarocks/rocks/cltorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- Found Torch7 in /home/bozkalayci/torch-distro/install /home/bozkalayci/torch-distro/updates/cltorch0/build /home/bozkalayci/torch-distro/updates/cltorch0 On branch master

Initial commit

Untracked files: (use "git add ..." to include in what will be committed)

CMakeLists.txt
CMakeLists.txt~
CMakeModules/
EasyCL/
LICENSE
README.md
Random.lua
Storage.cpp
Tensor.c
Tensor.lua
TensorMath.lua
TensorOperator.c
Test.lua
build/
clMathLibraries/
doc/
init.cpp
init.lua
lib/
rocks/
run-test-copy.sh
run-test-device.sh
run-test-perf.sh
run-test-storage.sh
run-test-tensor.sh
run-unit-storage.lua
run-unit-tensor.lua
share
test/
thirdparty/
torch/
util/

nothing added to commit but untracked files present (use "git add" to track) CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CMAKE_INSTALL_PREFIX /home/bozkalayci/torch-distro/install CLBLAS_INCLUDE_DIRS /home/bozkalayci/torch-distro/updates/cltorch0/clMathLibraries/clBLAS/src;/home/bozkalayci/torch-distro/updates/cltorch0/EasyCL/thirdparty/clew/include/proxy-opencl DEEPCL_LIBRARIES /home/bozkalayci/torch-distro/install/lib/libEasyCL.so;/home/bozkalayci/torch-distro/install/lib/libclew.so git version 1.9.1 -- Configuring done -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch0/build [ 7%] [ 12%] Built target easycl_delete_stamp Built target cltorch_static [ 12%] Built target git_cltorch_rec [ 14%] [ 16%] Creating directories for 'EasyCL-external' Performing build step for 'clBLAS-external' [ 17%] [ 4%] Built target tplgen No download step for 'EasyCL-external' [ 19%] [ 21%] TPLGEN Running..... No patch step for 'EasyCL-external' No update step for 'EasyCL-external' [ 4%] Built target GENERATE_CLT [ 23%] Performing configure step for 'EasyCL-external' loading initial cache file /home/bozkalayci/torch-distro/updates/cltorch0/build/EasyCL/tmp/EasyCL-external-cache.cmake -- Configuring done make[5]: * No rule to make target /home/bozkalayci/torch-distro/install/lib/libclew.so', needed bystaging/clBLAS-tune'. Stop. make[4]: * [library/tools/tune/CMakeFiles/tune.dir/all] Error 2 make[4]: * Waiting for unfinished jobs.... -- Generating done -- Build files have been written to: /home/bozkalayci/torch-distro/updates/cltorch0/build/EasyCL/src/EasyCL-external-build make[5]: * No rule to make target /home/bozkalayci/torch-distro/install/lib/libclew.so', needed bylibrary/libclBLAS.so.2.4.0'. Stop. make[4]: * [library/CMakeFiles/clBLAS.dir/all] Error 2 make[3]: * [all] Error 2 make[2]: * [clBLAS/stamp/clBLAS-external-build] Error 2 make[1]: * [CMakeFiles/clBLAS-external.dir/all] Error 2 make[1]: * Waiting for unfinished jobs.... [ 25%] Performing build step for 'EasyCL-external' [ 2%] Built target CLEW [ 11%] Built target gpuinfo [100%] Built target EasyCL [ 26%] Performing install step for 'EasyCL-external' [ 2%] Built target CLEW [ 11%] Built target gpuinfo [100%] Built target EasyCL Install the project... -- Install configuration: "RelWithDebInfo" -- Up-to-date: /home/bozkalayci/torch-distro/install/lib/libEasyCL.so -- Installing: /home/bozkalayci/torch-distro/install/include/easycl -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/templates -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/templates/LuaTemplater.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/templates/TemplatedKernel.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/clew.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLIntWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/deprecated.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/deviceinfo_helper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/EasyCL_export.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArrayInt.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLFloatWrapperConst.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/util -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/util/easycl_stringhelper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/util/StatefulTimer.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLFloatWrapper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/DeviceInfo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArrayFloat.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/DevicesInfo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLKernel.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLKernel_structs.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/EasyCL.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/platforminfo_helper.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLUCharWrapper.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest/gtest -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/gtest/gtest/gtest.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp/cogapp -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/cogapp/cogapp/pycache -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/include -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/include/clew.h -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/clewTest -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/clew/src -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5 -- Installing: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lmem.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ltable.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lualib.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lstring.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lstate.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/llimits.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ldebug.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lopcodes.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lfunc.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lvm.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lcode.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lundump.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lzio.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/llex.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lobject.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lauxlib.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/luaconf.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lua.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ldo.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lparser.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/ltm.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lgc.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/thirdparty/lua-5.1.5/src/lapi.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/ICLArray.h -- Up-to-date: /home/bozkalayci/torch-distro/install/include/easycl/CLArray.h [ 28%] Completed 'EasyCL-external' [ 28%] Built target EasyCL-external make: * [all] Error 2

Error: Build error: Failed building.

hughperkins commented 9 years ago

Well, I just doublechecked, and these steps worked for me:

user@pear:/tmp$ git clone --recursive https://github.com/hughperkins/cltorch.git
Cloning into 'cltorch'...
remote: Counting objects: 2785, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 2785 (delta 14), reused 0 (delta 0), pack-reused 2758
Receiving objects: 100% (2785/2785), 586.81 KiB | 10.00 KiB/s, done.
Resolving deltas: 100% (1815/1815), done.
Checking connectivity... done.
Submodule 'EasyCL' (https://github.com/hughperkins/EasyCL.git) registered for path 'EasyCL'
Submodule 'clBLAS' (https://github.com/hughperkins/clBLAS) registered for path 'clMathLibraries/clBLAS'
Cloning into 'EasyCL'...
remote: Counting objects: 1305, done.
remote: Compressing objects: 100% (47/47), done.
remote: Total 1305 (delta 19), reused 0 (delta 0), pack-reused 1257
Receiving objects: 100% (1305/1305), 714.08 KiB | 130.00 KiB/s, done.
Resolving deltas: 100% (824/824), done.
Checking connectivity... done.
Submodule path 'EasyCL': checked out '510db77ab654eccbe396fda48d0b826f312fb5e7'
Submodule 'thirdparty/clew' (https://github.com/hughperkins/clew.git) registered for path 'thirdparty/clew'
Cloning into 'thirdparty/clew'...
remote: Counting objects: 215, done.
remote: Total 215 (delta 0), reused 0 (delta 0), pack-reused 215
Receiving objects: 100% (215/215), 74.87 KiB | 78.00 KiB/s, done.
Resolving deltas: 100% (83/83), done.
Checking connectivity... done.
Submodule path 'EasyCL/thirdparty/clew': checked out '1d2752564b6af98d24127cdb2d573d3f9ac98f02'
Cloning into 'clMathLibraries/clBLAS'...
remote: Counting objects: 1978, done.
remote: Total 1978 (delta 0), reused 0 (delta 0), pack-reused 1978
Receiving objects: 100% (1978/1978), 1.80 MiB | 337.00 KiB/s, done.
Resolving deltas: 100% (1239/1239), done.
Checking connectivity... done.
Submodule path 'clMathLibraries/clBLAS': checked out 'bdaf1f9ef3d97168fdaff4c3ef588feeae72b171'
user@pear:/tmp$ cd cltorch/
user@pear:/tmp/cltorch$ luarocks make rocks/cltorch-scm-1.rockspec 
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_PREFIX_PATH="/home/user/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found Torch7 in /home/user/torch/install
/tmp/cltorch/build
/tmp/cltorch
On branch master
Your branch is up-to-date with 'origin/master'.

nothing to commit, working directory clean
Submodule path 'EasyCL': checked out '510db77ab654eccbe396fda48d0b826f312fb5e7'
Submodule path 'EasyCL/thirdparty/clew': checked out '1d2752564b6af98d24127cdb2d573d3f9ac98f02'
Submodule path 'clMathLibraries/clBLAS': checked out 'bdaf1f9ef3d97168fdaff4c3ef588feeae72b171'
CMAKE_INSTALL_PREFIX /home/user/torch/install
CMAKE_INSTALL_PREFIX /home/user/torch/install
CLBLAS_INCLUDE_DIRS /tmp/cltorch/clMathLibraries/clBLAS/src;/tmp/cltorch/EasyCL/thirdparty/clew/include/proxy-opencl
DEEPCL_LIBRARIES /home/user/torch/install/lib/libEasyCL.so;/home/user/torch/install/lib/libclew.so
git version 1.9.1
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cltorch/build
Scanning dependencies of target git_cltorch_rec
[  1%] Scanning dependencies of target easycl_delete_stamp
Generating TensorMath.c
default 
default 
default 
default 
default 
default 
default 
default 
default 
default 
[  1%] Built target easycl_delete_stamp
Scanning dependencies of target cltorch_static
Submodule path '../EasyCL': checked out '510db77ab654eccbe396fda48d0b826f312fb5e7'
[  3%] [  5%] [  7%] Building CXX object CMakeFiles/cltorch_static.dir/init.cpp.o
Building C object CMakeFiles/cltorch_static.dir/torch/utils.c.o
Building CXX object CMakeFiles/cltorch_static.dir/Storage.cpp.o
Submodule path '../EasyCL/thirdparty/clew': checked out '1d2752564b6af98d24127cdb2d573d3f9ac98f02'
Submodule path '../clMathLibraries/clBLAS': checked out 'bdaf1f9ef3d97168fdaff4c3ef588feeae72b171'
[  7%] Built target git_cltorch_rec
Scanning dependencies of target EasyCL-external
[  8%] Creating directories for 'EasyCL-external'
Scanning dependencies of target clBLAS-external
[ 10%] [ 12%] No download step for 'EasyCL-external'
Creating directories for 'clBLAS-external'
[ 14%] No patch step for 'EasyCL-external'
[ 16%] No update step for 'EasyCL-external'
[ 17%] [ 19%] Performing configure step for 'EasyCL-external'
No download step for 'clBLAS-external'
loading initial cache file /tmp/cltorch/build/EasyCL/tmp/EasyCL-external-cache.cmake
[ 21%] No patch step for 'clBLAS-external'
[ 23%] No update step for 'clBLAS-external'
[ 25%] Performing configure step for 'clBLAS-external'
-- The C compiler identification is GNU 4.8.4
loading initial cache file /tmp/cltorch/build/clBLAS/tmp/clBLAS-external-cache.cmake
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- The Fortran compiler identification is GNU
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working Fortran compiler: /usr/bin/f95
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Check for working Fortran compiler: /usr/bin/f95  -- works
-- Detecting Fortran compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Detecting Fortran compiler ABI info - done
-- Generating done
-- Build files have been written to: /tmp/cltorch/build/EasyCL/src/EasyCL-external-build
-- Checking whether /usr/bin/f95 supports Fortran 90
[ 26%] Performing build step for 'EasyCL-external'
Scanning dependencies of target clew_delete_stamp
[  0%] Built target clew_delete_stamp
Scanning dependencies of target clew-external
-- Checking whether /usr/bin/f95 supports Fortran 90 -- yes
-- Check for working C compiler: /usr/bin/cc
[  4%] Creating directories for 'clew-external'
[ 28%] Building C object CMakeFiles/cltorch_static.dir/Tensor.c.o
[  9%] -- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
No download step for 'clew-external'
[ 13%] No patch step for 'clew-external'
[ 18%] No update step for 'clew-external'
[ 22%] Performing configure step for 'clew-external'
-- Detecting C compiler ABI info - done
loading initial cache file /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/tmp/clew-external-cache.cmake
-- Check for working CXX compiler: /usr/bin/c++
-- The C compiler identification is GNU 4.8.4
-- The CXX compiler identification is GNU 4.8.4
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Target platform: 64-bit
-- Found OPENCL: /home/user/torch/install/lib/libclew.so  
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:492 ] _boost_TEST_VERSIONS = 1.44.0;1.44;1.47.0;1.47;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:494 ] Boost_USE_MULTITHREADED = ON
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:496 ] Boost_USE_STATIC_LIBS = ON
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:498 ] Boost_USE_STATIC_RUNTIME = 
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:500 ] Boost_ADDITIONAL_VERSIONS = 1.44.0;1.44;1.47.0;1.47
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:502 ] Boost_NO_SYSTEM_PATHS = 
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:554 ] Declared as CMake or Environmental Variables:
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:556 ]   BOOST_ROOT = 
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:558 ]   BOOST_INCLUDEDIR = 
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:560 ]   BOOST_LIBRARYDIR = 
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:562 ] _boost_TEST_VERSIONS = 1.44.0;1.44;1.47.0;1.47;1.56.0;1.56;1.55.0;1.55;1.54.0;1.54;1.53.0;1.53;1.52.0;1.52;1.51.0;1.51;1.50.0;1.50;1.49.0;1.49;1.48.0;1.48;1.47.0;1.47;1.46.1;1.46.0;1.46;1.45.0;1.45;1.44.0;1.44;1.43.0;1.43;1.42.0;1.42;1.41.0;1.41;1.40.0;1.40;1.39.0;1.39;1.38.0;1.38;1.37.0;1.37;1.36.1;1.36.0;1.36;1.35.1;1.35.0;1.35;1.34.1;1.34.0;1.34;1.33.1;1.33.0;1.33
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:631 ] Include debugging info:
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:633 ]   _boost_INCLUDE_SEARCH_DIRS = PATHS;C:/boost/include;C:/boost;/sw/local/include
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:635 ]   _boost_PATH_SUFFIXES = boost-1_44_0;boost_1_44_0;boost/boost-1_44_0;boost/boost_1_44_0;boost-1_44;boost_1_44;boost/boost-1_44;boost/boost_1_44;boost-1_47_0;boost_1_47_0;boost/boost-1_47_0;boost/boost_1_47_0;boost-1_47;boost_1_47;boost/boost-1_47;boost/boost_1_47;boost-1_56_0;boost_1_56_0;boost/boost-1_56_0;boost/boost_1_56_0;boost-1_56;boost_1_56;boost/boost-1_56;boost/boost_1_56;boost-1_55_0;boost_1_55_0;boost/boost-1_55_0;boost/boost_1_55_0;boost-1_55;boost_1_55;boost/boost-1_55;boost/boost_1_55;boost-1_54_0;boost_1_54_0;boost/boost-1_54_0;boost/boost_1_54_0;boost-1_54;boost_1_54;boost/boost-1_54;boost/boost_1_54;boost-1_53_0;boost_1_53_0;boost/boost-1_53_0;boost/boost_1_53_0;boost-1_53;boost_1_53;boost/boost-1_53;boost/boost_1_53;boost-1_52_0;boost_1_52_0;boost/boost-1_52_0;boost/boost_1_52_0;boost-1_52;boost_1_52;boost/boost-1_52;boost/boost_1_52;boost-1_51_0;boost_1_51_0;boost/boost-1_51_0;boost/boost_1_51_0;boost-1_51;boost_1_51;boost/boost-1_51;boost/boost_1_51;boost-1_50_0;boost_1_50_0;boost/boost-1_50_0;boost/boost_1_50_0;boost-1_50;boost_1_50;boost/boost-1_50;boost/boost_1_50;boost-1_49_0;boost_1_49_0;boost/boost-1_49_0;boost/boost_1_49_0;boost-1_49;boost_1_49;boost/boost-1_49;boost/boost_1_49;boost-1_48_0;boost_1_48_0;boost/boost-1_48_0;boost/boost_1_48_0;boost-1_48;boost_1_48;boost/boost-1_48;boost/boost_1_48;boost-1_47_0;boost_1_47_0;boost/boost-1_47_0;boost/boost_1_47_0;boost-1_47;boost_1_47;boost/boost-1_47;boost/boost_1_47;boost-1_46_1;boost_1_46_1;boost/boost-1_46_1;boost/boost_1_46_1;boost-1_46_0;boost_1_46_0;boost/boost-1_46_0;boost/boost_1_46_0;boost-1_46;boost_1_46;boost/boost-1_46;boost/boost_1_46;boost-1_45_0;boost_1_45_0;boost/boost-1_45_0;boost/boost_1_45_0;boost-1_45;boost_1_45;boost/boost-1_45;boost/boost_1_45;boost-1_44_0;boost_1_44_0;boost/boost-1_44_0;boost/boost_1_44_0;boost-1_44;boost_1_44;boost/boost-1_44;boost/boost_1_44;boost-1_43_0;boost_1_43_0;boost/boost-1_43_0;boost/boost_1_43_0;boost-1_43;boost_1_43;boost/boost-1_43;boost/boost_1_43;boost-1_42_0;boost_1_42_0;boost/boost-1_42_0;boost/boost_1_42_0;boost-1_42;boost_1_42;boost/boost-1_42;boost/boost_1_42;boost-1_41_0;boost_1_41_0;boost/boost-1_41_0;boost/boost_1_41_0;boost-1_41;boost_1_41;boost/boost-1_41;boost/boost_1_41;boost-1_40_0;boost_1_40_0;boost/boost-1_40_0;boost/boost_1_40_0;boost-1_40;boost_1_40;boost/boost-1_40;boost/boost_1_40;boost-1_39_0;boost_1_39_0;boost/boost-1_39_0;boost/boost_1_39_0;boost-1_39;boost_1_39;boost/boost-1_39;boost/boost_1_39;boost-1_38_0;boost_1_38_0;boost/boost-1_38_0;boost/boost_1_38_0;boost-1_38;boost_1_38;boost/boost-1_38;boost/boost_1_38;boost-1_37_0;boost_1_37_0;boost/boost-1_37_0;boost/boost_1_37_0;boost-1_37;boost_1_37;boost/boost-1_37;boost/boost_1_37;boost-1_36_1;boost_1_36_1;boost/boost-1_36_1;boost/boost_1_36_1;boost-1_36_0;boost_1_36_0;boost/boost-1_36_0;boost/boost_1_36_0;boost-1_36;boost_1_36;boost/boost-1_36;boost/boost_1_36;boost-1_35_1;boost_1_35_1;boost/boost-1_35_1;boost/boost_1_35_1;boost-1_35_0;boost_1_35_0;boost/boost-1_35_0;boost/boost_1_35_0;boost-1_35;boost_1_35;boost/boost-1_35;boost/boost_1_35;boost-1_34_1;boost_1_34_1;boost/boost-1_34_1;boost/boost_1_34_1;boost-1_34_0;boost_1_34_0;boost/boost-1_34_0;boost/boost_1_34_0;boost-1_34;boost_1_34;boost/boost-1_34;boost/boost_1_34;boost-1_33_1;boost_1_33_1;boost/boost-1_33_1;boost/boost_1_33_1;boost-1_33_0;boost_1_33_0;boost/boost-1_33_0;boost/boost_1_33_0;boost-1_33;boost_1_33;boost/boost-1_33;boost/boost_1_33
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:655 ] location of version.hpp: /usr/include/boost/version.hpp
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:679 ] version.hpp reveals boost 1.54.0
-- Detecting C compiler ABI info - done
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:755 ] guessed _boost_COMPILER = -gcc48
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:765 ] _boost_MULTITHREADED = -mt
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:808 ] _boost_RELEASE_ABI_TAG = -
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:810 ] _boost_DEBUG_ABI_TAG = -d
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:859 ] _boost_LIBRARY_SEARCH_DIRS = /usr/include/lib;/usr/include/../lib;/usr/include/../lib/x86_64-linux-gnu;/usr/include/stage/lib;PATHS;C:/boost/lib;C:/boost;/sw/local/lib
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:947 ] Searching for PROGRAM_OPTIONS_LIBRARY_RELEASE: boost_program_options-gcc48-mt-1_54;boost_program_options-gcc48-mt;boost_program_options-mt-1_54;boost_program_options-mt;boost_program_options
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:983 ] Searching for PROGRAM_OPTIONS_LIBRARY_DEBUG: boost_program_options-gcc48-mt-d-1_54;boost_program_options-gcc48-mt-d;boost_program_options-mt-d-1_54;boost_program_options-mt-d;boost_program_options-mt;boost_program_options
-- [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:1034 ] Boost_FOUND = 1
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   program_options
-- Boost_PROGRAM_OPTIONS_LIBRARY: /usr/lib/x86_64-linux-gnu/libboost_program_options.a
-- Check for working CXX compiler: /usr/bin/c++
-- Configuring done
[ 30%] Building C object CMakeFiles/cltorch_static.dir/TensorMath.c.o
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Generating done
-- Build files have been written to: /tmp/cltorch/build/clBLAS/src/clBLAS-external-build
[ 32%] Performing build step for 'clBLAS-external'
-- Detecting CXX compiler ABI info - done
-- Project source dir = /tmp/cltorch/EasyCL/thirdparty/clew
-- Project build dir = /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
Scanning dependencies of target tplgen
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
[  0%] [ 33%] Creating directories for 'tplgen'
Building C object CMakeFiles/cltorch_static.dir/TensorOperator.c.o
[ 27%] Performing build step for 'clew-external'
Scanning dependencies of target clew
[100%] [  1%] Building C object src/CMakeFiles/clew.dir/clew.c.o
Performing download step (DIR copy) for 'tplgen'
[  2%] No patch step for 'tplgen'
[  2%] No update step for 'tplgen'
[  2%] Performing configure step for 'tplgen'
Linking C shared library libclew.so
[100%] Built target clew
[ 31%] Performing install step for 'clew-external'
-- The C compiler identification is GNU 4.8.4
[100%] Built target clew
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/user/torch/install/lib/libclew.so.1.0.0
-- Installing: /home/user/torch/install/lib/libclew.so
-- Installing: /home/user/torch/install/include/clew.h
[ 36%] Completed 'clew-external'
-- The CXX compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/cc
[ 36%] Built target clew-external
Scanning dependencies of target gpuinfo
Scanning dependencies of target EasyCL
[ 45%] [ 45%] Building CXX object CMakeFiles/EasyCL.dir/EasyCL.cpp.o
Building CXX object CMakeFiles/gpuinfo.dir/gpuinfo.cpp.o
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cltorch/build/clBLAS/src/clBLAS-external-build/library/tplgen-prefix/src/tplgen-build
[  3%] Performing build step for 'tplgen'
Scanning dependencies of target tplgen
[100%] Building CXX object CMakeFiles/tplgen.dir/tplgen.cpp.o
Linking CXX executable tplgen
[100%] Built target tplgen
[  4%] No install step for 'tplgen'
[  4%] [ 50%] Completed 'tplgen'
Building CXX object CMakeFiles/gpuinfo.dir/platforminfo_helper.cpp.o
[  4%] Built target tplgen
Scanning dependencies of target GENERATE_CLT
TPLGEN Running.....
Processing gemm.cl
Processing gemm_helper.cl
Processing gbmv.cl
Processing ger.cl
Processing her.cl
Processing symm_helper.cl
Processing syr2_her2.cl
Processing syr_her.cl
Processing trsv.cl
Processing her2.cl
Processing symm.cl
Processing syr2.cl
Processing syr.cl
Processing trmv.cl
Processing trsv_gemv.cl
Processing swap.cl
Processing scal.cl
Processing copy.cl
Processing axpy.cl
Processing dot.cl
Processing reduction.cl
Processing rotg.cl
Processing rotmg.cl
Processing rotm.cl
Processing iamax.cl
Processing nrm2.cl
Processing asum.cl
[  4%] Built target GENERATE_CLT
Scanning dependencies of target clBLAS
[  4%] Building C object library/CMakeFiles/clBLAS.dir/common/list.c.o
[  4%] Building C object library/CMakeFiles/clBLAS.dir/common/clkern.c.o
[  5%] Building C object library/CMakeFiles/clBLAS.dir/common/kern_cache.c.o
[  5%] Building C object library/CMakeFiles/clBLAS.dir/common/kerngen_core.c.o
[  6%] Building C object library/CMakeFiles/clBLAS.dir/common/kgen_basic.c.o
[  6%] Building C object library/CMakeFiles/clBLAS.dir/common/kgen_loop_helper.c.o
Linking CXX static library libcltorch.a
[  7%] Building C object library/CMakeFiles/clBLAS.dir/common/kgen_guard.c.o
[ 33%] Built target cltorch_static
[  7%] Building C object library/CMakeFiles/clBLAS.dir/common/misc.c.o
[  8%] [  8%] [ 54%] Building C object library/CMakeFiles/clBLAS.dir/common/devinfo.c.o
Building CXX object CMakeFiles/gpuinfo.dir/deviceinfo_helper.cpp.o
Building C object library/CMakeFiles/clBLAS.dir/common/devinfo-cache.c.o
[ 59%] Building CXX object CMakeFiles/gpuinfo.dir/DeviceInfo.cpp.o
[  8%] Building C object library/CMakeFiles/clBLAS.dir/common/mutex.c.o
[  9%] Building C object library/CMakeFiles/clBLAS.dir/common/trace_malloc.c.o
[  9%] Building C object library/CMakeFiles/clBLAS.dir/common/gens/dblock_kgen.c.o
[ 63%] Building CXX object CMakeFiles/EasyCL.dir/CLKernel.cpp.o
[ 10%] Building C object library/CMakeFiles/clBLAS.dir/blas/init.c.o
[ 10%] Building C object library/CMakeFiles/clBLAS.dir/blas/impl.c.o
[ 11%] Building C object library/CMakeFiles/clBLAS.dir/blas/scimage.c.o
[ 11%] Building C object library/CMakeFiles/clBLAS.dir/blas/xgemv.c.o
[ 12%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsymv.c.o
[ 12%] Building C object library/CMakeFiles/clBLAS.dir/blas/xgemm.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘TransposeKernel’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:171:5: warning: implicit declaration of function ‘sprintf’ [-Wimplicit-function-declaration]
     sprintf(tmp, "// micro tile size is 4 x 4 \n");
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:171:5: warning: incompatible implicit declaration of built-in function ‘sprintf’ [enabled by default]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:120:10: warning: unused parameter ‘extra’ [-Wunused-parameter]
    void *extra)
          ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘transposeMemObject’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:453:17: warning: unused parameter ‘order’ [-Wunused-parameter]
     clblasOrder order,
                 ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:460:16: warning: unused parameter ‘context’ [-Wunused-parameter]
     cl_context context,
                ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:461:13: warning: unused parameter ‘numCommandQueues’ [-Wunused-parameter]
     cl_uint numCommandQueues,
             ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:463:13: warning: unused parameter ‘numEventsInWaitList’ [-Wunused-parameter]
     cl_uint numEventsInWaitList,
             ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:464:21: warning: unused parameter ‘eventWaitList’ [-Wunused-parameter]
     const cl_event *eventWaitList,
                     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:465:15: warning: unused parameter ‘events’ [-Wunused-parameter]
     cl_event *events)
               ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘clblasSgemm’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:604:12: warning: unused variable ‘transposed_A_host’ [-Wunused-variable]
     float *transposed_A_host;
            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c: In function ‘transposeMemObject’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm.c:520:8: warning: ‘transpose_kernel’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     if (transpose_kernel == NULL)
        ^
[ 12%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrmm.c.o
[ 13%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrsm.c.o
[ 13%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyrk.c.o
[ 14%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr2k.c.o
[ 14%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrmv.c.o
Linking CXX executable gpuinfo
[ 15%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtrsv.c.o
[ 63%] Built target gpuinfo
[ 15%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsymm.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xtrsv.c: In function ‘doTrsv.part.2’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xtrsv.c:341:12: warning: ‘err’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     cl_int err = clblasNotImplemented;
            ^
[ 16%] Building C object library/CMakeFiles/clBLAS.dir/blas/xgemm2.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xsymm.c: In function ‘doSymm’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xsymm.c:238:9: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
         switch(kargs->dtype)
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/xgemm2.c:180:1: warning: ‘doGemm’ defined but not used [-Wunused-function]
 doGemm(
 ^
[ 16%] Building C object library/CMakeFiles/clBLAS.dir/blas/xger.c.o
[ 16%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr.c.o
[ 17%] Building C object library/CMakeFiles/clBLAS.dir/blas/xsyr2.c.o
[ 68%] Building CXX object CMakeFiles/EasyCL.dir/CLWrapper.cpp.o
[ 17%] Building C object library/CMakeFiles/clBLAS.dir/blas/xher.c.o
[ 18%] Building C object library/CMakeFiles/clBLAS.dir/blas/xher2.c.o
[ 18%] Building C object library/CMakeFiles/clBLAS.dir/blas/xhemv.c.o
[ 19%] Building C object library/CMakeFiles/clBLAS.dir/blas/xhemm.c.o
[ 19%] [ 20%] Building C object library/CMakeFiles/clBLAS.dir/blas/xherk.c.o
Building C object library/CMakeFiles/clBLAS.dir/blas/xhpmv.c.o
[ 72%] Building CXX object CMakeFiles/EasyCL.dir/platforminfo_helper.cpp.o
[ 77%] Building CXX object CMakeFiles/EasyCL.dir/deviceinfo_helper.cpp.o
[ 20%] Building C object library/CMakeFiles/clBLAS.dir/blas/xspmv.c.o
[ 20%] Building C object library/CMakeFiles/clBLAS.dir/blas/xgbmv.c.o
[ 21%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtbmv.c.o
[ 21%] Building C object library/CMakeFiles/clBLAS.dir/blas/xshbmv.c.o
[ 22%] Building C object library/CMakeFiles/clBLAS.dir/blas/xtbsv.c.o
[ 81%] Building CXX object CMakeFiles/EasyCL.dir/DevicesInfo.cpp.o
[ 22%] Building C object library/CMakeFiles/clBLAS.dir/blas/xher2k.c.o
[ 23%] Building C object library/CMakeFiles/clBLAS.dir/blas/xswap.c.o
[ 23%] Building C object library/CMakeFiles/clBLAS.dir/blas/xscal.c.o
[ 24%] Building C object library/CMakeFiles/clBLAS.dir/blas/xcopy.c.o
[ 86%] Building CXX object CMakeFiles/EasyCL.dir/DeviceInfo.cpp.o
[ 24%] Building C object library/CMakeFiles/clBLAS.dir/blas/xaxpy.c.o
[ 24%] Building C object library/CMakeFiles/clBLAS.dir/blas/xdot.c.o
[ 25%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotg.c.o
[ 90%] Building CXX object CMakeFiles/EasyCL.dir/util/easycl_stringhelper.cpp.o
[ 25%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotmg.c.o
[ 26%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrot.c.o
[ 26%] Building C object library/CMakeFiles/clBLAS.dir/blas/xrotm.c.o
[ 95%] Building CXX object CMakeFiles/EasyCL.dir/templates/LuaTemplater.cpp.o
[ 27%] Building C object library/CMakeFiles/clBLAS.dir/blas/ixamax.c.o
[100%] [ 27%] Building CXX object CMakeFiles/EasyCL.dir/templates/TemplatedKernel.cpp.o
Building C object library/CMakeFiles/clBLAS.dir/blas/xnrm2.c.o
[ 28%] Building C object library/CMakeFiles/clBLAS.dir/blas/xasum.c.o
[ 28%] [ 28%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/common.c.o
Building C object library/CMakeFiles/clBLAS.dir/blas/generic/blas_funcs.c.o
[ 29%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/events.c.o
[ 29%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/matrix_props.c.o
[ 30%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/matrix_dims.c.o
[ 30%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/kdump.c.o
[ 31%] [ 31%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_assert.c.o
Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_seq.c.o
[ 32%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/solution_seq_make.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘getDefaultStepGranulation’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:1497:6: warning: variable ‘vecLen’ set but not used [-Wunused-but-set-variable]
  int vecLen;
      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeTRXMStep’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2033:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (kargs->dtype) {
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeSYR2KStep’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2319:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (kargs->dtype) {
     ^
[ 32%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/problem_iter.c.o
[ 32%] Building C object library/CMakeFiles/clBLAS.dir/blas/generic/kernel_extra.c.o
[ 33%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gen_init.c.o
[ 33%] Linking CXX shared library libEasyCL.so
Building C object library/CMakeFiles/clBLAS.dir/blas/gens/blas_kgen.c.o
[ 34%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/blas_subgroup.c.o
[100%] Built target EasyCL
[ 35%] Performing install step for 'EasyCL-external'
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘calcMergeStepSubgrN’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:89:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch(dtype){
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘declareSubgrLDS’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:194:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch(dtype){
     ^
[  0%] Built target clew_delete_stamp
[  4%] Creating directories for 'clew-external'
[ 34%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gen_helper.c.o
[  9%] No download step for 'clew-external'
[ 13%] No patch step for 'clew-external'
[ 18%] No update step for 'clew-external'
[ 22%] Performing configure step for 'clew-external'
loading initial cache file /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/tmp/clew-external-cache.cmake
-- Project source dir = /tmp/cltorch/EasyCL/thirdparty/clew
-- Project build dir = /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/cltorch/build/EasyCL/src/EasyCL-external-build/clew/src/clew-external-build
[ 27%] Performing build step for 'clew-external'
[ 35%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tilemul.c.o
[100%] Built target clew
[ 31%] Performing install step for 'clew-external'
[ 35%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/fetch.c.o
Scanning dependencies of target tune
[100%] Built target clew
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Up-to-date: /home/user/torch/install/lib/libclew.so.1.0.0
-- Up-to-date: /home/user/torch/install/lib/libclew.so
-- Up-to-date: /home/user/torch/install/include/clew.h
[ 36%] Completed 'clew-external'
[ 36%] Built target clew-external
[ 81%] Built target EasyCL
[ 35%] Building C object library/tools/tune/CMakeFiles/tune.dir/tune.c.o
[100%] Built target gpuinfo
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/user/torch/install/lib/libEasyCL.so
-- Removed runtime path from "/home/user/torch/install/lib/libEasyCL.so"
-- Installing: /home/user/torch/install/include/easycl/platforminfo_helper.h
-- Installing: /home/user/torch/install/include/easycl/deviceinfo_helper.h
-- Installing: /home/user/torch/install/include/easycl/deprecated.h
-- Installing: /home/user/torch/install/include/easycl/ICLArray.h
-- Installing: /home/user/torch/install/include/easycl/EasyCL_export.h
-- Installing: /home/user/torch/install/include/easycl/EasyCL.h
-- Installing: /home/user/torch/install/include/easycl/DevicesInfo.h
-- Installing: /home/user/torch/install/include/easycl/DeviceInfo.h
-- Installing: /home/user/torch/install/include/easycl/CLWrapper.h
-- Installing: /home/user/torch/install/include/easycl/CLUCharWrapper.h
-- Installing: /home/user/torch/install/include/easycl/CLKernel_structs.h
-- Installing: /home/user/torch/install/include/easycl/CLKernel.h
-- Installing: /home/user/torch/install/include/easycl/CLIntWrapper.h
-- Installing: /home/user/torch/install/include/easycl/CLFloatWrapperConst.h
-- Installing: /home/user/torch/install/include/easycl/CLFloatWrapper.h
-- Installing: /home/user/torch/install/include/easycl/CLArrayInt.h
-- Installing: /home/user/torch/install/include/easycl/CLArrayFloat.h
-- Installing: /home/user/torch/install/include/easycl/CLArray.h
-- Installing: /home/user/torch/install/include/easycl/templates/TemplatedKernel.h
-- Installing: /home/user/torch/install/include/easycl/templates/LuaTemplater.h
-- Installing: /home/user/torch/install/include/easycl/util/easycl_stringhelper.h
-- Installing: /home/user/torch/install/include/easycl/util/StatefulTimer.h
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c: In function ‘initCLBlasKArgDim’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c:629:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (mi->dtype)
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c: In function ‘logExtra’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/tune.c:1165:9: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
         switch (bExtra->dtype)
         ^
[ 37%] Completed 'EasyCL-external'
[ 37%] Built target EasyCL-external
[ 35%] Building C object library/tools/tune/CMakeFiles/tune.dir/toolslib.c.o
[ 36%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tile.c.o
[ 36%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tile_iter.c.o
[ 37%] Building C object library/tools/tune/CMakeFiles/tune.dir/fileio.c.o
[ 37%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/decomposition.c.o
[ 38%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gemv.c.o
[ 38%] Building C object library/tools/tune/CMakeFiles/tune.dir/subdim.c.o
[ 38%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/symv.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/subdim.c: In function ‘getDataTypeSize’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/subdim.c:48:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (dataType) {
     ^
[ 39%] [ 40%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/gemm.c.o
Building C object library/tools/tune/CMakeFiles/tune.dir/storage_data.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c: In function ‘blockCheckCalcDecomp’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c:1119:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i = 0; i < ( (pgran->maxWorkGroupSize) / (pgran->wfSize) ); i++)
                ^
[ 40%] Building C object library/tools/tune/CMakeFiles/tune.dir/storage_init.c.o
[ 40%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trmm.c.o
[ 41%] [ 41%] Building C object library/tools/tune/CMakeFiles/tune.dir/storage_io.c.o
Building C object library/tools/tune/CMakeFiles/tune.dir/dimension.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c: In function ‘trmmGetDefaultDecomp’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)subdimsNum;
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: statement with no effect [-Wunused-value]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c: In function ‘getDimension’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c:85:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (dt) {
     ^
[ 42%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/common.c.o
[ 43%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trsm.c.o
[ 43%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/syrxk.c.o
[ 43%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/blas_funcs.c.o
[ 43%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/init.c.o
[ 44%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/impl.c.o
[ 44%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/scimage.c.o
[ 45%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/events.c.o
[ 45%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/matrix_props.c.o
[ 46%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trxm_common.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c: In function ‘genUpdateResult’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1347:36: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         declareDiagUpresIndexedVars(ctx, typeName, "betaNew", size);
                                    ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1230:29: note: ‘size’ was declared here
     unsigned int i, j, nops,size;
                             ^
[ 47%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/matrix_dims.c.o
[ 47%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/tile.c.o
[ 48%] [ 48%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/tile_iter.c.o
Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/blas_subgroup.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘calcMergeStepSubgrN’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:89:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch(dtype){
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c: In function ‘declareSubgrLDS’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/blas_subgroup.c:194:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch(dtype){
     ^
[ 48%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/decomposition.c.o
[ 48%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/trsm_kgen.c.o
[ 49%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/blas_kgen.c.o
[ 49%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gen_helper.c.o
[ 49%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/xxmv_common.c.o
[ 50%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/tilemul.c.o
[ 50%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/fetch.c.o
[ 51%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/blas_kgen_legacy.c.o
[ 51%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gen_helper_legacy.c.o
[ 52%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gen_init.c.o
[ 53%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trxm_common_legacy.c.o
[ 53%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_kgen_legacy.c.o
[ 54%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/blkmul.c.o
[ 54%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gemv.c.o
[ 55%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/symv.c.o
[ 55%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gemm_lds.c.o
[ 55%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gemm.c.o
[ 56%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/gemm_img.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c: In function ‘blockCheckCalcDecomp’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm.c:1119:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i = 0; i < ( (pgran->maxWorkGroupSize) / (pgran->wfSize) ); i++)
                ^
[ 56%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trmm_lds.c.o
[ 56%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trmm.c.o
[ 56%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trmm_img.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c: In function ‘trmmGetDefaultDecomp’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     (void*)subdimsNum;
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmm.c:1248:5: warning: statement with no effect [-Wunused-value]
[ 57%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_lds.c.o
[ 58%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trsm.c.o
[ 58%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_img.c.o
[ 58%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/syrxk.c.o
[ 59%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trxm_common.c.o
[ 59%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trsm_kgen.c.o
[ 60%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/xxmv_common.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c: In function ‘genUpdateResult’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1347:36: warning: ‘size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
         declareDiagUpresIndexedVars(ctx, typeName, "betaNew", size);
                                    ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syrxk.c:1230:29: note: ‘size’ was declared here
     unsigned int i, j, nops,size;
                             ^
[ 61%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/legacy/trsm_cached_lds.c.o
[ 61%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trmv_reg.cpp.o
[ 61%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/blas_kgen_legacy.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:384:54: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
     sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:385:49: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( blockSize, "%" SPREFIX "u", BLOCKSIZE );
                                                 ^
[ 62%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/ger_lds.cpp.o
[ 63%] [ 63%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trsv_trtri.cpp.o
Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/gen_helper_legacy.c.o
[ 63%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trxm_common_legacy.c.o
[ 63%] /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:285:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( bhStr, "%" SPREFIX "u", BH );
                                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:286:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( bwStr, "%" SPREFIX "u", BW );
                                      ^
[ 64%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trsm_kgen_legacy.c.o
Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/blkmul.c.o
[ 65%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/trsv_gemv.cpp.o
[ 65%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/gemm_lds.c.o
[ 65%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/kprintf.cpp.o
[ 66%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/gemm_img.c.o
[ 66%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trmm_lds.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:418:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TARGETHEIGHT_S, "%" SPREFIX "u", TARGETHEIGHT );
                                                                ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:420:65: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TRIANGLE_HEIGHT_S, "%" SPREFIX "u", subdims->y );
                                                                 ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:436:60: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TARGETROWS_S, "%" SPREFIX "u", TARGETROWS );
                                                            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:437:59: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
      sprintf( TARGETWIDTH_S, "%" SPREFIX "u", TARGETWIDTH );
                                                           ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:438:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( NLOOPS_S, "%" SPREFIX "u", NLOOPS );
                                                    ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMUL(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:513:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:588:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleVMAD_AND_REDUCE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:700:9: warning: unused variable ‘vwidth’ [-Wunused-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD_AND_REDUCE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:780:9: warning: unused variable ‘vwidth’ [-Wunused-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleDIV(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:909:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleAlignedVSTORE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1068:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable]
     char * ptr, *id1, *id2, *id3;
            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handlePredicate(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1105:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable]
     char * ptr, *id1;
            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleReductionFramework(char**, char**, REDUCTION_TYPE)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
         switch(impl)
               ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
             switch(impl)
                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
        switch(impl)
              ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
[ 66%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/syr_lds.cpp.o
[ 67%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trmm_img.c.o
[ 67%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trsm_lds.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:356:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 68%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trsm_img.c.o
[ 68%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/legacy/trsm_cached_lds.c.o
[ 69%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/her_lds.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1756:22: warning: ‘impl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     RedWithIndexImpl impl;
                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:204:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable]
  const CLBLASKernExtra *extra;
                         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:303:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:350:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 69%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/syr2_lds.cpp.o
[ 69%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/devinfo.c.o
[ 70%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/her2_lds.cpp.o
[ 71%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/kern_cache.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:360:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 71%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/symm_cached.cpp.o
[ 71%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/mutex.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:207:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable]
  const CLBLASKernExtra *extra;
                         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:304:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:354:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 72%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gemm_cached.cpp.o
[ 73%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/list.c.o
[ 73%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gemm_tail_cached.cpp.o
[ 73%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/kerngen_core.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:196:35: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(width, "%" SPREFIX "u", Y);
                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:197:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemy, "%" SPREFIX "u", ITEMY);
                                       ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:198:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemx, "%" SPREFIX "u", ITEMX);
                                       ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:199:73: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemy_by_width, "%" SPREFIX "u", (size_t) ITEMY/kextra->vecLenA);
                                                                         ^
[ 74%] /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:116:13: warning: variable ‘nrDims’ set but not used [-Wunused-but-set-variable]
         int nrDims;
             ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: At global scope:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:94:1: warning: unused parameter ‘extra’ [-Wunused-parameter]
 calcNrThreads(
 ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:15: warning: variable ‘X’ set but not used [-Wunused-but-set-variable]
     size_t Y, X, BLOCKSIZE, ITEMX, ITEMY;
               ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:18: warning: variable ‘BLOCKSIZE’ set but not used [-Wunused-but-set-variable]
     size_t Y, X, BLOCKSIZE, ITEMX, ITEMY;
                  ^
Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/gbmv.cpp.o
[ 75%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/kgen_basic.c.o
[ 75%] Building C object library/CMakeFiles/clBLAS.dir/blas/gens/tuned_numbers.c.o
[ 75%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/kgen_loop_helper.c.o
In file included from /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_tail_cached.cpp:31:0:
/tmp/cltorch/build/clBLAS/src/clBLAS-external-build/include/gemm.clT:1135:20: warning: ‘GEMM_TN_KERNEL’ defined but not used [-Wunused-variable]
 static const char *GEMM_TN_KERNEL = "\
                    ^
In file included from /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:17:0:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:34:5: warning: type of bit-field ‘ITEMY’ is a GCC extension [-Wpedantic]
     unsigned char ITEMY:7;          // Not more than 8
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:35:5: warning: type of bit-field ‘ITEMX’ is a GCC extension [-Wpedantic]
     unsigned char ITEMX:7;
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:36:5: warning: type of bit-field ‘useBarrier’ is a GCC extension [-Wpedantic]
     unsigned char useBarrier:1;
     ^
[ 75%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/swap_reg.cpp.o
[ 76%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/misc.c.o
[ 76%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/kgen_guard.c.o
[ 77%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/scal_reg.cpp.o
[ 77%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/clkern.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c: In function ‘bestBlockSizeForDevice’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:398:10: warning: ‘currCall’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     temp = bestBlockSizes [ (kDevice->ident).chip ] [kargs->dtype] [currCall];
          ^
[ 77%] [ 78%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/copy_reg.cpp.o
Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/trace_malloc.c.o
[ 78%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/common/gens/dblock_kgen.c.o
[ 79%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/axpy_reg.cpp.o
[ 79%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/dot.cpp.o
[ 80%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/solution_seq_make.c.o
[ 80%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/solution_seq.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘getDefaultStepGranulation’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:1497:6: warning: variable ‘vecLen’ set but not used [-Wunused-but-set-variable]
  int vecLen;
      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeTRXMStep’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2033:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (kargs->dtype) {
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c: In function ‘decomposeSYR2KStep’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/generic/solution_seq_make.c:2319:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (kargs->dtype) {
     ^
[ 81%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/solution_assert.c.o
[ 82%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/reduction.cpp.o
[ 82%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/problem_iter.c.o
[ 83%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/kernel_extra.c.o
[ 83%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/generic/kdump.c.o
[ 83%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trmv_reg.cpp.o
[ 83%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotg_reg.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:384:54: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
     sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trmv_reg.cpp:385:49: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( blockSize, "%" SPREFIX "u", BLOCKSIZE );
                                                 ^
[ 84%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/ger_lds.cpp.o
[ 85%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotmg_reg.cpp.o
[ 85%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trsv_trtri.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:285:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( bhStr, "%" SPREFIX "u", BH );
                                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/ger_lds.cpp:286:38: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( bwStr, "%" SPREFIX "u", BW );
                                      ^
[ 86%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/trsv_gemv.cpp.o
[ 86%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/rotm_reg.cpp.o
[ 86%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/kprintf.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:418:64: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TARGETHEIGHT_S, "%" SPREFIX "u", TARGETHEIGHT );
                                                                ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:420:65: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TRIANGLE_HEIGHT_S, "%" SPREFIX "u", subdims->y );
                                                                 ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:436:60: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( TARGETROWS_S, "%" SPREFIX "u", TARGETROWS );
                                                            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:437:59: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
      sprintf( TARGETWIDTH_S, "%" SPREFIX "u", TARGETWIDTH );
                                                           ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/trsv_gemv.cpp:438:52: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
         sprintf( NLOOPS_S, "%" SPREFIX "u", NLOOPS );
                                                    ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMUL(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:513:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:588:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleVMAD_AND_REDUCE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:700:9: warning: unused variable ‘vwidth’ [-Wunused-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleMAD_AND_REDUCE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:780:9: warning: unused variable ‘vwidth’ [-Wunused-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleDIV(char**, char**, bool)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:909:9: warning: variable ‘vwidth’ set but not used [-Wunused-but-set-variable]
     int vwidth=1;
         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleAlignedVSTORE(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1068:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable]
     char * ptr, *id1, *id2, *id3;
            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handlePredicate(char**, char**)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1105:12: warning: variable ‘ptr’ set but not used [-Wunused-but-set-variable]
     char * ptr, *id1;
            ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp: In member function ‘void kprintf::handleReductionFramework(char**, char**, REDUCTION_TYPE)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
         switch(impl)
               ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1827:15: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
             switch(impl)
                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1878:19: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘ATOMIC_FHI’ not handled in switch [-Wswitch]
        switch(impl)
              ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1972:14: warning: enumeration value ‘REG_FHI’ not handled in switch [-Wswitch]
[ 87%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/syr_lds.cpp.o
[ 87%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/iamax.cpp.o
[ 88%] Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/nrm2.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr_lds.cpp:356:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 88%] [ 88%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/symm_cached.cpp.o
Building CXX object library/CMakeFiles/clBLAS.dir/blas/gens/asum.cpp.o
[ 89%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/toolslib.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/kprintf.cpp:1756:22: warning: ‘impl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     RedWithIndexImpl impl;
                      ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:196:35: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(width, "%" SPREFIX "u", Y);
                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:197:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemy, "%" SPREFIX "u", ITEMY);
                                       ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:198:39: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemx, "%" SPREFIX "u", ITEMX);
                                       ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/symm_cached.cpp:199:73: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf(itemy_by_width, "%" SPREFIX "u", (size_t) ITEMY/kextra->vecLenA);
                                                                         ^
[ 89%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/fileio.c.o
[ 90%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gemm_cached.cpp.o
[ 91%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/dimension.c.o
[ 91%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_init.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c: In function ‘getDimension’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/tools/tune/dimension.c:85:5: warning: enumeration value ‘TYPE_UNSIGNED_INT’ not handled in switch [-Wswitch]
     switch (dt) {
     ^
[ 92%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_io.c.o
[ 92%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gemm_tail_cached.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:116:13: warning: variable ‘nrDims’ set but not used [-Wunused-but-set-variable]
         int nrDims;
             ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: At global scope:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:94:1: warning: unused parameter ‘extra’ [-Wunused-parameter]
 calcNrThreads(
 ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:15: warning: variable ‘X’ set but not used [-Wunused-but-set-variable]
     size_t Y, X, BLOCKSIZE, ITEMX, ITEMY;
               ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_cached.cpp:271:18: warning: variable ‘BLOCKSIZE’ set but not used [-Wunused-but-set-variable]
     size_t Y, X, BLOCKSIZE, ITEMX, ITEMY;
                  ^
[ 92%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/syr2_lds.cpp.o
[ 93%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/her_lds.cpp.o
[ 93%] Building C object library/CMakeFiles/clBLAS.dir/tools/tune/storage_data.c.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:311:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/syr2_lds.cpp:360:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
In file included from /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/gemm_tail_cached.cpp:31:0:
/tmp/cltorch/build/clBLAS/src/clBLAS-external-build/include/gemm.clT:1135:20: warning: ‘GEMM_TN_KERNEL’ defined but not used [-Wunused-variable]
 static const char *GEMM_TN_KERNEL = "\
                    ^
[ 93%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/her2_lds.cpp.o
[ 94%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/gbmv.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:204:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable]
  const CLBLASKernExtra *extra;
                         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:303:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her_lds.cpp:350:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
Linking CXX shared library libclBLAS.so
[ 94%] Building C object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/tuned_numbers.c.o
In file included from /tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:17:0:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:34:5: warning: type of bit-field ‘ITEMY’ is a GCC extension [-Wpedantic]
     unsigned char ITEMY:7;          // Not more than 8
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:35:5: warning: type of bit-field ‘ITEMX’ is a GCC extension [-Wpedantic]
     unsigned char ITEMX:7;
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.h:36:5: warning: type of bit-field ‘useBarrier’ is a GCC extension [-Wpedantic]
     unsigned char useBarrier:1;
     ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘void calcNrThreads(size_t*, const SubproblemDim*, const PGranularity*, const void*, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:207:25: warning: variable ‘extra’ set but not used [-Wunused-but-set-variable]
  const CLBLASKernExtra *extra;
                         ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘ssize_t generator(char*, size_t, const SubproblemDim*, const PGranularity*, void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:304:51: warning: ISO C++98 does not support the ‘z’ gnu_printf length modifier [-Wformat=]
  sprintf( targetRows, "%" SPREFIX "u", TARGETROWS );
                                                   ^
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp: In function ‘bool isFitToLDS(SubproblemDim*, DataType, cl_ulong, const void*)’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/her2_lds.cpp:354:18: warning: variable ‘blasArgs’ set but not used [-Wunused-but-set-variable]
     CLBlasKargs *blasArgs;
                  ^
[ 94%] Built target clBLAS
[ 95%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/swap_reg.cpp.o
[ 95%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/scal_reg.cpp.o
[ 96%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/copy_reg.cpp.o
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c: In function ‘bestBlockSizeForDevice’:
/tmp/cltorch/clMathLibraries/clBLAS/src/library/blas/gens/tuned_numbers.c:398:10: warning: ‘currCall’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     temp = bestBlockSizes [ (kDevice->ident).chip ] [kargs->dtype] [currCall];
          ^
[ 96%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/axpy_reg.cpp.o
[ 96%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/dot.cpp.o
[ 97%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/reduction.cpp.o
[ 97%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/rotg_reg.cpp.o
[ 98%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/rotmg_reg.cpp.o
[ 98%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/rotm_reg.cpp.o
[ 99%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/iamax.cpp.o
[ 99%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/nrm2.cpp.o
[100%] Building CXX object library/tools/tune/CMakeFiles/tune.dir/__/__/blas/gens/asum.cpp.o
Linking CXX executable ../../../staging/clBLAS-tune
[100%] Built target tune
[ 39%] Performing install step for 'clBLAS-external'
[  4%] Built target tplgen
TPLGEN Running.....
[  4%] Built target GENERATE_CLT
[ 44%] Built target tune
[100%] Built target clBLAS
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/user/torch/install/./include/clBLAS.h
-- Installing: /home/user/torch/install/./include/clAmdBlas.h
-- Installing: /home/user/torch/install/./include/clAmdBlas.version.h
-- Installing: /home/user/torch/install/./include/clBLAS-complex.h
-- Installing: /home/user/torch/install/./include/clBLAS.version.h
-- Installing: /home/user/torch/install/share/clBLAS/clBLASTargets.cmake
-- Installing: /home/user/torch/install/share/clBLAS/clBLASTargets-relwithdebinfo.cmake
-- Installing: /home/user/torch/install/share/clBLAS/clBLASConfigVersion.cmake
-- Installing: /home/user/torch/install/share/clBLAS/clBLASConfig.cmake
-- Installing: /home/user/torch/install/lib/pkgconfig/clBLAS.pc
-- Installing: /home/user/torch/install/lib/libclBLAS.so.2.4.0
-- Installing: /home/user/torch/install/lib/libclBLAS.so.2
-- Installing: /home/user/torch/install/lib/libclBLAS.so
-- Installing: /home/user/torch/install/bin/clBLAS-tune
[ 41%] Completed 'clBLAS-external'
[ 41%] Built target clBLAS-external
Scanning dependencies of target THCl
[ 42%] [ 44%] [ 46%] [ 48%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClStorageCopy.cpp.o
Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClGeneral.cpp.o
Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensor.cpp.o
Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClStorage.cpp.o
[ 50%] [ 51%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorCopy.cpp.o
Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMath.cpp.o
[ 53%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathPointwise.cpp.o
[ 55%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClReduceApplyUtils.cpp.o
[ 57%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClApply.cpp.o
[ 58%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathCompare.cpp.o
[ 60%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathCompareT.cpp.o
[ 62%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathPairwise.cpp.o
[ 64%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMath2.cpp.o
[ 66%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClBlas.cpp.o
[ 67%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathBlas.cpp.o
[ 69%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClReduce.cpp.o
[ 71%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTypeParseTraits.cpp.o
[ 73%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClReduceAll.cpp.o
[ 75%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClDeviceUtils.cpp.o
[ 76%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMasked.cpp.o
[ 78%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathTransformReduce.cpp.o
[ 80%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorIndex.cpp.o
[ 82%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClKernels.cpp.o
[ 83%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClTensorMathScan.cpp.o
[ 85%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClGather.cpp.o
[ 87%] Building CXX object lib/THCl/CMakeFiles/THCl.dir/THClScatter.cpp.o
Linking CXX shared library libTHCl.so
[ 87%] Built target THCl
Scanning dependencies of target cltorch
[ 89%] [ 91%] [ 92%] [ 94%] Building CXX object CMakeFiles/cltorch.dir/init.cpp.o
Building C object CMakeFiles/cltorch.dir/torch/utils.c.o
Building CXX object CMakeFiles/cltorch.dir/Storage.cpp.o
Building C object CMakeFiles/cltorch.dir/Tensor.c.o
[ 96%] Building C object CMakeFiles/cltorch.dir/TensorMath.c.o
[ 98%] Building C object CMakeFiles/cltorch.dir/TensorOperator.c.o
Linking CXX shared module libcltorch.so
[100%] Built target cltorch
Install the project...
-- Install configuration: "RelWithDebInfo"
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lib/libcltorch.so
-- Set runtime path of "/home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lib/libcltorch.so" to "$ORIGIN/../lib:/home/user/torch/install/lib"
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/init.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Tensor.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Random.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/Test.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/luaunit.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/unit_storage.lua
-- Installing: /home/user/torch/install/lib/luarocks/rocks/cltorch/scm-1/lua/cltorch/unit_tensor.lua
-- Installing: /home/user/torch/install/include/THCl/THCl.h
-- Installing: /home/user/torch/install/include/THCl/THClGeneral.h
-- Installing: /home/user/torch/install/include/THCl/THClBlas.h
-- Installing: /home/user/torch/install/include/THCl/THClStorage.h
-- Installing: /home/user/torch/install/include/THCl/THClStorageCopy.h
-- Installing: /home/user/torch/install/include/THCl/THClTensor.h
-- Installing: /home/user/torch/install/include/THCl/THClTensorCopy.h
-- Installing: /home/user/torch/install/include/THCl/THClTensorMath.h
-- Installing: /home/user/torch/install/include/THCl/THClApply.h
-- Installing: /home/user/torch/install/include/THCl/THClReduce.h
-- Installing: /home/user/torch/install/include/THCl/THClReduceApplyUtils.h
-- Installing: /home/user/torch/install/include/THCl/THClKernels.h
-- Installing: /home/user/torch/install/include/THCl/THClOperators.h
-- Installing: /home/user/torch/install/lib/libTHCl.so
-- Set runtime path of "/home/user/torch/install/lib/libTHCl.so" to "$ORIGIN/../lib:/home/user/torch/install/lib"
cd build
Updating manifest for /home/user/torch/install/lib/luarocks/rocks
cltorch scm-1 is now built and installed in /home/user/torch/install/ (license: BSD)
hughperkins commented 9 years ago

I also tried again, but this time turned off the network after the git clone --recursive step had finished, and also worked ok...

hughperkins commented 9 years ago

Maybe you can copy libclew.so into your torch/install/lib directory by hand?

You can probably find it somewhere in your build tree, otherwise you could build it separately:

git clone https://github.com/hughperkins/clew.git
cd clew
mkdir build
cd build
ccmake ..
# 'c' for configure
# shared library = ON
# install cl header = ON
# 'c' for configure
# 'g' for generate
make -j 4

=> should appear in src subdirectory, ie in build/src directory.

xonobo commented 9 years ago

Recursive clone solved the issue. Thanks for your concern.

hughperkins commented 9 years ago

Ok, cool :-)