Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem with CMake #265

Closed
chialikuo opened this issue May 1, 2016 · 11 comments · Fixed by #288
Closed

Installation problem with CMake #265

chialikuo opened this issue May 1, 2016 · 11 comments · Fixed by #288

Comments

@chialikuo
Copy link

I recently installed torch and cunn on my desktop running Ubuntu 15.10, which had cuda 7.5 installed. Everything went smoothly except that I had to first downgrade GCC to version 4.9.

A couple days ago, I was trying to install torch on my laptop with Ubuntu 16.04 just installed. Using GCC 4.9, I was able to install cuda 7.5 and torch. However, when I was trying to install cunn with command luarocks install cunn, it failed with the following error message:

Cloning into 'cunn'...
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /home/kuo/torch/install
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found CUDA: /usr (found suitable version "7.5", minimum required is "6.5") 
-- Compiling for CUDA architecture: 5.2
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/luarocks_cunn-scm-1-9819/cunn/build
[  1%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o
[  3%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o
[  5%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o
[  7%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o
[  9%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o
[ 11%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o
[ 13%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o
[ 15%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o
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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


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/THCStorageCopy.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/THCTensor.h


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


/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
CMake Error at THCUNN_generated_TemporalMaxPooling.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_TemporalMaxPooling.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:84: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_TemporalMaxPooling.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMake Error at THCUNN_generated_SpatialConvolutionMM.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_SpatialConvolutionMM.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:91: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialConvolutionMM.cu.o] Error 1
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
CMake Error at THCUNN_generated_HardTanh.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_HardTanh.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:98: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o] Error 1
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
CMake Error at THCUNN_generated_AbsCriterion.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_AbsCriterion.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:77: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o] Error 1
CMake Error at THCUNN_generated_LogSigmoid.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_LogSigmoid.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:406: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LogSigmoid.cu.o] Error 1
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
CMake Error at THCUNN_generated_DistKLDivCriterion.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_DistKLDivCriterion.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:63: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_DistKLDivCriterion.cu.o] Error 1
CMake Error at THCUNN_generated_MSECriterion.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_MSECriterion.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:105: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o] Error 1
/usr/include/string.h: In function ‘void* __mempcpy_inline(void*, const void*, size_t)’:
/usr/include/string.h:652:42: error: ‘memcpy’ was not declared in this scope
   return (char *) memcpy (__dest, __src, __n) + __n;
                                          ^
CMake Error at THCUNN_generated_LookupTable.cu.o.cmake:266 (message):
  Error generating file
  /tmp/luarocks_cunn-scm-1-9819/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_LookupTable.cu.o


lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:70: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o] Error 1
CMakeFiles/Makefile2:103: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/all' failed
make[1]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Error: Build error: Failed building.
Installing https://raw.githubusercontent.com/torch/rocks/master/cunn-scm-1.rockspec...
Using https://raw.githubusercontent.com/torch/rocks/master/cunn-scm-1.rockspec... switching to 'build' mode
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/home/kuo/torch/install/bin/.." -DCMAKE_INSTALL_PREFIX="/home/kuo/torch/install/lib/luarocks/rocks/cunn/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

This looks like a problem with CMake. On my Ubuntu 15.10, I used CMake 3.2.2 to install torch and everything. On my Ubuntu 16.04, I'm currently running CMake 3.5.1. Any idea how I can try to fix this?

@andreaskoepf
Copy link
Contributor

Quickfix: define _FORCE_INLINES, e.g. add set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -D_FORCE_INLINES") at the beginning of the CMakeLists.txt files of ctorch, cunn and cunnx.

Same problem mentioned at other places:
torch/torch7#670
torch/cutorch#401

@chialikuo
Copy link
Author

chialikuo commented May 2, 2016

Thanks. But is there a way to incorporate this fix if I want to install the package with luarocks?

@manugarri
Copy link

manugarri commented May 17, 2016

@KUO000 here is how I fixed it in case you are looking for a solution.

  1. git clone https://github.com/torch/cunn
  2. Edit cunn/rocks/cunn-scm-1.rockspec line where it says:

FLAGS=${CMAKE_CXX_FLAGS}

replace with

FLAGS="${CMAKE_CXX_FLAGS} -D_FORCE_INLINES"

then install with luarocks install rocks/cunn-scm-1.rockspec

@spandanagella
Copy link

I tried updating cunn with above instructions and I get below erros. Any idea whats causing the issue.

I tried with gcc 4.8.1 cuda 7.0.28 and gcc 4.8.1 cuda 7.5.18

Errors:
tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(53): error: identifier "THCudaIntTensor" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(53): error: identifier "rowbuf" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(53): error: identifier "THCudaIntTensor_new" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(54): error: identifier "csrPtrs" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(55): error: identifier "colInds" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(58): error: identifier "THCudaIntTensor_resize1d" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(67): error: identifier "THCudaIntTensor_copyCudaFloat" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(75): error: identifier "THCudaIntTensor_data" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(113): error: identifier "THCudaIntTensor_free" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(146): error: identifier "THCudaIntTensor" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(146): error: identifier "colbuf" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(146): error: identifier "THCudaIntTensor_new" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(147): error: identifier "colPtrs" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(148): error: identifier "rowInds" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(157): error: identifier "THCudaIntTensor_resize1d" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(163): error: identifier "THCudaIntTensor_copyCudaFloat" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(172): error: identifier "THCudaIntTensor_data" is undefined

/tmp/luarocks_cunn-scm-1-1796/cunn/lib/THCUNN/SparseLinear.cu(213): error: identifier "THCudaIntTensor_free" is undefined

18 errors detected in the compilation of "/tmp/tmpxft_00018450_00000000-7_SparseLinear.cpp1.ii".
CMake Error at THCUNN_generated_SparseLinear.cu.o.cmake:266 (message):
Error generating file
/tmp/luarocks_cunn-scm-1-1796/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_SparseLinear.cu.o

make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SparseLinear.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/all] Error 2
make: *** [all] Error 2

@robotnikthingy
Copy link

@manugarri

I do not see anywhere to put -D_FORCE_INLINES in the cunn-scm-1.rockspec

I tried adding it to this line in cunn-scm-1.rockspec
build_command = [[ cmake -E make_directory build && cd build && cmake .. -DLUALIB=$(LUALIB) -D_FORCE_INLINES -DCMAKE_CXX_FLAGS=${CMAKE_CXX_FLAGS} -D_FORCE_INLINES -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="$(LUA_BINDIR)/.." -DCMAKE_INSTALL_PREFIX="$(PREFIX)" && $(MAKE) -j$(getconf _NPROCESSORS_ONLN) install ]],
but it gives the error

Parse error in command line argument: -D_FORCE_INLINES Should be: VAR:type=value

@soumith
Copy link
Member

soumith commented Jun 14, 2016

@robotnikthingy this stuff should already be fixed now!

@robotnikthingy
Copy link

@soumith

I seem to be still getting the same error as the original poster unfortunately

`Cloning into 'cunn'...
remote: Counting objects: 77, done.
remote: Compressing objects: 100% (72/72), done.
remote: Total 77 (delta 18), reused 12 (delta 1), pack-reused 0
Receiving objects: 100% (77/77), 97.02 KiB | 0 bytes/s, done.
Resolving deltas: 100% (18/18), done.
Checking connectivity... done.
Warning: unmatched variable LUALIB
cmake -E make_directory build && cd build && cmake .. -DLUALIB= -DCMAKE_CXX_FLAGS=${D_FORCE_INLINES} -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/usr/bin/.." -DCMAKE_INSTALL_PREFIX="/usr/local/lib/luarocks/rocks/cunn/scm-1" && make -j$(getconf _NPROCESSORS_ONLN) install

-- The C compiler identification is GNU 5.3.1
-- The CXX compiler identification is GNU 5.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Torch7 in /usr
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDA: /usr (found suitable version "7.5", minimum required is "6.5")
-- Compiling for CUDA architecture: 2.1(2.0)
-- Found gcc >=5 and CUDA <= 7.5, adding workaround C++ flags
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:

LUALIB

-- Build files have been written to: /tmp/luarocks_cunn-scm-1-7901/cunn/build
[ 1%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o
[ 7%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o
[ 7%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialDilatedConvolution.cu.o
[ 7%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_Sigmoid.cu.o
[ 9%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o
[ 11%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o
[ 13%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_AbsCriterion.cu.o
[ 15%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_HardTanh.cu.o
/tmp/luarocks_cunn-scm-1-7901/cunn/lib/THCUNN/SpatialFractionalMaxPooling.cu:3:31: fatal error: THCDeviceTensor.cuh: No such file or directory
/tmp/luarocks_cunn-scm-1-7901/cunn/lib/THCUNN/VolumetricMaxPooling.cu:3:31: fatal error: THCDeviceTensor.cuh: No such file or directory
compilation terminated.
compilation terminated.
/tmp/luarocks_cunn-scm-1-7901/cunn/lib/THCUNN/PReLU.cu:2:25: fatal error: THCReduce.cuh: No such file or directory
compilation terminated.
CMake Error at THCUNN_generated_SpatialFractionalMaxPooling.cu.o.cmake:207 (message):
Error generating
/tmp/luarocks_cunn-scm-1-7901/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_SpatialFractionalMaxPooling.cu.o

CMake Error at THCUNN_generated_VolumetricMaxPooling.cu.o.cmake:207 (message):
Error generating
/tmp/luarocks_cunn-scm-1-7901/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_VolumetricMaxPooling.cu.o

CMake Error at THCUNN_generated_PReLU.cu.o.cmake:207 (message):
Error generating
/tmp/luarocks_cunn-scm-1-7901/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_PReLU.cu.o

lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:70: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_VolumetricMaxPooling.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:413: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_SpatialFractionalMaxPooling.cu.o] Error 1
lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:105: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_PReLU.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/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/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.h

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

CMake Warning at /usr/share/cmake-3.5/Modules/FindCUDA/make2cmake.cmake:65 (message):
Removing non-existent dependency file: generic/THCStorageCopy.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/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/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/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/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/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/THTensorLapack.h

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

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

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

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

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

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

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

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

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

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

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/THCStorageCopy.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/THCTensor.h

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

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

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

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

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/THCStorageCopy.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/THCTensor.h

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

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

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

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

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/THCStorageCopy.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/THCTensor.h

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

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

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

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

CMakeFiles/Makefile2:103: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/all' failed
make[1]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Error: Build error: Failed building.
`

@szagoruyko
Copy link
Member

@robotnikthingy have you updated cutorch?

luarocks install cutorch

@everdom
Copy link

everdom commented Sep 8, 2019

I had the same problem, I have updated torch cutorch nn before I install cunn.

$ luarocks install rocks/cunn-scm-1.rockspec
...
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfmLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfmLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfmLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfjLin1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfjLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfjLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z23THNN_CudaHalfGRUForwardI6__halfjLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfmLin1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfmLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfmLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfmLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfjLin1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfjLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfjLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z25THNN_CudaHalfLSTMBackwardI6__halfjLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfmLin1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfmLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfmLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfmLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfjLin1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfjLi2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfjLi1EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z24THNN_CudaHalfLSTMForwardI6__halfjLin2EEv10TensorInfoIT_T0_ES4_S4_S4_S4_S4_S4_S3_S3 is out of range. .minnctapersm will be ignored
[ 26%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTableBag.cu.o
/tmp/luarocks_cunn-scm-1-5240/cunn/lib/THCUNN/LookupTable.cu(32): error: identifier "__shfl" is undefined

/tmp/luarocks_cunn-scm-1-5240/cunn/lib/THCUNN/LookupTable.cu(49): warning: function "__any"
/usr/local/cuda/include/device_atomic_functions.h(178): here was declared deprecated ("__any() is not valid on compute_70 and above, and should be replaced with __any_sync().To continue using __any(), specify virtual architecture compute_60 when targeting sm_70 and above, for example, using the pair of compiler options: -arch=compute_60 -code=sm_70.")

[ 28%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MSECriterion.cu.o
[ 29%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_MarginCriterion.cu.o
1 error detected in the compilation of "/tmp/tmpxft_00002ab6_00000000-6_LookupTable.cpp1.ii".
CMake Error at THCUNN_generated_LookupTable.cu.o.Release.cmake:279 (message):
Error generating file
/tmp/luarocks_cunn-scm-1-5240/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_LookupTable.cu.o

lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:175: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o] Error 1
make[2]: *** 正在等待未完成的任务....
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddmLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddmLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddmLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddmLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffmLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffmLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffmLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffmLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_mLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_mLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_mLin1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_mLin2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
/tmp/luarocks_cunn-scm-1-5240/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

CMakeFiles/Makefile2:111: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/all' failed
make[1]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

Error: Build error: Failed building.

@everdom
Copy link

everdom commented Sep 9, 2019

fortunally, I solved this problem using a patch in #492, haha

@labbihi
Copy link

labbihi commented Apr 29, 2020

I have this error after running : CC=gcc-7 CXX=g++-7 luarocks make rocks/cunn-scm-1.rockspec

Torch 7 and CUDA 10.2

[ 26%] Building NVCC (Device) object lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTableBag.cu.o
/tmp/cunn/lib/THCUNN/LookupTable.cu(44): error: identifier "FULL_MASK" is undefined

/tmp/cunn/lib/THCUNN/LookupTable.cu(62): error: identifier "FULL_MASK" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(5): error: incomplete type is not allowed

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(5): error: identifier "LookupTable_accGradParameters" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(5): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(37): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: declaration is incompatible with function template "void cunn_LookupTable_accGradParametersKernelByFeature(long *, Dtype *, Dtype *, Dtype, ptrdiff_t, long, int)"
/tmp/cunn/lib/THCUNN/LookupTable.cu(66): here

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(47): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: declaration is incompatible with "void THCudaHalfTensor_free(THCState *, THCudaHalfTensor *)"
/root/torch/install/include/THC/generic/THCTensor.h(118): here

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: identifier "state" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: declaration is incompatible with "void __THCudaCheck(cudaError_t, const char *, int)"
/root/torch/install/include/THC/THCGeneral.h(200): here

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(50): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(51): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: identifier "resize" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: variable "THCIndexTensor_" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(56): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(56): error: declaration is incompatible with "void THLongStorage_free(THLongStorage *)"
/root/torch/install/include/TH/generic/THStorage.h(67): here

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(56): error: identifier "inputSize" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(61): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: namespace "thrust::cuda" has no actual member "par"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: identifier "thrustAlloc" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(86): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(87): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: expression preceding parentheses of apparent call must have (pointer-to-) function type

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: identifier "data" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: identifier "origIndices" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(91): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(93): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(127): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(128): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(131): error: variable "block" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(132): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(142): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: variable "THCudaHalfTensor_free" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: variable "__THCudaCheck" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(146): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(175): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(176): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(176): error: expression preceding parentheses of apparent call must have (pointer-to-) function type

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(176): error: identifier "idx" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(177): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(177): error: identifier "numel" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(177): error: no instance of overloaded function "thrust::unique" matches the argument list
argument types are: (thrust::device_ptr<>, )

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(178): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(180): error: identifier "normType" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(183): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(37): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(38): error: variable "block" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: variable "cunn_LookupTable_accGradParametersKernelByFeature" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(40): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(47): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: declaration is incompatible with "void THCudaTensor_free(THCState *, THCudaTensor *)"
/root/torch/install/include/THC/generic/THCTensor.h(118): here

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(48): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: variable "__THCudaCheck" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(49): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(50): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(51): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: variable "THCIndexTensor_" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(54): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: variable "THCIndexTensor_" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(55): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(56): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(56): error: variable "THLongStorage_free" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(61): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: namespace "thrust::cuda" has no actual member "par"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(83): error: expected a ";"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(86): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(87): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: variable "origIndices_data" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(90): error: expression preceding parentheses of apparent call must have (pointer-to-) function type

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(91): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(91): error: variable "count_data" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(93): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(127): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(128): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(131): error: variable "block" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(132): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(142): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: variable "THCudaTensor_free" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(144): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: this declaration has no storage class or type specifier

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: variable "__THCudaCheck" has already been defined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(145): error: expected a ")"

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(146): error: expected a declaration

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(175): warning: parsing restarts here after previous syntax error

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(176): error: identifier "THCIndex_t" is undefined

/tmp/cunn/lib/THCUNN/generic/LookupTable.cu(176): error: variable "idx_ptr" has already been defined

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_0000590c_00000000-13_LookupTable.compute_75.cpp1.ii".
Compilation terminated.
CMake Error at THCUNN_generated_LookupTable.cu.o.Release.cmake:280 (message):
Error generating file
/tmp/cunn/build/lib/THCUNN/CMakeFiles/THCUNN.dir//./THCUNN_generated_LookupTable.cu.o

lib/THCUNN/CMakeFiles/THCUNN.dir/build.make:8563: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o' failed
make[2]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/THCUNN_generated_LookupTable.cu.o] Error 1
make[2]: *** Attente des tâches non terminées....
/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddmLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddmLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIdEdddjLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddmLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddmLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLi1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIdEddjLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffmLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffmLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorIfEfffjLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES2_IT1_S4_ES2_IT2_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffmLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffmLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLi1ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELin1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELi2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELi1EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorIfEffjLin2ELin2EEv10TensorInfoIT0_T2_ES2_IT1_S4_ES4_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_mLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_mLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin1ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLi1ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELi1ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELin1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELi2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELi1EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply3I34logSigmoid_updateGradInput_functorI6__halfES1_S1_S1_jLin2ELin2ELin2EEv10TensorInfoIT0_T3_ES3_IT1_S5_ES3_IT2_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_mLin1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_mLin2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin1ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLi1ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELin1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELi2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELi1EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
ptxas warning : Value of threads per SM for entry Z21kernelPointwiseApply2I31logSigmoid_updateOutput_functorI6__halfES1_S1_jLin2ELin2EEv10TensorInfoIT0_T2_ES3_IT1_S5_ES5_T is out of range. .minnctapersm will be ignored
/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

/tmp/cunn/lib/THCUNN/LookupTableBag.cu(18): warning: variable "MODE_SUM" was declared but never referenced

CMakeFiles/Makefile2:131: recipe for target 'lib/THCUNN/CMakeFiles/THCUNN.dir/all' failed
make[1]: *** [lib/THCUNN/CMakeFiles/THCUNN.dir/all] Error 2
Makefile:149: recipe for target 'all' failed
make: *** [all] Error 2

kyoto7250 added a commit to kyoto7250/cunn that referenced this issue Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants