I'm trying to install theano and run it on Gpu using. 

Visual studio 2013 
Python 2.7 32bit
theano 0.7
Cuda 32bit 

knowing my widnows is 64bit. 

importing theano gives me this result : Using gpu device 0: GeForce GTX 960 
theano test pass and cuda test pass but whenever I try any theano functoion 
I got this error :

.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpjw7bd7\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpjw7bd7\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpjw7bd7\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmpjw7bd7\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.

===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmppgwshp\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmppgwshp\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmppgwshp\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmppgwshp\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp0bmcgo\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp0bmcgo\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp0bmcgo\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmp0bmcgo\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_0guoe\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_0guoe\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_0guoe\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmp_0guoe\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpi00tn2\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpi00tn2\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpi00tn2\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmpi00tn2\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_2vej2\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_2vej2\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmp_2vej2\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmp_2vej2\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpisr5yx\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpisr5yx\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpisr5yx\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmpisr5yx\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmplrpmvb\e0b28ec03e051f80e055d0173c808bbb.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmplrpmvb\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmplrpmvb\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

ERROR (theano.gof.opt): Optimization failure due to: constant_folding
ERROR (theano.gof.opt): TRACEBACK:
ERROR (theano.gof.opt): Traceback (most recent call last):
  File "c:\scisoft\theano\theano\gof\opt.py", line 1493, in process_node
    replacements = lopt.transform(node)
  File "c:\scisoft\theano\theano\tensor\opt.py", line 4684, in 
constant_folding
    no_recycling=[])
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('Compilation failed (return status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmplrpmvb\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[DimShuffle{}(TensorConstant{2})]')

===============================
.
.
.
===============================
Problem occurred during compilation with the command line below:
C:\MinGW\bin\g++.exe -shared -g -O3 -fno-math-errno -Wno-unused-label 
-Wno-unused-variable -Wno-write-strings -march=haswell -mmmx -mno-3dnow 
-msse -msse2 -msse3 -mssse3 -mno-sse4a -mcx16 -msahf -mmovbe -maes -mno-sha 
-mpclmul -mpopcnt -mabm -mno-lwp -mfma -mno-fma4 -mno-xop -mbmi -mbmi2 
-mno-tbm -mavx -mavx2 -msse4.2 -msse4.1 -mlzcnt -mno-rtm -mno-hle -mrdrnd 
-mf16c -mfsgsbase -mno-rdseed -mno-prfchw -mno-adx -mfxsr -mxsave 
-mxsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf 
-mno-prefetchwt1 --param l1-cache-size=32 --param l1-cache-line-size=64 
--param l2-cache-size=15360 -mtune=haswell -D 
NPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION -m64 -DMS_WIN64 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\lib\site-packages\numpy\core\include
 
-IC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\include -o 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpykqj8g\a5d4d6255570d24544193eaf473e7b75.pyd
 
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpykqj8g\mod.cpp
 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64\libs 
-LC:\SciSoft\WinPython-64bit-2.7.10.3\python-2.7.10.amd64 -lpython27
C:\Users\Administrator\AppData\Local\Theano\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\tmpykqj8g\mod.cpp:1:0:
 
dÚsolÚ, pas implantÚ: mode 64 bits pas compilÚ en
 #include <Python.h>
 ^

Traceback (most recent call last):
  File "C:\Users\Administrator\documents\visual studio 
2013\Projects\Test_DL\Test_DL\module1.py", line 4, in <module>
    f = theano.function([x], 2*x)
  File "c:\scisoft\theano\theano\compile\function.py", line 266, in function
    profile=profile)
  File "c:\scisoft\theano\theano\compile\pfunc.py", line 511, in pfunc
    on_unused_input=on_unused_input)
  File "c:\scisoft\theano\theano\compile\function_module.py", line 1466, in 
orig_function
    defaults)
  File "c:\scisoft\theano\theano\compile\function_module.py", line 1324, in 
create
    input_storage=input_storage_lists)
  File "c:\scisoft\theano\theano\gof\link.py", line 519, in make_thunk
    output_storage=output_storage)[:3]
  File "c:\scisoft\theano\theano\gof\vm.py", line 897, in make_all
    no_recycling))
  File "c:\scisoft\theano\theano\gof\op.py", line 739, in make_thunk
    output_storage=node_output_storage)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1073, in make_thunk
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1015, in __compile__
    keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1442, in cthunk_factory
    key=key, lnk=self, keep_lock=keep_lock)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 1076, in 
module_from_key
    module = lnk.compile_cmodule(location)
  File "c:\scisoft\theano\theano\gof\cc.py", line 1354, in compile_cmodule
    preargs=preargs)
  File "c:\scisoft\theano\theano\gof\cmodule.py", line 2010, in compile_str
    (status, compile_stderr.replace('\n', '. ')))
Exception: ('The following error happened while compiling the node', 
InplaceDimShuffle{}(TensorConstant{2}), '\n', 'Compilation failed (return 
status=1): 
C:\\Users\\Administrator\\AppData\\Local\\Theano\\compiledir_Windows-8-6.2.9200-Intel64_Family_6_Model_63_Stepping_2_GenuineIntel-2.7.10-64\\tmpykqj8g\\mod.cpp:1:0:
 
d\xe9sol\xe9, pas implant\xe9: mode 64 bits pas compil\xe9 en\r.  #include 
<Python.h>\r.  ^\r. ', '[InplaceDimShuffle{}(TensorConstant{2})]')
Press any key to continue . . .

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to