Copied all headers into C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include.
Now I have new errors like below :
Can anyone help me?
===========================================================================================
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(849): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(1787): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(2637): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(3492): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(4431): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(5345): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(6252): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7142): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7956): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(774): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(1618): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_double_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h(943): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(17): warning C4005: ‘PyString_Check’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(71): note: see previous definition of ‘PyString_Check’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(18): warning C4005: ‘PyString_FromString’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(73): note: see previous definition of ‘PyString_FromString’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(19): warning C4005: ‘PyString_AsString’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(80): note: see previous definition of ‘PyString_AsString’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(20): warning C4005: ‘PyString_FromStringAndSize’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(74): note: see previous definition of ‘PyString_FromStringAndSize’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(21): warning C4005: ‘PyString_Size’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(82): note: see previous definition of ‘PyString_Size’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(888): warning: variable “prev” was set but never used
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(912): warning: variable “result” was set but never used
mod.cu(803): warning: conversion from pointer to smaller integer
mod.cu(941): warning: pointless comparison of unsigned integer with zero
mod.cu(3075): warning: statement is unreachable
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(849): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(1787): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(2637): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(3492): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(4431): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(5345): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(6252): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7142): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7956): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(774): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(1618): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_double_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h(943): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(17): warning C4005: ‘PyString_Check’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(71): note: see previous definition of ‘PyString_Check’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(18): warning C4005: ‘PyString_FromString’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(73): note: see previous definition of ‘PyString_FromString’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(19): warning C4005: ‘PyString_AsString’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(80): note: see previous definition of ‘PyString_AsString’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(20): warning C4005: ‘PyString_FromStringAndSize’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(74): note: see previous definition of ‘PyString_FromStringAndSize’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cuda_ndarray.cuh(21): warning C4005: ‘PyString_Size’: macro redefinition
C:\Program Files\Anaconda3\lib\site-packages\numpy\core\include\numpy/npy_3kcompat.h(82): note: see previous definition of ‘PyString_Size’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(888): warning: variable “prev” was set but never used
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(912): warning: variable “result” was set but never used
mod.cu(803): warning: conversion from pointer to smaller integer
mod.cu(941): warning: pointless comparison of unsigned integer with zero
mod.cu(3075): warning: statement is unreachable
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(849): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(1787): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(2637): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(3492): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(4431): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(5345): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(6252): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7142): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7956): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(849): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(1787): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(2637): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(3492): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(4431): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(5345): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(6252): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7142): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7956): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(910): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(1903): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(2843): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(3779): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(4721): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(5723): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(6682): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(7610): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(8543): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(9413): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(10391): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(11435): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(774): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(1618): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_double_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\sm_20_intrinsics.h(943): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(910): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(1903): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(2843): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(3779): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(4721): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(5723): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(6682): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(7610): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(8543): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(9413): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(10391): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions_decls.h(11435): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(774): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\device_functions.h(1618): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h: warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(849): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(1787): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(2637): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(3492): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(4431): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(5345): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(6252): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7142): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
c:\program files\nvidia gpu computing toolkit\cuda\v8.0\include\math_functions.h(7956): warning C4819: The file contains a character that cannot be represented in the current code page (949). Save the file in Unicode format to prevent data loss
nvcc warning : The ‘compute_20’, ‘sm_20’, and ‘sm_21’ architectures are deprecated, and may be removed in a future release (Use -Wno-deprecated-gpu-targets to suppress warning).
mod.cu
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(668): warning C4477: ‘fprintf’ : format string ‘%lu’ requires an argument of type ‘unsigned long’, but variadic argument 2 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(668): note: consider using ‘%zu’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): warning C4477: ‘fprintf’ : format string ‘%016lx’ requires an argument of type ‘unsigned long’, but variadic argument 1 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): note: consider using ‘%zx’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): warning C4477: ‘fprintf’ : format string ‘%016lx’ requires an argument of type ‘unsigned long’, but variadic argument 2 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): note: consider using ‘%zx’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): warning C4477: ‘fprintf’ : format string ‘%lu’ requires an argument of type ‘unsigned long’, but variadic argument 3 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): note: consider using ‘%zu’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): warning C4477: ‘fprintf’ : format string ‘%016lx’ requires an argument of type ‘unsigned long’, but variadic argument 4 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): note: consider using ‘%zx’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): warning C4477: ‘fprintf’ : format string ‘%2lu’ requires an argument of type ‘unsigned long’, but variadic argument 5 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(670): note: consider using ‘%zu’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): warning C4477: ‘fprintf’ : format string ‘%016lx’ requires an argument of type ‘unsigned long’, but variadic argument 3 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): note: consider using ‘%zx’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): warning C4477: ‘fprintf’ : format string ‘%lu’ requires an argument of type ‘unsigned long’, but variadic argument 4 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): note: consider using ‘%zu’ in the format string
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): warning C4477: ‘fprintf’ : format string ‘%lu’ requires an argument of type ‘unsigned long’, but variadic argument 5 has type ‘std::size_t’
C:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda\cnmem.cpp(690): note: consider using ‘%zu’ in the format string
mod.cu(803): warning C4311: ‘type cast’: pointer truncation from ‘CudaNdarray *’ to ‘long’
mod.cu(3374): warning C4312: ‘type cast’: conversion from ‘long’ to ‘float *’ of greater size
LINK : fatal error LNK1104: cannot open file ‘uuid.lib’
[‘nvcc’, ‘-shared’, ‘-O3’, ‘–compiler-bindir’, ‘C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin’, ‘-Xlinker’, ‘/DEBUG’, ‘-D HAVE_ROUND’, ‘-m64’, ‘-Xcompiler’, ‘-DCUDA_NDARRAY_CUH=mc72d035fdf91890f3b36710688069b2e,-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION,/Zi,/MD’, ‘-IC:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda’, ‘-IC:\Program Files\Anaconda3\lib\site-packages\numpy\core\include’, ‘-IC:\Program Files\Anaconda3\include’, ‘-IC:\Program Files\Anaconda3\lib\site-packages\theano\gof’, ‘-o’, ‘C:\Users\Kwon\AppData\Local\Theano\compiledir_Windows-10-10.0.14393-SP0-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.5.2-64\cuda_ndarray\cuda_ndarray.pyd’, ‘mod.cu’, ‘-LC:\Program Files\Anaconda3\libs’, ‘-LC:\Program Files\Anaconda3’, ‘-lcublas’, ‘-lpython35’, ‘-lcudart’]
ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: (‘nvcc return status’, 2, ‘for cmd’, ‘nvcc -shared -O3 --compiler-bindir C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin -Xlinker /DEBUG -D HAVE_ROUND -m64 -Xcompiler -DCUDA_NDARRAY_CUH=mc72d035fdf91890f3b36710688069b2e,-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION,/Zi,/MD -IC:\Program Files\Anaconda3\lib\site-packages\theano\sandbox\cuda -IC:\Program Files\Anaconda3\lib\site-packages\numpy\core\include -IC:\Program Files\Anaconda3\include -IC:\Program Files\Anaconda3\lib\site-packages\theano\gof -o C:\Users\Kwon\AppData\Local\Theano\compiledir_Windows-10-10.0.14393-SP0-Intel64_Family_6_Model_94_Stepping_3_GenuineIntel-3.5.2-64\cuda_ndarray\cuda_ndarray.pyd mod.cu -LC:\Program Files\Anaconda3\libs -LC:\Program Files\Anaconda3 -lcublas -lpython35 -lcudart’)
WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu is not available (error: cuda unavailable)