Skip to content

Instantly share code, notes, and snippets.

@samwgoldman
Created January 8, 2012 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samwgoldman/1579854 to your computer and use it in GitHub Desktop.
Save samwgoldman/1579854 to your computer and use it in GitHub Desktop.
Theano nose tests results on was cg1.4xlarge. default config
root@master:~/Theano# nosetests
.E.................................E.......E...E..EEE...........................E....E................................................E..E.....EEEE..........................................E...........................................................SS..E..F........................................................................E...........E.......................................E...../usr/lib/python2.7/dist-packages/scipy/signal/signaltools.py:408: ComplexWarning: Casting complex values to real discards the imaginary part
return sigtools._convolve2d(in1,in2,1,val,bval,fillvalue)
.......................................EEEEEEEEEEE...........................EE...........................E.EE.........E..........................WARNING (theano.gof.cmodule): Cache leak due to unpickle-able key data set([(((3, (3,), (3,), (3,), (3,), (3,)), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1')), ('CLinker.cmodule_key', ('-O3', '-Wno-write-strings', '-Wno-unused-label', '-Wno-unused-variable', '-fno-math-errno'), (), 'md5:ffd0affbbf5941caea3feb32f6accc19', (<theano.scalar.basic.Composite object at 0x1a50bc10>, ((Scalar(float64), ((-1, 0), False)), (Scalar(float64), ((-1, 1), False)), (Scalar(float64), ((-1, 2), False))), (False, False, False))))])
.WARNING (theano.gof.cmodule): Cache leak due to unpickle-able key data set([(((3, (3,), (3,), (3,)), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1')), ('CLinker.cmodule_key', ('-O3', '-Wno-write-strings', '-Wno-unused-label', '-Wno-unused-variable', '-fno-math-errno'), (), 'md5:ffd0affbbf5941caea3feb32f6accc19', (<theano.scalar.basic.Composite object at 0x171e4e90>, ((Scalar(float64), ((-1, 0), False)), (Scalar(float64), ((-1, 1), False))), (False,))))])
.WARNING (theano.gof.cmodule): Cache leak due to unpickle-able key data set([(((3, (3,), (3,), (3,)), (10, '1.5.1'), (10, '1.5.1'), (10, '1.5.1')), ('CLinker.cmodule_key', ('-O3', '-Wno-write-strings', '-Wno-unused-label', '-Wno-unused-variable', '-fno-math-errno'), (), 'md5:ffd0affbbf5941caea3feb32f6accc19', (<theano.scalar.basic.Composite object at 0xf527450>, ((Scalar(float64), ((-1, 0), False)), (Scalar(float64), ((-1, 1), False))), (False,))))])
............EE........../root/Theano/theano/sandbox/rng_mrg.py:736: UserWarning: MRG_RandomStreams Can't determine #streams from size (Shape.0), guessing 30*256
nstreams = self.n_streams(size)
.....EEEEEE.....E......EE.....EE..EE...EEEEE...E.E.........EE.E.E......WARNING: skipping gradient test because verify_grad doesn't support sparse arguments
.WARNING: skipping gradient test because verify_grad doesn't support sparse arguments
..............E............/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py:486: SparseEfficiencyWarning: changing the sparsity structure of a csr_matrix is expensive. lil_matrix is more efficient.
SparseEfficiencyWarning)
............/usr/lib/python2.7/dist-packages/scipy/sparse/compressed.py:486: SparseEfficiencyWarning: changing the sparsity structure of a csc_matrix is expensive. lil_matrix is more efficient.
SparseEfficiencyWarning)
....................EEEEEE.................................E....S.SS.......................E........................................................................EE..........................................................................................................................................................................................................................................................................................................................................................................EEEE................E...........................................................................................................................................E......EE............E..............E............EEE.EEEEEE....EEEEE..EE..EEEEEEEEE.EE...E..........EEE..........E.E..................E.E......................................S.S..S......E..................................E.E......E..............................................................E.EEEE.EE.E.EE.EE.EEE......................................E.......E.................ESSSSSSSSS...........................
======================================================================
ERROR: test_size_changes (theano.compile.tests.test_builders.T_OpFromGraph)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_builders.py", line 34, in test_size_changes
op = OpFromGraph([x, y], [e], mode='FAST_RUN')
File "/root/Theano/theano/compile/builders.py", line 47, in __init__
self.fn = orig_function(inputs, outputs, **kwargs)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpFwzaei/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, y)]')
======================================================================
ERROR: test_none (theano.compile.tests.test_function_module.T_function)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_function_module.py", line 41, in test_none
raise KnownFailureTest('See #254: Using None as function output leads to [] return value')
KnownFailureTest: See #254: Using None as function output leads to [] return value
======================================================================
ERROR: test_broken_pickle_with_shared (theano.compile.tests.test_function_module.T_picklefunction)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_function_module.py", line 593, in test_broken_pickle_with_shared
f = theano.function([x], theano.tensor.dot(x, y))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmplTm8zZ/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_optimizations_preserved (theano.compile.tests.test_function_module.T_picklefunction)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_function_module.py", line 467, in test_optimizations_preserved
f = function([a, x, s, xm, sm], ((a.T.T)*(tensor.dot(xm, (sm.T.T.T)) + x).T * (x/x) + s))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpue7UVY/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(s, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: theano.compile.tests.test_inplace_opt_for_value.test_example_rnn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/compile/tests/test_inplace_opt_for_value.py", line 207, in test_example_rnn
rnn = rnn_module.make()
File "/root/Theano/theano/compile/module.py", line 1141, in make
rval = self.make_no_init(mode)
File "/root/Theano/theano/compile/module.py", line 89, in make_no_init
rval = self.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 1054, in build
inst = super(Module, self).build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 819, in build
x = c.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 1054, in build
inst = super(Module, self).build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 819, in build
x = c.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 478, in build
rval = F.orig_function(inputs, outputs, effective_mode)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpIwjHns/641e71fecc3034d48e1c5bcd7261f36b.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(params.1, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: theano.compile.tests.test_inplace_opt_for_value.test_WEIRD_STUFF
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/compile/tests/test_inplace_opt_for_value.py", line 250, in test_WEIRD_STUFF
rnn1 = rnn_module1.make(mode='FAST_RUN')
File "/root/Theano/theano/compile/module.py", line 1141, in make
rval = self.make_no_init(mode)
File "/root/Theano/theano/compile/module.py", line 89, in make_no_init
rval = self.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 1054, in build
inst = super(Module, self).build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 819, in build
x = c.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 1054, in build
inst = super(Module, self).build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 819, in build
x = c.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 478, in build
rval = F.orig_function(inputs, outputs, effective_mode)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp63PBR7/641e71fecc3034d48e1c5bcd7261f36b.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(params.1, TensorConstant{-0.001}, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: test_nnet (theano.compile.tests.test_misc.TestNnet)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_misc.py", line 45, in test_nnet
nnet = NNet(n_input = 3, n_hidden = 10)
File "/root/Theano/theano/compile/tests/test_misc.py", line 34, in __init__
updates = self.sgd_updates)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpUk993R/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(w1, <TensorType(float64, col)>)]')
-------------------- >> begin captured stdout << ---------------------
TensorType(float64, scalar)
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_input_aliasing_affecting_inplace_operations (theano.compile.tests.test_pfunc.Test_aliasing_rules)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_pfunc.py", line 722, in test_input_aliasing_affecting_inplace_operations
theano.dot(x*2,m1)+theano.dot(y*3,m2))
File "/root/Theano/theano/compile/function.py", line 103, in function
accept_inplace=accept_inplace, name=name)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmphg3JQC/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_partial_input_aliasing_affecting_inplace_operations (theano.compile.tests.test_pfunc.Test_aliasing_rules)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/compile/tests/test_pfunc.py", line 774, in test_partial_input_aliasing_affecting_inplace_operations
theano.dot(x*2,m1)+theano.dot(y*3,m2)+theano.dot(z*4,m3))
File "/root/Theano/theano/compile/function.py", line 103, in function
accept_inplace=accept_inplace, name=name)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpFI9qwV/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_constant (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 152, in test_constant
f = theano.function([], z)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpcIcAeS/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(TensorConstant{[[ 0.23355..29450684]]}, y)]')
======================================================================
ERROR: test_ndarray (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 132, in test_ndarray
f = theano.function([], z)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpPP9A0S/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(TensorConstant{[[ 0.50771..20894901]]}, y)]')
======================================================================
ERROR: test_scan_err2 (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 274, in test_scan_err2
n_steps=k)
File "/usr/lib/python2.7/unittest/case.py", line 471, in assertRaises
callableObj(*args, **kwargs)
File "/root/Theano/theano/scan_module/scan.py", line 979, in scan
scan_outs = local_op(*scan_inputs)
File "/root/Theano/theano/gof/op.py", line 423, in __call__
no_recycling=[])
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpwn1U4h/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, A_copy)]')
======================================================================
ERROR: test_shared (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 112, in test_shared
f = theano.function([x], z)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpH7Y2Lt/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, y)]')
======================================================================
ERROR: test_string_var (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 86, in test_string_var
tf = theano.function([x,y], out)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpts66hO/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, y)]')
======================================================================
ERROR: test_variable_only (theano.gof.tests.test_compute_test_value.TestComputeTestValue)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/gof/tests/test_compute_test_value.py", line 31, in test_variable_only
f = theano.function([x,y], z)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpWqrMA9/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, y)]')
======================================================================
ERROR: theano.gof.tests.test_lazy.test_ifelse
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/gof/tests/test_lazy.py", line 103, in test_ifelse
f = function([a,b,c], ifelse(a, notimpl(b), c),
File "/root/Theano/theano/ifelse.py", line 317, in ifelse
then_branch_elem = theano.tensor.as_tensor_variable(then_branch_elem)
File "/root/Theano/theano/tensor/basic.py", line 133, in as_tensor_variable
raise TypeError("Variable type field must be a TensorType.", x, x.type)
TypeError: ('Variable type field must be a TensorType.', <theano.gof.tests.test_lazy.NotImplementedOp object at 0xe714c50>.0, <theano.gof.type.Generic object at 0x2e809d0>)
======================================================================
ERROR: Failure: ImportError (cannot import name PycudaElemwiseSourceModuleMakeThunkOp)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/pymodules/python2.7/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/pymodules/python2.7/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/root/Theano/theano/misc/tests/test_pycuda_example.py", line 17, in <module>
from theano.misc.pycuda_example import PycudaElemwiseSourceModuleOp, PycudaElemwiseKernelOp, PycudaElemwiseSourceModuleMakeThunkOp
ImportError: cannot import name PycudaElemwiseSourceModuleMakeThunkOp
======================================================================
ERROR: test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_sharedvar.py", line 530, in test_specify_shape_inplace
+s_shared})
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpyA7FCn/d186abb4c118aa6ec3d64294e5dda187.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, TensorConstant{1.0}, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_sharedvar.py", line 530, in test_specify_shape_inplace
+s_shared})
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEOmqhu/d186abb4c118aa6ec3d64294e5dda187.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, TensorConstant{1.0}, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: theano.sandbox.cuda.tests.test_blas.test_dot22scalar
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_blas.py", line 79, in test_dot22scalar
cmp((3,4),(4,5))
File "/root/Theano/theano/sandbox/cuda/tests/test_blas.py", line 60, in cmp
f2 = theano.function([a,b], tensor.dot(a,b)*numpy.asarray(4, 'float32'))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpmlVDua/4ba363d3b27f7bbc8ca44d5629c0baeb.so: undefined symbol: ATL_dptsyrk', '[_dot22scalar(<TensorType(float32, matrix)>, <TensorType(float32, matrix)>, TensorConstant{4.0})]')
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_run_nnet
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 114, in test_run_nnet
rval_cpu, tc = run_nnet(False, n_in=n_in, n_hid=n_hid)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 91, in run_nnet
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp22qzYk/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, w)]')
-------------------- >> begin captured stdout << ---------------------
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_run_nnet_med
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 132, in test_run_nnet_med
rval_cpu = run_nnet(False, 10, 128, 50, 4, n_train=10000)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 91, in run_nnet
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpij3n44/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, w)]')
-------------------- >> begin captured stdout << ---------------------
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_run_nnet_small
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 136, in test_run_nnet_small
rval_cpu = run_nnet(False, 10, 10, 4, 4, n_train=100000)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 91, in run_nnet
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpeUP6yo/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, w)]')
-------------------- >> begin captured stdout << ---------------------
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_conv_nnet1
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 195, in test_conv_nnet1
rval_cpu = run_conv_nnet1(False)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 178, in run_conv_nnet1
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp3kttaO/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, c)]')
-------------------- >> begin captured stdout << ---------------------
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_conv_nnet2
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 284, in test_conv_nnet2
rval_cpu = run_conv_nnet2(False)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 265, in run_conv_nnet2
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpXQRbc2/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, c)]')
-------------------- >> begin captured stdout << ---------------------
loss type TensorType(float32, scalar)
building pfunc ...
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_28
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 556, in test_lenet_28
cpu_only=cpu_only, verbose=verbose, version=version)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpALxRb1/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 1e-06
ALLOCATING ARCH: w0 shape (20, 1, 5, 5)
ALLOCATING ARCH: w1 shape (30, 20, 5, 5)
ALLOCATING ARCH: v shape (1920, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_32
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 561, in test_lenet_32
verbose=verbose, version=version)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpTVuRkI/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 1e-06
ALLOCATING ARCH: w0 shape (20, 1, 5, 5)
ALLOCATING ARCH: w1 shape (30, 20, 5, 5)
ALLOCATING ARCH: v shape (3000, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_32_long
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 568, in test_lenet_32_long
cpu_only=cpu_only, verbose=verbose, version=version)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpjd96qq/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 1e-06
ALLOCATING ARCH: w0 shape (20, 1, 5, 5)
ALLOCATING ARCH: w1 shape (30, 20, 5, 5)
ALLOCATING ARCH: v shape (3000, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_64
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 576, in test_lenet_64
check_isfinite=True, version=version)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp8qlG3p/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 1e-06
ALLOCATING ARCH: w0 shape (20, 1, 7, 7)
ALLOCATING ARCH: w1 shape (30, 20, 7, 7)
ALLOCATING ARCH: v shape (15870, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_108
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 582, in test_lenet_108
check_isfinite=True, version=version)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpPGmWP1/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 1e-06
ALLOCATING ARCH: w0 shape (20, 1, 7, 7)
ALLOCATING ARCH: w1 shape (30, 20, 7, 7)
ALLOCATING ARCH: v shape (60750, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: theano.sandbox.cuda.tests.test_mlp.test_lenet_256
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 588, in test_lenet_256
check_isfinite=True, version=version, float_atol=5e-5)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 470, in cmp_run_conv_nnet2_classif
check_isfinite=check_isfinite)
File "/root/Theano/theano/sandbox/cuda/tests/test_mlp.py", line 358, in build_conv_nnet2_classif
train = pfunc([x,y,lr], [loss], mode=mode, updates=[(p, p-g) for p,g in zip(params, gparams)])
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpqb7S3D/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, v)]')
-------------------- >> begin captured stdout << ---------------------
float_atol 5e-05
ALLOCATING ARCH: w0 shape (20, 1, 9, 9)
ALLOCATING ARCH: w1 shape (30, 20, 9, 9)
ALLOCATING ARCH: v shape (403680, 10)
loss type TensorType(float32, scalar)
building pfunc ...
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: Test vector dot matrix
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_vector_matrix_dot.py", line 31, in test_dot_vm
no_gpu_f = theano.function([], theano.dot(v,m), mode = mode_without_gpu)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpnsj9Cv/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, row)>, <TensorType(float32, matrix)>)]')
======================================================================
ERROR: Test matrix dot vector
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/cuda/tests/test_vector_matrix_dot.py", line 51, in test_dot_mv
no_gpu_f = theano.function([], theano.dot(m,v), mode = mode_without_gpu)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpoUg7cH/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, <TensorType(float32, col)>)]')
======================================================================
ERROR: test_linalg.test_matrix_dot
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/linalg/tests/test_linalg.py", line 138, in test_matrix_dot
theano_sol = function(xs, sol)(*rs)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmphMXhMJ/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_linalg.test_inverse_grad
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/linalg/tests/test_linalg.py", line 161, in test_inverse_grad
tensor.verify_grad(matrix_inverse, [r], rng=numpy.random)
File "/root/Theano/theano/tensor/tensor_grad.py", line 664, in verify_grad
grad_fn = function(tensor_pt, symbolic_grad)
File "/root/Theano/theano/tensor/tensor_grad.py", line 611, in function
allow_input_downcast=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpV7E77A/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_linalg.test_rop_lop
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/linalg/tests/test_linalg.py", line 181, in test_rop_lop
scan_f = function([mx,mv], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpDBwRFp/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_linalg.test_spectral_radius_bound
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/sandbox/linalg/tests/test_linalg.py", line 377, in test_spectral_radius_bound
f = theano.function([x], radius_bound)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpUe3qzB/123bf5b69e7e5f18e474b50666dcb39f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_alloc_inputs1 (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2334, in test_alloc_inputs1
f = theano.function([h0,W1,W2], o, mode = mode_with_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpapvlQ5/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_alloc_inputs2 (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2344, in test_alloc_inputs2
"This tests depends on an optimization for scan "
KnownFailureTest: This tests depends on an optimization for scan that has not been implemented yet.
======================================================================
ERROR: test_gibbs_chain (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1029, in test_gibbs_chain
, allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp1Wbe4W/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, vW_copy)]')
======================================================================
ERROR: test_grad_multiple_outs (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1228, in test_grad_multiple_outs
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpD3OEKF/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_grad_multiple_outs_some_truncate (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1446, in test_grad_multiple_outs_some_truncate
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpJhTC3r/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_grad_multiple_outs_some_uncomputable (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1393, in test_grad_multiple_outs_some_uncomputable
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEeKXdO/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_grad_multiple_outs_taps (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1291, in test_grad_multiple_outs_taps
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpNCnq0I/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_grad_multiple_outs_taps_backwards (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1344, in test_grad_multiple_outs_taps_backwards
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpWdG28U/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_infershape_seq_shorter_nsteps (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2532, in test_infershape_seq_shorter_nsteps
raise KnownFailureTest('This is a generic problem with infershape'
KnownFailureTest: This is a generic problem with infershape that has to be discussed and figured out
======================================================================
ERROR: test_multiple_inputs_multiple_outputs (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 489, in test_multiple_inputs_multiple_outputs
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp_wcGXo/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_multiple_outs_taps (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 549, in test_multiple_outs_taps
updates = updates, allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpWT_nkF/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, win_copy)]')
======================================================================
ERROR: Verify that scan optimizations are applied before blas
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2667, in test_opt_order
f = theano.function([x, A], z)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpCnO9qY/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, A)]')
======================================================================
ERROR: test_outputs_info_not_typed (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: This test fails because not typed outputs_info are always gived the smallest dtype. There is no upcast of outputs_info in scan for now.
======================================================================
ERROR: test_pushout (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2313, in test_pushout
f = theano.function([h0,W1,W2], o, mode= mode_with_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpZ48to0/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_pushout_all (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2278, in test_pushout_all
f = theano.function([h0,W1,W2], o, mode= mode_with_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpUBM_Qa/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_reordering (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1765, in test_reordering
, allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpnI28t_/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_return_steps (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2630, in test_return_steps
, allow_input_downcast = True
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpOIFMZB/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_rop (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2231, in test_rop
[nwo_u, nwo_h0, nwo_W])
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpOpXSGG/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(_W_copy_rop_evalpoint0_merge, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_same (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2111, in test_same
f = theano.function([x], outs[0])
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpbjiBIb/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, row)>, <TensorType(float32, matrix)>)]')
======================================================================
ERROR: test_save_mem (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1857, in test_save_mem
, allow_input_downcast = True
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp_hyerZ/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_scan_extra_inputs_hessian (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 1597, in test_scan_extra_inputs_hessian
f = theano.function([x,A], hy, allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpoloxhk/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(A, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_shared_arguments_with_updates (test_scan.T_Scan)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 882, in test_shared_arguments_with_updates
allow_input_downcast = True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpMrSanV/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, W1_copy)]')
======================================================================
ERROR: test_scan.test_speed_rnn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2794, in test_speed_rnn
f = theano.function([s_r], s_y, mode=theano.Mode(linker='cvm'))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/vm.py", line 577, in make_all
for node in order]
File "/root/Theano/theano/scan_module/scan_op.py", line 466, in make_thunk
profile=profile)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/vm.py", line 577, in make_all
for node in order]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp2RIGAA/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, TensorConstant{[[ 0.09503..53153545]]})]')
-------------------- >> begin captured stdout << ---------------------
Warning: the updates version runs slower than python because by
default the blas optimizations don't replace dot with dot22. Why is that?
python 0.094810962677
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_scan.test_speed_batchrnn
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/scan_module/tests/test_scan.py", line 2883, in test_speed_batchrnn
mode=theano.Mode(linker='cvm'))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/vm.py", line 577, in make_all
for node in order]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpJo5oUr/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, TensorConstant{[[ 0.09503..05973153]]})]')
-------------------- >> begin captured stdout << ---------------------
Warning: the updates version runs slower than python because by
default the blas optimizations don't replace dot with dot22. Why is that?
python 0.300255060196
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_convolution (theano.sparse.sandbox.test_sp.TestSP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/sparse/sandbox/test_sp.py", line 51, in test_convolution
f = function([kerns, bias, input], output, mode=mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpenlLaK/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
-------------------- >> begin captured stdout << ---------------------
*************************************************
TEST CONVOLUTION
*************************************************
**** Convolution Profiling Results ( FAST_COMPILE ) ****
Numpy processing time: 0.110447645187
Theano processing time: 0.0217323303223
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_multilayer_conv (theano.sparse.sandbox.test_sp.TestSP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/sparse/sandbox/test_sp.py", line 279, in test_multilayer_conv
l1propup = function([kerns[0], input], l1hid, mode=mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEct_Eq/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test (theano.sparse.tests.test_basic.UsmmTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/sparse/tests/test_basic.py", line 718, in test
mode=mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpCT8MKu/3bfb9818f37719d6d91dd6d0c94cc4e9.so: undefined symbol: ATL_saxpy', '[UsmmCscDense{inplace}(<TensorType(float32, (True, True))>, <TensorType(float32, vector)>, <TensorType(int32, vector)>, <TensorType(int32, vector)>, <TensorType(int32, scalar)>, y, <TensorType(float32, matrix)>)]')
======================================================================
ERROR: test_c_against_mat_mul (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpqsASi2/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_c_against_mat_transp_mul (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpRlLXMR/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_c_against_python (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpZpRiC9/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_c_against_sparse_mat_transp_mul (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmplyOnTY/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_gradient (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpo7W1Fj/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_infer_shape (theano.tensor.nnet.tests.test_conv3d.TestConv3D)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_conv3d.py", line 115, in setUp
self.H_func = function([], self.H, mode = mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpssjZoq/57740b16d8fbd211c01d0a42cdcde767.so: undefined symbol: _gfortran_st_write_done', '[Conv3D(<TensorType(float64, 5D)>, <TensorType(float64, 5D)>, <TensorType(float64, vector)>, <TensorType(int64, vector)>)]')
======================================================================
ERROR: test_broadcast (theano.tensor.nnet.tests.test_nnet.T_SoftmaxWithBias)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/nnet/tests/test_nnet.py", line 110, in test_broadcast
T.nnet.softmax(T.dot(hid, W.T) + vbias))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpcuyyfq/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: Demonstrate stochastic gradient descent optimization for a multilayer
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/mlp_test.py", line 304, in test_mlp
mode=mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpJJRgJM/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, hid_W)]')
-------------------- >> begin captured stdout << ---------------------
... building the model
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_bad_runtime (theano.tensor.tests.test_basic.DotTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 289, in test_bad_runtime
f = inplace_func(inputrs, node.outputs, mode=mode)
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpDYuGI4/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<[[-0.09838711 0.05029245 -0.89965273 -0.57442701 -0.41595302 -0.79850452\n 0.85161687]\n [ 0.9869163 -0.26826095 -0.866974 -0.39320122 0.07703343 -0.41289258\n -0.72777 ]\n [ 0.82591568 0.47244594 -0.46537035 -0.282763 -0.47607727 -0.14565256\n 0.67705462]\n [-0.81773354 0.1721877 0.81317633 0.22417065 0.70378773 -0.68758557\n 0.72081436]\n [ 0.22295844 -0.10302764 0.4732035 -0.54114699 -0.86929848 0.99212474\n -0.80539182]]>, <[[ 0.73105831 -0.97450979 0.10046853]\n [ 0.05650118 -0.58783817 -0.22365223]\n [ 0.86565065 -0.67121654 -0.85866471]\n [ 0.56863299 -0.19884943 -0.28253961]\n [-0.49844586 0.38664504 -0.24670709]\n [ 0.30109689 -0.67696114 0.95947637]\n [ 0.08497392 0.14459178 0.33812642]\n [-0.76048839 0.15445811 -0.09340271]]>)]', 'Test dot::bad2: Error occurred while trying to make a Function')
======================================================================
ERROR: test_good (theano.tensor.tests.test_basic.DotTester)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 204, in test_good
f = inplace_func(inputrs, node.outputs, mode=mode)
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpluI1HB/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <[[ 0.31446024 -0.64791389 0.19483203 -0.04394558 -0.61328385 -0.96507637\n -0.00137868]\n [ 0.37212935 -0.327053 -0.18372302 -0.27429934 -0.56891411 0.56620779\n 0.83398715]\n [-0.86583821 0.47775489 0.33302995 0.86389545 -0.60906049 -0.37491223\n 0.69937627]\n [ 0.47830632 0.64766188 0.81301857 0.30068567 -0.87633093 -0.06138434\n -0.20431405]\n [-0.24491652 -0.53385085 -0.72599766 0.79267249 0.15170626 0.828092\n -0.51278271]]>)]', 'Test dot::mixed2: Error occurred while trying to make a Function')
======================================================================
ERROR: test_align_1_1 (theano.tensor.tests.test_basic.t_dot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3512, in test_align_1_1
def test_align_1_1(self): self.not_aligned(rand(5), rand(6))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3503, in not_aligned
tz = eval_outputs([z])
File "/root/Theano/theano/tensor/tests/test_basic.py", line 61, in eval_outputs
variables = inplace_func([], outputs)()
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpcaX4XK/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(TensorConstant{[[ 0.40087..90291591]]}, TensorConstant{[[-0.97459..59950492]]})]')
======================================================================
ERROR: test_align_1_2 (theano.tensor.tests.test_basic.t_dot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3513, in test_align_1_2
def test_align_1_2(self): self.not_aligned(rand(5), rand(6,4))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3503, in not_aligned
tz = eval_outputs([z])
File "/root/Theano/theano/tensor/tests/test_basic.py", line 61, in eval_outputs
variables = inplace_func([], outputs)()
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpQSrzlr/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(TensorConstant{[[ 0.40087..90291591]]}, TensorConstant{[[-0.97459..16762524]]})]')
======================================================================
ERROR: test_align_2_1 (theano.tensor.tests.test_basic.t_dot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3516, in test_align_2_1
def test_align_2_1(self): self.not_aligned(rand(5,4), rand(6,7))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3503, in not_aligned
tz = eval_outputs([z])
File "/root/Theano/theano/tensor/tests/test_basic.py", line 61, in eval_outputs
variables = inplace_func([], outputs)()
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpLi8FlY/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(TensorConstant{[[ 0.40087..50466354]]}, TensorConstant{[[-0.95352..76805121]]})]')
======================================================================
ERROR: test_broadcastable_patterns (theano.tensor.tests.test_basic.t_dot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3577, in test_broadcastable_patterns
f = function([x,y,t], rval)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpk4tASJ/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, (True, True))>, <TensorType(float32, col)>)]')
======================================================================
ERROR: test_grad (theano.tensor.tests.test_basic.t_dot)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_basic.py", line 3524, in test_grad
utt.verify_grad(dot, [rand(2,3), rand(3,2)])
File "/root/Theano/theano/tests/unittest_tools.py", line 62, in verify_grad
T.verify_grad(op, pt, n_tests, rng, *args, **kwargs)
File "/root/Theano/theano/tensor/tensor_grad.py", line 632, in verify_grad
o_fn = function(tensor_pt, o_output)
File "/root/Theano/theano/tensor/tensor_grad.py", line 611, in function
allow_input_downcast=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpy0f_Ro/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(input 0, input 1)]')
======================================================================
ERROR: test_default_beta_y (theano.tensor.tests.test_blas.TestDgemv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 1058, in test_default_beta_y
oy_func = theano.function([], oy, mode = mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpvWukgQ/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: Test matrix dot vector
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 888, in test_dot_mv
f = theano.function([], theano.dot(m,v), mode = mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpJkR2iS/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, <TensorType(float32, col)>)]')
======================================================================
ERROR: Test vector dot matrix
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 871, in test_dot_vm
f = theano.function([], theano.dot(v,m), mode = mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp6dNIwo/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, row)>, <TensorType(float32, matrix)>)]')
======================================================================
ERROR: test_scaled_A_plus_scaled_outer (theano.tensor.tests.test_blas.TestGer_local_gemm_to_ger)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 1448, in test_scaled_A_plus_scaled_outer
0.2 * self.A + 0.1 * T.outer(self.x, self.y))
File "/root/Theano/theano/tensor/tests/test_blas.py", line 1411, in function
return theano.function(inputs, outputs, self.mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpwffv41/28d7b51d5632b9c0896653ffc6246ab0.so: undefined symbol: ATL_dptsyrk', '[Gemm{no_inplace}(<TensorType(float64, matrix)>, TensorConstant{0.1}, <TensorType(float64, col)>, <TensorType(float64, row)>, TensorConstant{0.2})]')
======================================================================
ERROR: test_default_beta_y (theano.tensor.tests.test_blas.TestSgemv)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 1058, in test_default_beta_y
oy_func = theano.function([], oy, mode = mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpkwa2f2/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, <TensorType(float32, col)>)]')
======================================================================
ERROR: test10 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 128, in test10
self.cmp(self.rand(3,4), -1.0, self.rand(3,5), self.rand(5,4), 0.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp6nwFpH/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test11 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 130, in test11
self.rand(3,5), self.rand(5,4), 1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp6GnfV2/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test12 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 132, in test12
self.rand(3,5), self.rand(5,4), -1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp0Lmbtv/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test4 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 115, in test4
self.cmp(self.rand(3,4), 1.0, self.rand(3,5), self.rand(5,4), 0.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmplAsf29/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test5 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 117, in test5
self.rand(3,5), self.rand(5,4), 1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmprY615o/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test6 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 119, in test6
self.rand(3,5), self.rand(5,4), -1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpO9PLnQ/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test7 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 121, in test7
self.rand(3,5), self.rand(5,4), 0.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpI47L1b/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test8 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 123, in test8
self.rand(3,5), self.rand(5,4), 0.6)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpuxUnN0/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test9 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 125, in test9
self.rand(3,5), self.rand(5,4), -1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpY00nGh/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test that dot args can be aliased
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 214, in test_destroy_map4
f = inplace_func([], gemm_inplace(Z, one, A, A, one))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmptCFE1p/3cee44b63e3e59f70f3b313b2a1f4b04.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, TensorConstant{1.0}, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: test_factorised_scalar (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 152, in test_factorised_scalar
f = theano.function([a,b],updates={s:lr1*T.dot(a,b)+l2_reg*lr2*s},mode=mode_not_fast_compile).maker.env.toposort()
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp0N1ZcA/641e71fecc3034d48e1c5bcd7261f36b.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, TensorConstant{0.01}, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{0.0002})]')
======================================================================
ERROR: test_non_contiguous (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 319, in test_non_contiguous
t(C, A, B)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 292, in t
mode=compile.Mode(optimizer=None, linker=l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpQGoy7t/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: test_shape_0 (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 135, in test_shape_0
self.cmp(self.rand(0,4), -1.0, self.rand(0,5), self.rand(5,4), -1.0)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 84, in cmp
cmp_linker(copy(z), a, x, y, b, 'c|py')
File "/root/Theano/theano/tensor/tests/test_blas.py", line 70, in cmp_linker
f = inplace_func([tz,ta,tx,ty,tb], gemm_inplace(tz,ta,tx,ty,tb), mode=compile.Mode(optimizer = None, linker = l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpTSWQ3g/07be941989407ef367c5091c5f571ae7.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float32, matrix)>, <TensorType(float32, scalar)>, <TensorType(float32, matrix)>, <TensorType(float32, matrix)>, <TensorType(float32, scalar)>)]')
======================================================================
ERROR: test_transposes (theano.tensor.tests.test_blas.t_gemm)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas.py", line 251, in test_transposes
t(C,A,B)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 234, in t
f = inplace_func([], gemm_inplace(tz,ta,tx,ty,tb), mode = compile.Mode(optimizer = None, linker=l))
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpVYP7p2/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: Many subgraphs whose dots can be eliminated
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 436, in test_gemm_opt0
just_gemm([X,Y,Z,a,b], [T.dot(X,Y) * a + Z * b])
File "/root/Theano/theano/tensor/tests/test_blas.py", line 398, in just_gemm
mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpku0uhE/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: This is the pattern that shows up in the autoencoder
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 466, in test_gemm_opt_double_gemm
ishapes=[(4,3), (3,5), (4,5), (), (), (5,9), (9,4), ()])
File "/root/Theano/theano/tensor/tests/test_blas.py", line 398, in just_gemm
mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpGupjH6/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_upcasting_scalar_nogemv
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 563, in test_upcasting_scalar_nogemv
f = theano.function([w, v, t, alpha], rval)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpa3CAjq/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(w, <TensorType(float32, col)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_upcasting_scalar_nogemm
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 578, in test_upcasting_scalar_nogemm
f = theano.function([w, v, t, alpha], rval)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpChNs5K/db54cda7213a885afa84abcc8d49d14d.so: undefined symbol: ATL_dptsyrk', '[_dot22(w, v)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_gemm_nested
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 607, in test_gemm_nested
max_graphlen=1)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 398, in just_gemm
mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpaF8Ktz/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(Z, <TensorType(float64, scalar)>, X, Y, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_gemm_opt_wishlist
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 623, in test_gemm_opt_wishlist
just_gemm([X,Y,Z,a,b], [(b * b) * Z * a + (a * a) * T.dot(X,Y) + b * T.dot(X,Y)])
File "/root/Theano/theano/tensor/tests/test_blas.py", line 398, in just_gemm
mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp5uRizU/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: Many subgraphs whose dots can be eliminated.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 638, in test_gemm_with_vector
my_just_gemm([v + T.dot(X,Y) * a + Z * b])
File "/root/Theano/theano/tensor/tests/test_blas.py", line 636, in my_just_gemm
rval = just_gemm(i, o, ishapes=ishapes)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 398, in just_gemm
mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpZX3kqX/1f5343b75e0ddfb3685a752fac1ac5dc.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, <TensorType(float64, scalar)>, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_gemm_opt_vector_stuff
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 659, in test_gemm_opt_vector_stuff
f = inplace_func([a, u, v], a + T.dot(u,v), mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmphVPmgR/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_inplace0
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 673, in test_inplace0
[Z * (Z + b * T.dot(R,S).T)], mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmps3_EXd/28d7b51d5632b9c0896653ffc6246ab0.so: undefined symbol: ATL_dptsyrk', '[Gemm{no_inplace}(Z, b, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_inplace1
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 691, in test_inplace1
[Z + Z + T.dot(X,Y)], mode='FAST_RUN')
File "/root/Theano/theano/tensor/tests/test_basic.py", line 57, in inplace_func
accept_inplace=True)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpcWhxpN/28d7b51d5632b9c0896653ffc6246ab0.so: undefined symbol: ATL_dptsyrk', '[Gemm{no_inplace}(<TensorType(float64, matrix)>, TensorConstant{1.0}, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{2.0})]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_dot22
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 701, in test_dot22
f = theano.function([a,b],T.dot(a,b),mode=mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpREawp5/e8e3c26a250b0207c77b5c54db6df16a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float32, matrix)>, <TensorType(float32, matrix)>)]')
======================================================================
ERROR: Test that in `dot22_to_dot22scalar` we properly cast integers to floats.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 833, in test_dot22scalar_cast
f = theano.function([A, y], T.dot(A, A) * y, mode=mode_blas_opt)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpD9yjkH/000dce8225553d65071f1f10a524afe3.so: undefined symbol: ATL_dptsyrk', '[_dot22scalar(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>, <TensorType(float64, scalar)>)]')
======================================================================
ERROR: theano.tensor.tests.test_blas.test_dot_w_self
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_blas.py", line 855, in test_dot_w_self
f = theano.function([B], p, updates={A : A - grad})
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpzx1QAq/1d6d0d154882f26dd78d9683bbb18e44.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_scaled_A_plus_scaled_outer (theano.tensor.tests.test_blas_scipy.TestScipyGer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_blas_scipy.py", line 51, in test_scaled_A_plus_scaled_outer
0.2 * self.A + 0.1 * tensor.outer(self.x, self.y))
File "/root/Theano/theano/tensor/tests/test_blas_scipy.py", line 25, in function
return theano.function(inputs, outputs, self.mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp3gw4Hh/28d7b51d5632b9c0896653ffc6246ab0.so: undefined symbol: ATL_dptsyrk', '[Gemm{no_inplace}(<TensorType(float64, matrix)>, TensorConstant{0.1}, <TensorType(float64, col)>, <TensorType(float64, row)>, TensorConstant{0.2})]')
======================================================================
ERROR: test_mul_mixed (theano.tensor.tests.test_complex.TestRealImag)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: Complex grads not enabled, see #178
======================================================================
ERROR: test_mul_mixed0 (theano.tensor.tests.test_complex.TestRealImag)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: Complex grads not enabled, see #178
======================================================================
ERROR: test_mul_mixed1 (theano.tensor.tests.test_complex.TestRealImag)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: Complex grads not enabled, see #178
======================================================================
ERROR: test_c_nan (theano.tensor.tests.test_elemwise.test_CAReduce)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: When there is nan in the input of CAReduce, we don't have a good output.
======================================================================
ERROR: test_perform_nan (theano.tensor.tests.test_elemwise.test_CAReduce)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/numpy/testing/decorators.py", line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: When there is nan in the input of CAReduce, we don't have a good output.
======================================================================
ERROR: Regression test for a bug where output was borrowed by mistake.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_misc.py", line 26, in test_bug_2009_07_17_borrowed_output
theano.Out(theano.tensor.dot(a, b), borrow=False))
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpeZ3H5v/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: theano.tensor.tests.test_naacl09.test_naacl_model
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_naacl09.py", line 546, in test_naacl_model
m = create(compile_mode=mode)
File "/root/Theano/theano/tensor/tests/test_naacl09.py", line 500, in create
model = architecture.make(input_size=input_dimension, input_representation_size=token_representation_size, hidden_representation_size=concatenated_representation_size, output_size=output_vocabsize, lr=lr, seed=seed, noise_level=noise_level, qfilter_relscale=qfilter_relscale, mode=compile_mode)
File "/root/Theano/theano/compile/module.py", line 1141, in make
rval = self.make_no_init(mode)
File "/root/Theano/theano/compile/module.py", line 89, in make_no_init
rval = self.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 1054, in build
inst = super(Module, self).build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 819, in build
x = c.build(mode, memo)
File "/root/Theano/theano/compile/module.py", line 478, in build
rval = F.orig_function(inputs, outputs, effective_mode)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEmbgYB/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(inputs.2, q1)]')
-------------------- >> begin captured stdout << ---------------------
BUILDING MODEL
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: test_fusion_inplace (theano.tensor.tests.test_opt.test_fusion)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_opt.py", line 1022, in test_fusion_inplace
f=theano.function([x,y,z],tensor.dot(x,y)+x+y+z,mode=mode)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEdpymN/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(x, y)]')
======================================================================
ERROR: theano.tensor.tests.test_opt.test_const_type_in_mul_canonizer
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_opt.py", line 719, in test_const_type_in_mul_canonizer
f1 = function([input,w,visb,hidb,betas,a],vis_gauss1)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpiIl4N1/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: theano.tensor.tests.test_opt.test_log_add
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_opt.py", line 1287, in test_log_add
raise KnownFailureTest(('log(add(exp)) is not stabilized when adding '
KnownFailureTest: log(add(exp)) is not stabilized when adding more than 2 elements, see #623
-------------------- >> begin captured stdout << ---------------------
Elemwise{Add{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@1223849744] '' 5
|Elemwise{maximum,no_inplace} [@457830608] '' 0
| |<TensorType(float64, vector)> [@264553232]
| |<TensorType(float64, vector)> [@264552720]
|Elemwise{ScalarSoftplus{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@802213648] '' 4
| |Elemwise{Add{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@347329872] '' 3
| | |Elemwise{sub,no_inplace} [@457831888] '' 2
| | | |<TensorType(float64, vector)> [@264553232]
| | | |Elemwise{maximum,no_inplace} [@457830608] '' 0
| | |Elemwise{sub,no_inplace} [@1223850320] '' 1
| | | |<TensorType(float64, vector)> [@264552720]
| | | |Elemwise{maximum,no_inplace} [@457830608] '' 0
[ 10000.69314718]
[ 10.69314718]
Elemwise{Log{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@457833808] '' 9
|Elemwise{Add{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@1237537232] '' 8
| |Elemwise{Add{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@442372048] '' 7
| | |Elemwise{Add{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@813920528] '' 6
| | | |Elemwise{exp,no_inplace} [@457862544] '' 3
| | | | |<TensorType(float64, vector)> [@831843472]
| | | |Elemwise{exp,no_inplace} [@457859600] '' 0
| | | | |<TensorType(float64, vector)> [@831843536]
| | |Elemwise{Exp{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@380608400] '' 5
| | | |Elemwise{sub,no_inplace} [@457859472] '' 2
| | | | |<TensorType(float64, vector)> [@831843472]
| | | | |<TensorType(float64, vector)> [@831843536]
| |Elemwise{Exp{output_types_preference=transfer_type{0}, _op_use_c_code=True}}[(0, 0)] [@269808848] '' 4
| | |Elemwise{add,no_inplace} [@457859536] '' 1
| | | |<TensorType(float64, vector)> [@831843472]
| | | |<TensorType(float64, vector)> [@831843536]
[ inf]
--------------------- >> end captured stdout << ----------------------
======================================================================
ERROR: Currently Theano enable the constant_folding optimization before stabilization optimization.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/tensor/tests/test_opt.py", line 2441, in test_constant_get_stabilized
"Theano optimizes constant before stabilization. "
KnownFailureTest: Theano optimizes constant before stabilization. This breaks stabilization optimization in some cases. See #504.
======================================================================
ERROR: test_alloc (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 296, in test_alloc
self.check_rop_lop(out1d, self.in_shape[0])
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpzAFGEB/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_dimshuffle (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 244, in test_dimshuffle
(4,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpw09RP1/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_dot (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 265, in test_dot
self.check_rop_lop(tensor.dot(self.x, W), self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 149, in check_rop_lop
rop_f = function([self.x, self.v], yv)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpY4jogh/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, row)>, <TensorType(float64, matrix)>)]')
======================================================================
ERROR: test_elemwise0 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 268, in test_elemwise0
self.check_rop_lop((self.x + 1) ** 2, self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp4q7BFA/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_elemwise1 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 272, in test_elemwise1
self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpTWFhIn/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_incsubtensor1 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 213, in test_incsubtensor1
self.check_rop_lop(out, self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpaBXDJo/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_incsubtensor2 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 220, in test_incsubtensor2
self.check_rop_lop(out, (10,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp1FwlqI/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_join (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 258, in test_join
self.check_rop_lop(out, (self.in_shape[0] + 10,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpEFGSDA/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_print (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 231, in test_print
self.check_rop_lop(out, self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp6K2eBa/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_rebroadcast (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 251, in test_rebroadcast
(1,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpgD8SIR/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_setsubtensor1 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 227, in test_setsubtensor1
self.check_rop_lop(out, self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpRe0SPm/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_setsubtensor2 (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 238, in test_setsubtensor2
self.check_rop_lop(out, (10,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpGRaCR1/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_softmax (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 291, in test_softmax
self.check_rop_lop(tensor.nnet.softmax(self.x)[0], self.in_shape[0])
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmprFkgOz/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_specifyshape (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 190, in test_specifyshape
self.in_shape)
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpaMNJDP/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_subtensor (theano.tensor.tests.test_rop.test_RopLop)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_rop.py", line 206, in test_subtensor
self.check_rop_lop(self.x[:4], (4,))
File "/root/Theano/theano/tensor/tests/test_rop.py", line 155, in check_rop_lop
scan_f = function([self.x, self.v], sy)
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpbxizxK/b8ef61d4b75e3ce2ac153316ad78e79a.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_specify_shape_inplace (theano.tensor.tests.test_sharedvar.test_shared_options)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tensor/tests/test_sharedvar.py", line 530, in test_specify_shape_inplace
+s_shared})
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmp4QbZHN/0047480c9b4eabb76cd9ea7721829792.so: undefined symbol: ATL_dptsyrk', '[Gemm{inplace}(<TensorType(float64, matrix)>, TensorConstant{1.0}, <TensorType(float64, matrix)>, <TensorType(float64, matrix)>, TensorConstant{1.0})]')
======================================================================
ERROR: This just sees if things compile well and if they run
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tests/diverse_tests.py", line 58, in test_scipy_paper_example2
updates={w:w-0.1*gw, b:b-0.1*gb})
File "/root/Theano/theano/compile/function.py", line 114, in function
profile=profile)
File "/root/Theano/theano/compile/pfunc.py", line 439, in pfunc
accept_inplace=accept_inplace, name=name, profile=profile)
File "/root/Theano/theano/compile/function_module.py", line 1241, in orig_function
defaults)
File "/root/Theano/theano/compile/function_module.py", line 1091, in create
_fn, _i, _o = self.linker.make_thunk(input_storage = input_storage_lists)
File "/root/Theano/theano/gof/link.py", line 377, in make_thunk
output_storage = output_storage)[:3]
File "/root/Theano/theano/gof/cc.py", line 1261, in make_all
no_recycling)]
File "/root/Theano/theano/gof/op.py", line 566, in make_thunk
output_storage=node_output_storage)
File "/root/Theano/theano/gof/cc.py", line 786, in make_thunk
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 734, in __compile__
keep_lock=keep_lock)
File "/root/Theano/theano/gof/cc.py", line 1092, in cthunk_factory
module = get_module_cache().module_from_key(key=key, fn=self.compile_cmodule_by_step, keep_lock=keep_lock)
File "/root/Theano/theano/gof/cmodule.py", line 839, in module_from_key
module = compile_steps.next()
File "/root/Theano/theano/gof/cc.py", line 1019, in compile_cmodule_by_step
preargs=preargs)
File "/root/Theano/theano/gof/cmodule.py", line 1420, in gcc_module_compile_str
return dlimport(lib_filename)
File "/root/Theano/theano/gof/cmodule.py", line 186, in dlimport
rval = __import__(module_name, {}, {}, [module_name])
ImportError: ('/root/.theano/compiledir_Linux-3.0.0-14-virtual-x86_64-with-Ubuntu-11.10-oneiric-x86_64-2.7.2+-0.5.0rc1.dev-c6fc9734f1602bbbb9335bd61e49872b1635b3de/tmpBGKVvJ/3bce8a91750e804425ff67dbd809426f.so: undefined symbol: ATL_dptsyrk', '[_dot22(<TensorType(float64, matrix)>, <TensorType(float64, col)>)]')
======================================================================
ERROR: test_lazy_if_on_generics (theano.tests.test_ifelse.test_ifelse)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/root/Theano/theano/tests/test_ifelse.py", line 65, in test_lazy_if_on_generics
f = theano.function([c, x, y], ifelse(c, x, y))
File "/root/Theano/theano/ifelse.py", line 317, in ifelse
then_branch_elem = theano.tensor.as_tensor_variable(then_branch_elem)
File "/root/Theano/theano/tensor/basic.py", line 133, in as_tensor_variable
raise TypeError("Variable type field must be a TensorType.", x, x.type)
TypeError: ('Variable type field must be a TensorType.', <Generic>, <theano.gof.type.Generic object at 0x2e809d0>)
======================================================================
FAIL: test_pycuda_theano_simple.test_pycuda_memory_to_theano
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/root/Theano/theano/misc/tests/test_pycuda_theano_simple.py", line 84, in test_pycuda_memory_to_theano
assert sys.getrefcount(y) == 2
AssertionError:
-------------------- >> begin captured stdout << ---------------------
[[[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]]
[[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]]
[[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]
[ 0. 0. 0. 0. 0.]]]
gpuarray ref count before creating a CudaNdarray 3
--------------------- >> end captured stdout << ----------------------
----------------------------------------------------------------------
Ran 1774 tests in 1792.794s
FAILED (SKIP=17, errors=141, failures=1)
root@master:~/Theano#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment