GithubHelp home page GithubHelp logo

torch.github.io's Introduction

How to run the website:

jekyll serve -w

torch.github.io's People

Contributors

0xdaksh avatar andresy avatar anulman avatar anuragranj avatar atcold avatar bentcheck avatar brollb avatar clementfarabet avatar culurciello avatar elliottd avatar fmassa avatar hughperkins avatar jj avatar joshuagruenstein avatar kaixhin avatar koraykv avatar kuz avatar markaward avatar mhr avatar nicholas-leonard avatar paulinder avatar prasadwagle avatar rufflewind avatar skaae avatar soumith avatar szagoruyko avatar tnguyen-rh avatar zmughal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

torch.github.io's Issues

Readline error while installing Torch

I tried to install latest Torch on my vultr cloud instance. I installed cmake.
I did GIT clone of Torch. Then, I ran ./install.sh.

I see following error.

..............
.....................
Updating manifest for /home/ssabat/torch/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /home/ssabat/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/ssabat/torch/install/include -c utils.c -o utils.o
gcc -shared -o treplutils.so -L/home/ssabat/torch/install/lib utils.o
gcc -O2 -fPIC -I/home/ssabat/torch/install/include -c readline.c -o readline.o
readline.c:8:31: fatal error: readline/readline.h: No such file or directory
#include <readline/readline.h>
^
compilation terminated.

Error: Build error: Failed compiling object readline.o
[ssabat@bkglinux torch]$

Any guidance?

Thanks,

Sunil Sabat

Referenced FPGA Backend Missing in Action

On Torch's homepage, the following claim is made:

Embeddable, with ports to iOS, Android and FPGA backends

Although there do exist functional ports to iOS and Android, I cannot find any maintained FPGA backends for Torch. If there does exist such a backend, it is not mentioned in any of Torch's documentation besides the homepage. Thus, it seems to me that either the homepage should be updated to remove reference to an FPGA backend, or the documentation should be updated with a link to a specific implementation. Thanks.

Old install scripts

Hi,

what happened to the old install script that did not use the the torch distro and installed globally? Can we add both options to the website?

Liquid Exception: Liquid syntax error: Unknown tag 'gist' in torch.github.io-master/blog/_posts/2015-07-30-cifar.md

I'm not very familiar with Ruby. I'm running into this issue with jekyll

Liquid Exception: Liquid syntax error: Unknown tag 'gist' in torch.github.io-master/blog/_posts/2015-07-30-cifar.md
jekyll 3.0.1 | Error: Liquid syntax error: Unknown tag 'gist'
ymb:torch.github.io-master yeison$ vim _config.yml
ymb:torch.github.io-master yeison$ jekyll serve -w
Configuration file: torch.github.io-master/_config.yml
Source:torch.github.io-master
Destination: torch.github.io-master/_site
Incremental build: disabled. Enable with --incremental

error while installing torch on install-deps

Hi,
I rm old torch and install from scratch on ubuntu16.04 but always got

nodejs is already the newest version (4.4.7-1nodesource1~trusty1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nodejs : Conflicts: npm
E: Unable to correct problems, you have held broken packages.

according to stackoverflow posts here , I think on line 151 of file install-deps, npm could be removed since install nodejs includes install npm now.

please correct me if im wrong, thanks!

Torch installation instructions oudated for WSL

Trying to install Torch using the getting started guide results in this:

pie@DESKTOP-2E3A9RH:~$ cd ~/torch; bash install-deps;
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
Updated successfully.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-software-properties is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  software-properties-common

E: Package 'python-software-properties' has no installation candidate
pie@DESKTOP-2E3A9RH:~/torch$ ./install.sh
Prefix set to /home/pie/torch/install
Installing Lua version: LUAJIT21
./install.sh: line 73: cmake: command not found
pie@DESKTOP-2E3A9RH:~/torch$ th
th: command not found

torch older versions

Hi,
How can I find old versions of torch because i have a project which need old version of torch from December 2015 or so. How can I find these old versions and if possible it's requirements from Cuda versions and Lua versions.
any help is appropriated

Reference Documentation

So I am working to migrate the docs of the main packages to readthedocs.org :

  • torch7 (PR merged)
  • nn (PR merged)
  • image (PR sent)
  • paths (PR merged)
  • gnuplot (PR merged)
  • cwrap (PR merged)
  • optim (PR merged)
  • trepl (PR merged)
  • qtlua (PR merged)

Next I will need to update all inter-repo doc hyperlinks to point to readthedocs instead of github (this doesn't affect intra-repo links). This also includes the doc links in this repo.

  • fix inter-doc links

Once the reference documentation is on readthedocs, I will try to find the motivation to finish (or at least continue) the torch manual.

Error in install-deps script

Line 95 of the install-deps uses "VERS" instead of VERSION, which causes the CentOS version check to fail. I am trying to install torch on an HPC cluster running CentOS 6.6. Since I don't have sudo privilege, I tried to install it inside my directory changing the version. ${centos_major_version} was empty and the version check was failing even after I changed the version number.

Installation failed because "The following variables are used in this project, but they are set to NOTFOUND"

Can anyone help me out here? I am trying to install TORCH on Windows 11 with WSL AlmaLinux with "Intel Iris Xe Graphics".
CUDA driver is installed:

/usr/local/cuda/bin/nvcc --version

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Jun__8_16:49:14_PDT_2022
Cuda compilation tools, release 11.7, V11.7.99
Build cuda_11.7.r11.7/compiler.31442593_0

TORCH installation:

-- Removing -DNDEBUG from compile flags
-- TH_LIBRARIES: TH
-- MAGMA not found. Compiling without MAGMA support
-- Automatic GPU detection failed. Building for common architectures.
-- Autodetected CUDA architecture(s): 3.0;3.5;5.0;5.2;6.0;6.1;6.1+PTX
-- got cuda version 11.7
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- CUDA_NVCC_FLAGS: -gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_61,code=compute_61;-DCUDA_HAS_FP16=1
-- THC_SO_VERSION: 0
-- Performing Test HAS_LUAL_SETFUNCS
-- Performing Test HAS_LUAL_SETFUNCS - Failed
-- Configuring done

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
CUDA_cublas_device_LIBRARY (ADVANCED)
linked by target "THC" in directory /root/torch/extra/cutorch/lib/THC

-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.

Error: Build error: Failed building.

Not able to load modules in torch

I am no longer able to load modules such as 'torch'. It gives me this error:

th> require 'torch'
/Users/shima/torch/install/share/lua/5.1/trepl/init.lua:384: loop or previous error loading module 'torch'
stack traceback:
[C]: in function 'error'
/Users/shima/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require'
[string "_RESULT={require 'torch'}"]:1: in main chunk
[C]: in function 'xpcall'
/Users/shima/torch/install/share/lua/5.1/trepl/init.lua:651: in function 'repl'
...hima/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: at 0x0100f0cbd0

Could you help me solve this problem? I highly appreciate that!

build issues/solutions

Hi,

Whilst installing torch:

  1. in the specific, installer couldnt find 'torchwrap.lua' whilst installing torch package, so I ran the following by hand, from ~/torch/pkg/torch directory:
LUA_PATH="$LUA_PATH;?.lua" luarocks make rocks/torch-scm-1.rockspec

=> this package then built ok. Maybe might consider editing line 81 of install.sh in a similar manner?
2. in the generic, the installation ran to completion, with no particular errors, simply didnt work at the end ;-) Perhaps could be worth considering adding to the top of install.sh:

set -e
set -x
  • the first makes the script stop on any error
  • the second writes each command before executing it, so we can see where errors lie

Note that with set -e activated, it's necessary to do something about about line 63, eg put set +e before it, and set -e after it.

Error while installing torch

I tried to install torch as described in http://torch.ch/docs/getting-started.html.

After executing ./install.sh Below are the messages in terminal. There are a lot bunch of errors, is it OK to get them?

Prefix set to /home/zuddler/torch/install
Installing Lua version: LUAJIT21
Installing common Lua packages
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/zuddler/torch/install/lib src/lfs.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
luafilesystem 1.6.3-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT/X11)

Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
penlight scm-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT/X11)

gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c lua_cjson.c -o lua_cjson.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c strbuf.c -o strbuf.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c fpconv.c -o fpconv.o
gcc -shared -o cjson.so -L/home/zuddler/torch/install/lib lua_cjson.o strbuf.o fpconv.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
lua-cjson 2.1devel-1 is now built and installed in /home/zuddler/torch/install/ (license: MIT)

Installing core Torch packages
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c test.c -o test.o
gcc -shared -o ffi/libtest.so -L/home/zuddler/torch/install/lib test.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c call.c -o call.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c ctype.c -o ctype.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c ffi.c -o ffi.o -Idynasm
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c parser.c -o parser.o -Idynasm
gcc -shared -o ffi.so -L/home/zuddler/torch/install/lib call.o ctype.o ffi.o parser.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
luaffi scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/
gcc -shared -o libsundown.so -L/home/zuddler/torch/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
sundown scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
cwrap scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" -DLUADIR="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1" && make

-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/paths/build
[100%] Built target paths
cd build && make install
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/zuddler/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/zuddler/torch/install/bin" -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" -DLUADIR="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)

-- Compiling with OpenMP support
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this on this machine.
-- No OMAP4 processor on this on this machine.
-- Atomics: using GCC intrinsics
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
--   Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
--   Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
--   Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
--   Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
--   Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
--   Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
--   Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
--   Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
--   Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
--   Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
--   Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
--   Library blas: /usr/lib64/libblas.so
-- Found a library with BLAS API (generic).
-- Found a library with LAPACK API. (generic)
-- C inline is supported (inline)
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/torch/build
[  5%] Built target luaT
[ 52%] Built target TH
[100%] Built target torch
cd build && make install
[ 47%] Built target TH
[ 52%] Built target luaT
[100%] Built target torch
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchExports.cmake
-- Installing: /home/zuddler/torch/install/share/cmake/torch/TorchExports-release.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchConfig.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchWrap.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchPathsInit.cmake
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/TorchPackage.cmake
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lib/libtorch.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/File.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tensor.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/CmdLine.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/FFI.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/Tester.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/TestSuite.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/README.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/random.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/index.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/maths.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/timer.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/gather.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/utility.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/storage.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/diskfile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tester.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/cmdline.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/serialization.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/file.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/pipefile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/memoryfile.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/torch/scm-1/lua/torch/doc/tensor.md
-- Up-to-date: /home/zuddler/torch/install/lib/libTH.so
-- Up-to-date: /home/zuddler/torch/install/include/TH/TH.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THAllocator.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THMath.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THBlas.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THDiskFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THFilePrivate.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGeneral.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateAllTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateFloatTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THGenerateIntTypes.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THLogAdd.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THMemoryFile.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THRandom.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THStorage.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensor.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorApply.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorDimApply.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THTensorMacros.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THVector.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/THAtomic.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THBlas.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THBlas.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THLapack.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorage.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorage.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorageCopy.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THStorageCopy.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensor.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensor.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorConv.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorConv.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorCopy.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorCopy.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorLapack.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorLapack.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorMath.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorMath.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorRandom.c
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THTensorRandom.h
-- Up-to-date: /home/zuddler/torch/install/include/TH/generic/THVector.c
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/THConfig.cmake
-- Up-to-date: /home/zuddler/torch/install/lib/libluaT.so
-- Up-to-date: /home/zuddler/torch/install/include/luaT.h
-- Up-to-date: /home/zuddler/torch/install/share/cmake/torch/luaTConfig.cmake
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
torch scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
dok scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c utils.c -o utils.o
gcc -shared -o treplutils.so -L/home/zuddler/torch/install/lib utils.o
gcc -O2 -fPIC -I/home/zuddler/torch/install/include -c readline.c -o readline.o
gcc -shared -o readline.so -L/home/zuddler/torch/install/lib readline.o -lreadline
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
trepl scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_BUILD_TYPE=Release  -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0" && make
-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/sys/build
[100%] Built target sys
cd build && make install
[100%] Built target sys
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lib/libsys.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/colors.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/sys/1.1-0/lua/sys/fpath.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
sys 1.1-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
xlua 1.0-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1"  -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib" && make

-- Found Torch7 in /home/zuddler/torch/install
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/nn/build
[100%] Built target THNN
cd build && make install
[100%] Built target THNN
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialUpSamplingNearest.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricBatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDilatedConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PairwiseDistance.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricFullConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN_h.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ErrorMessages.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Replicate.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MSECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricAveragePooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialClassNLLCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMulTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Bilinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Square.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Min.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassNLLCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseLinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MM.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricDropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CAddTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalSubSampling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Narrow.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/StochasticGradient.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/NarrowTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Add.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardTanh.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Penalty.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Reshape.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TanhShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Identity.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Padding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialContrastiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CrossEntropyCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CSubTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Linear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Select.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Normalize.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sigmoid.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialCrossMapLRN.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Container.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Abs.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/hessian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Transpose.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFractionalMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MixtureTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedMSECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ClassSimplexCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Exp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/View.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CMul.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MulConstant.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftSign.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/TemporalMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Cosine.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginRankingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CriterionTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMin.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MV.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sequential.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/JoinTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAveragePooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Parallel.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialFullConvolutionMap.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ParallelCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMM.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ConcatTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Squeeze.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineDistance.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Power.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PartialLinear.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sum.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReplicationPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HingeEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionMap.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDivisiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Index.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSigmoid.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialAdaptiveMaxPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Sqrt.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialBatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Threshold.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BatchNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Clamp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CosineEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Log.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DepthConcat.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Copy.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/WeightedEuclidean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AbsCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolutionLocal.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Euclidean.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/HardShrink.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialLPPooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MaskedSelect.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1HingeEmbeddingCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Criterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Concat.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/CDivTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialMaxUnpooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Tanh.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LogSoftMax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialDropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Jacobian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/AddConstant.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubSampling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/L1Cost.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SparseJacobian.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Contiguous.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/ELU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialZeroPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialSubtractiveNormalization.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelSoftMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftPlus.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Max.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MultiLabelMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SmoothL1Criterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Dropout.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/utils.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DotProduct.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/THNN.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialConvolution.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SplitTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SelectTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Unsqueeze.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Module.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/VolumetricMaxUnpooling.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/RReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/PReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SoftMarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/BCECriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LeakyReLU.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/DistKLDivCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/Mul.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/SpatialReflectionPadding.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/LookupTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/MarginCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/FlattenTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/GradientReversal.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/table.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/transfer.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/convolution.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/index.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lena.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/elu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/parameterflattening.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softplus.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsigmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/parameterflattening.svg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/rrelu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmax.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sshrink.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/lenap.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sqrt.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softsign.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/htanh.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/abs.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/softmin.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/prelu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/exp.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/power.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/tanh.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/logsoftmax.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/relu.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/sigmoid.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/hshrink.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/image/square.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/containers.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/module.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/training.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/testing.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/simple.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/overview.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/doc/criterion.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lua/nn/README.md
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/nn/scm-1/lib/libTHNN.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
nn scm-1 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1"; 
make

-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/graph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/graphviz.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Edge.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/Node.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/graph/scm-1/lua/graph/init.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
graph scm-1 is now built and installed in /home/zuddler/torch/install/ (license: UNKNOWN)

cmake -E make_directory build;
cd build;
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1"; 
make

-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/nngraph/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/node.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nesting.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/graphinspecting.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/simple_print.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/gmodule.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/ModuleFromCriterion.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/nest.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustTable.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/utils.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/nngraph/scm-1/lua/nngraph/JustElement.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
nngraph scm-1 is now built and installed in /home/zuddler/torch/install/ (license: UNKNOWN)

Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DLUA_INCDIR="/home/zuddler/torch/install/include" -DLUA_LIBDIR="/home/zuddler/torch/install/lib"  -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0" && make

-- Found Torch7 in /home/zuddler/torch/install
-- Compiling with OpenMP support
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/image/build
[ 25%] Built target ppm
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target image
cd build && make install
[ 25%] Built target ppm
[ 50%] Built target jpeg
[ 75%] Built target png
[100%] Built target image
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libppm.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libjpeg.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libpng.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so
-- Set runtime path of "/home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lib/libimage.so" to "$ORIGIN/../lib:/home/zuddler/torch/install/lib"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/win.ui
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/test.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P4.pbm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.jpg
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray3x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/foobar.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb16-2x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/gray16-1x2.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P5.pgm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/corrupt-ihdr.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/lena.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/fabio.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/rgb2x1.png
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P2.pgm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/assets/P6.ppm
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/image/1.1.alpha-0/lua/image/README.md
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
image 1.1.alpha-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0" && make

-- Found Torch7 in /home/zuddler/torch/install
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/pkg/optim/build
cd build && make install
Install the project...
-- Install configuration: "Release"
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adamax.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/asgd.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/nag.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cg.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/ConfusionMatrix.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adagrad.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adam.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/fista.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/adadelta.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/checkgrad.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rmsprop.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/polyinterp.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lbfgs.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/sgd.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/init.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/cmaes.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/rprop.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/lswolfe.lua
-- Installing: /home/zuddler/torch/install/lib/luarocks/rocks/optim/1.0.5-0/lua/optim/Logger.lua
Updating manifest for /home/zuddler/torch/install/lib/luarocks/rocks
optim 1.0.5-0 is now built and installed in /home/zuddler/torch/install/ (license: BSD)

Found CUDA on your machine. Installing CUDA packages
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/zuddler/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/zuddler/torch/install/lib/luarocks/rocks/cutorch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- Found Torch7 in /home/zuddler/torch/install
-- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
-- MAGMA not found. Compiling without MAGMA support
-- Automatic GPU detection failed. Building for all known architectures.
-- Compiling for CUDA architecture: 2.0 2.1(2.0) 3.0 3.5 5.0 5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zuddler/torch/extra/cutorch/build
[  2%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o
[  5%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o
[ 10%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o
[ 10%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"

/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"

/usr/include/c++/6.1.1/exception(63): error: expected a ";"

/usr/include/c++/6.1.1/exception(69): error: expected a ";"

/usr/include/c++/6.1.1/exception(77): error: expected a ";"

/usr/include/c++/6.1.1/exception(85): error: expected a ";"

/usr/include/c++/6.1.1/exception(95): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"

/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"

/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope

/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope

/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member

/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration

/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined

/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined

/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"

/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"

/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression

/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_0000437d_00000000-19_THCBlas.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCBlas.cu.o.cmake:266 (message):
  Error generating file
  /home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCBlas.cu.o


make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:364: lib/THC/CMakeFiles/THC.dir/THC_generated_THCBlas.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THStorage.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THStorageCopy.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensor.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensorCopy.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensorRandom.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensorMath.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensorConv.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THTensorLapack.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THCStorage.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THCTensor.h


/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"

/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"

/usr/include/c++/6.1.1/exception(63): error: expected a ";"

/usr/include/c++/6.1.1/exception(69): error: expected a ";"

/usr/include/c++/6.1.1/exception(77): error: expected a ";"

/usr/include/c++/6.1.1/exception(85): error: expected a ";"

/usr/include/c++/6.1.1/exception(95): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"

/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"

/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope

/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope

/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member

/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration

/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined

/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined

/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"

/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"

/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression

/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_00004391_00000000-19_THCReduceApplyUtils.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCReduceApplyUtils.cu.o.cmake:266 (message):
  Error generating file
  /home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCReduceApplyUtils.cu.o


make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:222: lib/THC/CMakeFiles/THC.dir/THC_generated_THCReduceApplyUtils.cu.o] Error 1
CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THStorage.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THStorageCopy.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THCStorage.h


CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
   Removing non-existent dependency file: generic/THCStorage.cu


/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"

/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"

/usr/include/c++/6.1.1/exception(63): error: expected a ";"

/usr/include/c++/6.1.1/exception(69): error: expected a ";"

/usr/include/c++/6.1.1/exception(77): error: expected a ";"

/usr/include/c++/6.1.1/exception(85): error: expected a ";"

/usr/include/c++/6.1.1/exception(95): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"

/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"

/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope

/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope

/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member

/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration

/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined

/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined

/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"

/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"

/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression

/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000043a9_00000000-19_THCHalf.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCHalf.cu.o.cmake:266 (message):
  Error generating file
  /home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCHalf.cu.o


make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:2185: lib/THC/CMakeFiles/THC.dir/THC_generated_THCHalf.cu.o] Error 1
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/include/stddef.h(436): error: expected a ";"

/usr/include/c++/6.1.1/x86_64-pc-linux-gnu/bits/c++config.h(202): error: expected a ";"

/usr/include/c++/6.1.1/exception(63): error: expected a ";"

/usr/include/c++/6.1.1/exception(69): error: expected a ";"

/usr/include/c++/6.1.1/exception(77): error: expected a ";"

/usr/include/c++/6.1.1/exception(85): error: expected a ";"

/usr/include/c++/6.1.1/exception(95): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/6.1.1/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/6.1.1/bits/exception_ptr.h(71): error: namespace "std" has no member "rethrow_exception"

/usr/include/c++/6.1.1/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(83): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(88): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(89): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(94): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: incomplete type is not allowed

/usr/include/c++/6.1.1/bits/exception_ptr.h(97): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(118): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(128): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(145): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(146): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(149): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(154): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(155): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(158): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(159): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(162): error: use of a local type to declare a function

/usr/include/c++/6.1.1/bits/exception_ptr.h(163): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(171): error: expected a ";"

/usr/include/c++/6.1.1/bits/exception_ptr.h(197): error: expected a ";"

/usr/include/c++/6.1.1/bits/move.h(47): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(71): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(71): error: template parameter "_Tp" may not be redeclared in this scope

/usr/include/c++/6.1.1/type_traits(71): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(72): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(73): error: member "std::integral_constant<_Tp, __v>::_Tp" is not a type name

/usr/include/c++/6.1.1/type_traits(74): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(79): error: "value_type" has already been declared in the current scope

/usr/include/c++/6.1.1/type_traits(79): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(84): error: identifier "constexpr" is undefined

/usr/include/c++/6.1.1/type_traits(84): error: "_Tp" is not a function or static data member

/usr/include/c++/6.1.1/type_traits(93): error: expected a declaration

/usr/include/c++/6.1.1/type_traits(93): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(126): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(235): error: identifier "char16_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: identifier "char32_t" is undefined

/usr/include/c++/6.1.1/type_traits(239): error: class "std::__is_integral_helper<<error-type>>" has already been defined

/usr/include/c++/6.1.1/type_traits(337): error: identifier "__float128" is undefined

/usr/include/c++/6.1.1/type_traits(453): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(457): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(465): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(469): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(477): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(481): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(489): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(493): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(501): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(505): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(513): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(517): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(525): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(529): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(537): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(541): error: expected a ">"

/usr/include/c++/6.1.1/type_traits(551): error: namespace "std" has no member "nullptr_t"

/usr/include/c++/6.1.1/type_traits(572): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(578): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(585): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(592): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(602): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(628): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(738): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(752): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(767): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(777): error: expected a ")"

/usr/include/c++/6.1.1/type_traits(788): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(788): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(788): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(788): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(794): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(795): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(825): error: identifier "noexcept" is undefined

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: function call is not allowed in a constant expression

/usr/include/c++/6.1.1/type_traits(825): error: this operator is not allowed in a template argument expression

/usr/include/c++/6.1.1/type_traits(836): error: an explicit template argument list is not allowed on this declaration

/usr/include/c++/6.1.1/type_traits(836): error: expected a type specifier

/usr/include/c++/6.1.1/type_traits(836): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(836): error: expected a ";"

/usr/include/c++/6.1.1/type_traits(842): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(843): error: space required between adjacent ">" delimiters of nested template argument lists (">>" is the right shift operator)

/usr/include/c++/6.1.1/type_traits(868): error: function returning function is not allowed

/usr/include/c++/6.1.1/type_traits(879): error: an explicit template argument list is not allowed on this declaration

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_000043b1_00000000-19_THCStorage.compute_52.cpp1.ii".
Compilation terminated.
CMake Error at THC_generated_THCStorage.cu.o.cmake:266 (message):
  Error generating file
  /home/zuddler/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCStorage.cu.o


make[2]: *** [lib/THC/CMakeFiles/THC.dir/build.make:1202: lib/THC/CMakeFiles/THC.dir/THC_generated_THCStorage.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:172: lib/THC/CMakeFiles/THC.dir/all] Error 2
make: *** [Makefile:128: all] Error 2

Error: Build error: Failed building.

Update documentation for OSX issues

Effectively the instructions on http://torch.ch/docs/getting-started.html should come with a warning that they don't work on as stated on current OSX builds.

We provide a simple installation process for Torch on Mac OS X and Ubuntu 12+:

Torch can be installed to your home folder in ~/torch by running these three commands:

in a terminal, run the commands WITHOUT sudo

git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh

This gives build error:

nvcc fatal : The version ('90000') of the host compiler ('Apple clang') is not supported

There are similar issues reported for this as per pytorch/pytorch#3047
it may be necessary to download Command Line Tool for 8.3.2 from https://developer.apple.com/download/more/
Run 'sudo xcode-select --switch /Library/Developer/CommandLineTools'

and then try the torch install again, however there will be further errors eg:

error: specified alignment (4) is different from alignment (2) specified on a previous declaration
so it's not quite a simple installation process

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.