Skip to content

Instantly share code, notes, and snippets.

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 shackenberg/6172517 to your computer and use it in GitHub Desktop.
Save shackenberg/6172517 to your computer and use it in GitHub Desktop.
ludwig@serv8:~/Theano$ theano-nose -v
/home/ludwig/Theano/theano/misc/pycuda_init.py:34: UserWarning: PyCUDA import failed in theano.misc.pycuda_init
warnings.warn("PyCUDA import failed in theano.misc.pycuda_init")
Using gpu device 0: GeForce GTX 670
test_grad (theano.compile.tests.test_builders.T_OpFromGraph) ... ok
test_size_changes (theano.compile.tests.test_builders.T_OpFromGraph) ... ok
test_straightforward (theano.compile.tests.test_builders.T_OpFromGraph) ... ok
test_aliased_outputs_bad (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_aliased_outputs_ok (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_aliased_outputs_ok_output (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_aliased_outputs_ok_shadow (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_badviewmap_c (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_badviewmap_ref (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_badviewmap_slice (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_goodviewmap (theano.compile.tests.test_debugmode.Test_ViewMap) ... ok
test_check_isfinite (theano.compile.tests.test_debugmode.Test_check_isfinite) ... ok
test_check_isfinite_disabled (theano.compile.tests.test_debugmode.Test_check_isfinite) ... ok
test_f_contiguous (theano.compile.tests.test_debugmode.Test_preallocated_output) ... ok
test_f_contiguous_out (theano.compile.tests.test_debugmode.Test_preallocated_output) ... ok
test_output_broadcast_cuda (theano.compile.tests.test_debugmode.Test_preallocated_output) ... ok
test_output_broadcast_tensor (theano.compile.tests.test_debugmode.Test_preallocated_output) ... ok
theano.compile.tests.test_debugmode.test0 ... ok
theano.compile.tests.test_debugmode.test_badthunkoutput ... ok
theano.compile.tests.test_debugmode.test_badoptimization ... ok
theano.compile.tests.test_debugmode.test_stochasticoptimization ... ok
theano.compile.tests.test_debugmode.test_just_c_code ... ok
theano.compile.tests.test_debugmode.test_baddestroymap ... ok
theano.compile.tests.test_debugmode.test_baddestroymap_c ... ok
Tests that the contract for io.In is respected. When borrow=False, it should be ... ok
test_borrow_output (theano.compile.tests.test_function_module.T_function) ... ok
test_constant_output (theano.compile.tests.test_function_module.T_function) ... ok
test_copy (theano.compile.tests.test_function_module.T_function) ... ok
test_disconnected_input (theano.compile.tests.test_function_module.T_function) ... ok
test_empty (theano.compile.tests.test_function_module.T_function) ... ok
test_extra_inputs (theano.compile.tests.test_function_module.T_function) ... ok
Ensure error is raised when trying to replace an input variable. ... ok
test_input_anon_singleton (theano.compile.tests.test_function_module.T_function) ... ok
test_input_anon_unpack (theano.compile.tests.test_function_module.T_function) ... ok
test_masked_input (theano.compile.tests.test_function_module.T_function) ... ok
test_missing_inputs (theano.compile.tests.test_function_module.T_function) ... ok
test_naming_rule0 (theano.compile.tests.test_function_module.T_function) ... ok
test_naming_rule1 (theano.compile.tests.test_function_module.T_function) ... ok
test_naming_rule2 (theano.compile.tests.test_function_module.T_function) ... ok
test_naming_rule3 (theano.compile.tests.test_function_module.T_function) ... ok
test_naming_rule4 (theano.compile.tests.test_function_module.T_function) ... ok
test_none (theano.compile.tests.test_function_module.T_function) ... KNOWNFAIL: See #254: Using None as function output leads to [] return value
test_same_names (theano.compile.tests.test_function_module.T_function) ... ok
test_shared_state0 (theano.compile.tests.test_function_module.T_function) ... ok
test_shared_state1 (theano.compile.tests.test_function_module.T_function) ... ok
test_shared_state2 (theano.compile.tests.test_function_module.T_function) ... ok
test_shared_state_not_implicit (theano.compile.tests.test_function_module.T_function) ... ok
test_state_access (theano.compile.tests.test_function_module.T_function) ... ok
test_weird_names (theano.compile.tests.test_function_module.T_function) ... ok
test_broken_pickle_with_shared (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_deepcopy (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_deepcopy_shared_container (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_multiple_functions (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_optimizations_preserved (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_pickle (theano.compile.tests.test_function_module.T_picklefunction) ... ok
test_pickle_class_with_functions (theano.compile.tests.test_function_module.T_picklefunction) ... ok
Regression test for bug fixed in 8625e03. ... ok
theano.compile.tests.test_inplace_opt_for_value.test_example_rnn ... /home/ludwig/Theano/theano/compile/tests/test_inplace_opt_for_value.py:170: UserWarning: theano modules are deprecated and will be removed in release 0.7
super(ExampleRNN, self).__init__()
ok
theano.compile.tests.test_inplace_opt_for_value.test_WEIRD_STUFF ... ok
test_nnet (theano.compile.tests.test_misc.TestNnet) ... ok
test_1 (theano.compile.tests.test_modes.T_ProfileMode_WrapLinker) ... ok
test1 (theano.compile.tests.test_modes.T_bunch_of_modes) ... ok
Test that list members can be assigned dict-wise ... ok
test_empty_module (theano.compile.tests.test_module.T_module) ... ok
Test that list members can be assigned list-wise ... ok
Test that module Members of Constant work correctly. ... ok
Test that we can manipulate the mutable, strict, etc. flags (see SymbolicInput) of ... ok
Test that module Members can be named as Method inputs, in which case the function will ... ok
Test that a Member which is only included via a list, tuple or dictionary is still treated as if it ... ok
Test that a Method which is only included via a list or dictionary is still treated as if it ... ok
test_mixed_list (theano.compile.tests.test_module.T_module) ... ok
test_raise_NotImplemented (theano.compile.tests.test_module.T_module) ... ok
Test that under a variety of tricky conditions, the shared-ness of Variables and Members ... ok
Test that Members can be shared an arbitrary number of times between ... ok
Test that under a variety of tricky conditions, the shared-ness of Variables and Methods ... ok
Test that list members can be assigned tuple-wise ... ok
test_whats_up_with_submembers (theano.compile.tests.test_module.T_module) ... ok
test_wrappable_as_tensor (theano.compile.tests.test_module.T_module) ... ok
theano.compile.tests.test_module.test_multiple_references ... ok
theano.compile.tests.test_module.test_tuple_members ... ok
theano.compile.tests.test_module.test_method_updates ... ok
Test that Methods can override the module build mode ... ok
Ensure it is not possible to accidentally overwrite module variables ... ok
Test that a module can be pickled ... ok
theano.compile.tests.test_module.test_pickle_aliased_memory ... ok
Testing the default _instance_initialize provided by module. ... ok
theano.compile.tests.test_module.test_pickle_module ... ok
Test the code snippet example that detects NaN values. ... ok
Test that we can remove optimizer ... ok
Test that we can remove optimizers including inplace optimizers ... ok
test_input_aliasing_affecting_inplace_operations (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_no_aliasing_0 (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_no_aliasing_1 (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_no_aliasing_2 (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_no_aliasing_2b (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_partial_input_aliasing_affecting_inplace_operations (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_potential_output_aliasing_induced_by_updates (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_shared_constructor_copies (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_sparse_input_aliasing_affecting_inplace_operations (theano.compile.tests.test_pfunc.Test_aliasing_rules) ... ok
test_allow_downcast_floatX (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_allow_input_downcast_int (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_clone0 (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_container (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_scalar_container (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates_chained (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates_expressions (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates_input (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates_multiple (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_default_updates_partial_graph (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
Ensure the code given in pfunc.txt works as expected ... ok
test_duplicate_inputs (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_duplicate_updates (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_givens (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_givens_replaces_shared_variable (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_givens_replaces_shared_variable2 (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_no_default_updates (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
Test that shared variables cannot be used as function inputs. ... ok
test_param_allow_downcast_floatX (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_param_allow_downcast_int (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_param_allow_downcast_vector_floatX (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_param_mutable (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_param_strict (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_shared (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_shared_mutable (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
Test update mechanism in different settings. ... ok
test_update_equiv (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_update_err_broadcast (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test_update_same (theano.compile.tests.test_pfunc.Test_pfunc) ... ok
test1 (theano.compile.tests.test_pfunc.Test_rebuild_strict) ... ok
test_create_numpy_strict_false (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_ctors (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_err_symbolic_variable (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_scalar_floatX (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_scalar_strict (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_strict_generic (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_tensor_floatX (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_tensor_strict (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
test_use_numpy_strict_false (theano.compile.tests.test_shared.Test_SharedVariable) ... ok
theano.gof.tests.test_cc.test_clinker_straightforward ... ok
theano.gof.tests.test_cc.test_clinker_literal_inlining ... ok
theano.gof.tests.test_cc.test_clinker_single_node ... ok
theano.gof.tests.test_cc.test_clinker_dups ... ok
theano.gof.tests.test_cc.test_clinker_dups_inner ... ok
theano.gof.tests.test_cc.test_opwiseclinker_straightforward ... ok
theano.gof.tests.test_cc.test_opwiseclinker_constant ... ok
theano.gof.tests.test_cc.test_duallinker_straightforward ... ok
theano.gof.tests.test_cc.test_duallinker_mismatch ... ok
theano.gof.tests.test_cc.test_c_fail_error ... ok
When an op with c_code, but no version. If we have 2 apply node ... 0.591525729001
0.591525729001
0.591525729001
0.591525729001
ok
test_compute_flag (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_constant (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_disabled_during_compilation (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_incorrect_type (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_ndarray (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_no_c_code (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_no_perform (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... WARNING (theano.gof.cmodule): Cache leak due to unpickle-able key data set([(((1,), (10, '1.6.1'), (10, '1.6.1')), ('CLinker.cmodule_key', ('-D NPY_ARRAY_ALIGNED=NPY_ALIGNED', '-D NPY_ARRAY_C_CONTIGUOUS=NPY_C_CONTIGUOUS', '-D NPY_ARRAY_ENSURECOPY=NPY_ENSURECOPY', '-D NPY_ARRAY_F_CONTIGUOUS=NPY_F_CONTIGUOUS', '-D NPY_ARRAY_UPDATE_ALL=NPY_UPDATE_ALL', '-D NPY_ARRAY_WRITEABLE=NPY_WRITEABLE', '-O3', '-Wno-unused-label', '-Wno-unused-variable', '-Wno-write-strings', '-fPIC', '-fno-math-errno', '-m64'), (), (), 'NPY_ABI_VERSION=0x1000009', u'c_compiler_str=g++ 4.6', 'md5:2efdfc3f30b8f0efb4ed894c4c08f52f', (<theano.gof.tests.test_compute_test_value.IncOneC object at 0xb229550>, ((Scalar(int32), ((-1, 0), False)),), (1, (False,)))))])
ok
test_overided_function (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
Test the compute_test_value mechanism Scan. ... ok
test_scan_err1 (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_scan_err2 (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_shared (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_string_var (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
test_variable_only (theano.gof.tests.test_compute_test_value.TestComputeTestValue) ... ok
theano.gof.tests.test_destroyhandler.test_misc ... ok
theano.gof.tests.test_destroyhandler.test_aliased_inputs_replacement ... ok
theano.gof.tests.test_destroyhandler.test_indestructible ... ok
theano.gof.tests.test_destroyhandler.test_usage_loop_through_views_2 ... ok
theano.gof.tests.test_destroyhandler.test_destroyers_loop ... ok
theano.gof.tests.test_destroyhandler.test_aliased_inputs ... ok
theano.gof.tests.test_destroyhandler.test_aliased_inputs2 ... ok
theano.gof.tests.test_destroyhandler.test_aliased_inputs_tolerate ... ok
theano.gof.tests.test_destroyhandler.test_aliased_inputs_tolerate2 ... ok
theano.gof.tests.test_destroyhandler.test_same_aliased_inputs_ignored ... ok
theano.gof.tests.test_destroyhandler.test_different_aliased_inputs_ignored ... ok
theano.gof.tests.test_destroyhandler.test_indestructible_through_views ... ok
theano.gof.tests.test_destroyhandler.test_indirect ... ok
theano.gof.tests.test_destroyhandler.test_indirect_2 ... ok
theano.gof.tests.test_destroyhandler.test_long_destroyers_loop ... ok
theano.gof.tests.test_destroyhandler.test_misc_2 ... ok
theano.gof.tests.test_destroyhandler.test_multi_destroyers ... ok
theano.gof.tests.test_destroyhandler.test_multi_destroyers_through_views ... ok
theano.gof.tests.test_destroyhandler.test_repair_destroy_path ... ok
theano.gof.tests.test_destroyhandler.test_usage_loop ... ok
theano.gof.tests.test_destroyhandler.test_usage_loop_through_views ... ok
theano.gof.tests.test_destroyhandler.test_usage_loop_insert_views ... ok
theano.gof.tests.test_destroyhandler.test_value_repl ... ok
theano.gof.tests.test_destroyhandler.test_value_repl_2 ... ok
theano.gof.tests.test_graph.TestClone.test_accurate ... ok
theano.gof.tests.test_graph.TestClone.test_copy ... ok
theano.gof.tests.test_graph.TestClone.test_not_destructive ... ok
theano.gof.tests.test_graph.TestInputs.test_inputs ... ok
theano.gof.tests.test_graph.TestInputs.test_inputs_deep ... ok
Test `is_same_graph` with more complex graphs. ... ok
Test `is_same_graph` when `equal_computations` cannot be used. ... ok
Test `is_same_graph` with some trivial graphs (one Variable). ... ok
theano.gof.tests.test_graph.TestStr.test_as_string ... ok
theano.gof.tests.test_graph.TestStr.test_as_string_deep ... ok
theano.gof.tests.test_graph.TestStr.test_cutoff ... ok
theano.gof.tests.test_graph.TestStr.test_multiple_references ... ok
Test a simple graph ... ok
Test a graph with double dependencies ... ok
Test a graph where the inputs have owners ... ok
Test a graph which is not connected ... ok
Test inputs and outputs mixed together in a chain graph ... ok
Test when outputs have clients ... ok
theano.gof.tests.test_graph.test_eval ... ok
theano.gof.tests.test_lazy.test_ifelse ... ok
theano.gof.tests.test_lazy.more_complex_test ... ok
test_constant (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_function (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_input_dependency0 (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_input_output_same (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_skiphole (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_thunk (theano.gof.tests.test_link.TestPerformLinker) ... ok
test_0 (theano.gof.tests.test_link.TestWrapLinker) ... ok
test_1 (theano.gof.tests.test_link.TestWrapLinker) ... ok
theano.gof.tests.test_link.test_sort_schedule_fn ... ok
test_no_c_code (theano.gof.tests.test_op.TestMakeThunk) ... ok
test_no_perform (theano.gof.tests.test_op.TestMakeThunk) ... ok
theano.gof.tests.test_op.TestOp.test_op_no_input ... ok
theano.gof.tests.test_op.TestOp.test_sanity_0 ... ok
theano.gof.tests.test_op.TestOp.test_validate ... ok
theano.gof.tests.test_op.test_test_value_python_objects ... ok
theano.gof.tests.test_op.test_test_value_ndarray ... ok
theano.gof.tests.test_op.test_test_value_constant ... ok
theano.gof.tests.test_op.test_test_value_shared ... ok
theano.gof.tests.test_op.test_test_value_op ... ok
get_debug_values should return [] when debugger is off ... ok
get_debug_values should return [] when debugger is ignore ... ok
tests that get_debug_value returns values when available ... ok
tests that get_debug_value raises an exception when ... ok
tests that debug_error_message raises an ... ok
theano.gof.tests.test_opt.TestEquilibrium.test_1 ... ok
theano.gof.tests.test_opt.TestEquilibrium.test_2 ... ok
theano.gof.tests.test_opt.TestEquilibrium.test_low_use_ratio ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_constant_merging ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_deep_merge ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_identical_constant_args ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_merge_outputs ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_multiple_merges ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_no_merge ... ok
theano.gof.tests.test_opt.TestMergeOptimizer.test_straightforward ... ok
theano.gof.tests.test_opt.TestOpSubOptimizer.test_straightforward ... ok
theano.gof.tests.test_opt.TestOpSubOptimizer.test_straightforward_2 ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_ambiguous ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_constant_unification ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_constraints ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_eq ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_expand ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_match_same ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_match_same_illegal ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_multi ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_multiple ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_nested_even ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_nested_odd ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_nested_out_pattern ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_no_recurse ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_replace_output ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_replace_subgraph ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_unification_1 ... ok
theano.gof.tests.test_opt.TestPatternOptimizer.test_unification_2 ... ok
test_0 (theano.gof.tests.test_optdb.Test_DB) ... ok
theano.gof.tests.test_sched.test_dependence ... ok
theano.gof.tests.test_sched.test_sort_apply_nodes ... ok
theano.gof.tests.test_sched.test_reverse_dict ... ok
theano.gof.tests.test_sched.test__toposort ... ok
theano.gof.tests.test_sched.test_posort_easy ... ok
theano.gof.tests.test_sched.test_posort ... ok
theano.gof.tests.test_toolbox.TestNodeFinder.test_straightforward ... ok
theano.gof.tests.test_utils.test_give_variables_names ... ok
theano.gof.tests.test_utils.test_give_variables_names_idempotence ... ok
theano.gof.tests.test_utils.test_give_variables_names_small ... ok
test_callback (theano.gof.tests.test_vm.TestCallbacks) ... ok
test_callback_with_ifelse (theano.gof.tests.test_vm.TestCallbacks) ... ok
theano.gof.tests.test_vm.test_speed ... ok
theano.gof.tests.test_vm.test_speed_lazy ... ok
This already caused a bug in the trunk of Theano. ... ok
Failure: SkipTest (gnumpy not installed. Skip test of theano op with pycuda code.) ... SKIP: gnumpy not installed. Skip test of theano op with pycuda code.
Failure: SkipTest (gnumpy not installed. Skip test related to it.) ... SKIP: gnumpy not installed. Skip test related to it.
theano.misc.tests.test_may_share_memory.test_may_share_memory ... ok
theano.misc.tests.test_may_share_memory.test_may_share_memory_scipy ... ok
Failure: SkipTest (Pycuda not installed. Skip test of theano op with pycuda code.) ... SKIP: Pycuda not installed. Skip test of theano op with pycuda code.
Failure: SkipTest (Pycuda not installed. We skip tests of Theano Ops with pycuda code.) ... SKIP: Pycuda not installed. We skip tests of Theano Ops with pycuda code.
Failure: SkipTest (Pycuda not installed. Skip test of theano op with pycuda code.) ... SKIP: Pycuda not installed. Skip test of theano op with pycuda code.
Test that the broadcastable flags for the output of ... ok
Test that the broadcastable flag of the join axis ... ok
Test that joining together several inputs which are all ... ok
Test that the right broadcastable flags get set for a join ... ok
Test that all broadcastable flags are preserved by a ... ok
test_infer_shape_join (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Fast test of concatenate as this is an alias for join. ... ok
test_join_matrix0 (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1 (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1_using_horizontal_stack (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1_using_vertical_stack (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
variable join axis ... ok
test_join_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_vector (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Regression test for a crash that used to happen when rebroadcasting. ... ok
test_roll (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_stack_mixed_type_constants (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_stack_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
test_stack_vector (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_vector_len (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test0_err_invalid (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_0_dims (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_bounds (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_invalid (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_subslice (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_elem (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_range_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_range_infinite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_strided (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_err_bounds0 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_err_bounds1 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_col (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_cols_infinite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_elem (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_range_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_row (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_rows_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_strided (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test3_ok_mat (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv1_inc_sub_notlastdim (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv1_inc_sub_notlastdim_2didx (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_constant_arg (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_broadcast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_fast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_idx_broadcast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_advanced_inc_and_set (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_bound_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_invalid_2list_dtype (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_invalid_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_0d (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_1d (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_advanced_inc_subtensor (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_long (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_long_too_big (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_newaxis (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_ok_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_i_const (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_i_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_0 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_1 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_2 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_3 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_4 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_5 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_6 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_wrong_exception_regression (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_alloc_constant_folding (theano.sandbox.cuda.tests.test_basic_ops.TestAlloc) ... ok
test_alloc_output (theano.sandbox.cuda.tests.test_basic_ops.TestAlloc) ... ok
Test that get_value return the same type as what was gived when creating the shared variable ... ok
We test that if the SharedVariable implement it we do inplace set_value ... ok
test_return_internal_type (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_set_value (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape_i (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_do_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_dont_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_partial (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
Test the type.values_eq[_approx] function ... ok
Test that get_value return the same type as what was gived when creating the shared variable ... ok
We test that if the SharedVariable implement it we do inplace set_value ... ok
test_return_internal_type (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_set_value (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape_i (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_do_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_dont_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_partial (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
Test the type.values_eq[_approx] function ... ok
test_matrix (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_scalar (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_shared (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_vector (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test sum pattern 1, 11, 10, 01, 001, 010, 100, 110, 011, 111, ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_flatten ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_reshape ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_empty ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise0 ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_bad_broadcast ... ok
Several kinds of elemwise expressions with no broadcasting, ... ok
Several kinds of elemwise expressions with dimension permutations ... ok
Several kinds of elemwise expressions with dimension ... ok
Test that two vectors can be broadcast to form an outer ... ok
test if an elemwise comparaison followed by a cast to float32 are ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_composite_float64 ... ok
This was generating an error at compile time. ... ok
Test when all inputs have one(and the same) broadcastable dimension ... ok
Test when only one inputs have one broadcastable dimension ... ok
Test when only one inputs have two broadcastable dimension at each ends ... ok
Test when only one inputs have two broadcastable dimension at ... ok
Test when only one inputs have two broadcastable dimension at ... ok
Test when all inputs have two broadcastable dimension at the ... ok
Test when one input have one broadcastable dimension and the ... ok
Test that the shape is lifted over hostfromgpu ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_assert_cndas ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_no_rebroadcast ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpualloc_input_on_gpu ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_gpualloc ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpualloc_output_to_gpu ... ok
Test the second case in the opt local_gpu_advanced_incsubtensor1 ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_inc_subtensor ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_set_subtensor ... ok
this test checks whether the + and * elemwise ops can handle extremely large numbers of ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_duplicate_arg_elemwise ... ok
Test use of cuda.shared_constructor through theano.shared ... ok
Test that we can create a CudaNdarraySharedVariable from a ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 3) ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 3, 5) ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 5, 3) ... ok
test_dot22 (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_dot22scalar (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_gemm (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_gemv (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_ger_strides (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_dot22 (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_dot22scalar (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_gemm (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_gemv (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_ger_strides (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_a_strides (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_a_strides_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_default_beta_y (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_simple (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_simple_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_upcasting_scalar_nogemv (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_x_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_x_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_y_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_y_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_a_strides (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_a_strides_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_default_beta_y (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_simple (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_simple_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_upcasting_scalar_nogemv (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_x_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_x_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_y_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_y_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_eq (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
test_hash (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
test_name (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
Test matrix dot vector ... ok
Test vector dot matrix ... ok
test vector1+dot(matrix,vector2) ... ok
test vector1+dot(vector2,matrix) ... ok
theano.sandbox.cuda.tests.test_blas.test_dot22 ... ok
theano.sandbox.cuda.tests.test_blas.test_dot22scalar ... ok
theano.sandbox.cuda.tests.test_blas.test_gemm ... ok
theano.sandbox.cuda.tests.test_blas.test_gemm_no_inplace ... ok
theano.sandbox.cuda.tests.test_blas.test_downsample ... ok
Tests that when the shape gived at build time is not the same as ... ok
test_logical_shapes (theano.sandbox.cuda.tests.test_conv_cuda_ndarray.TestConv2DGPU) ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_0_2 ... /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)
ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_1_3_11_12 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_4 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_5 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_7_8_13 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_9_10 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_full ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_subsample ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_stack_rows_segfault_070312 ... ok
test_dimshuffle (theano.sandbox.cuda.tests.test_cuda_ndarray.test_DimShuffle) ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_host_to_device ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_add_iadd_idiv ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_exp ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_copy ... ok
The fct k_elemwise_unary_rowmajor_copy(used by cuda.copy()) in cuda_ndarray.cu ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_dot ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_sum ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_reshape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_getshape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_stride_manipulation ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_subtensor_broadcastable ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_copy_subtensor0 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_ellipsis ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_reverse_some_dims ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_w_int ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_gemm_vector_vector ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrixscalar0 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrixvector1 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_tensor3 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_from_numpy_error ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_shape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_ndim ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_type ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_assign_to_slice ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_broadcast ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_broadcast_numpy ... ok
Now we don't automatically add dimensions to broadcast ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_zeros_basic ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_base ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_set_strides ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_is_c_contiguous ... ok
Some nvidia driver give bad result for reduction ... ok
Test that the gpu device is initialized by theano when ... ok
Test that the gpu device is initialized by theano when ... ok
test_gpu_out_multiple_clients (theano.sandbox.cuda.tests.test_gradient.TestGradient) ... ok
We test that we do not keep link to memory between Theano function call ... ok
As test_memory, but with the ifelse op. ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet_med ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet_small ... ok
theano.sandbox.cuda.tests.test_mlp.test_conv_nnet1 ... ok
theano.sandbox.cuda.tests.test_mlp.test_conv_nnet2 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_28 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_32 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_32_long ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_64 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_108 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_256 ... ok
test_grad_ignore_border (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_grad_valid (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_grad_wrap_centered (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs2images_grad (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_bad_shape (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_bad_shape_wrap_centered (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_manual (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_manual_step (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_valid_with_inconsistent_borders (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_wrap_centered_step_manual (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
This is basic test for GpuCrossentropySoftmaxArgmax1HotWithBias ... ok
This is basic test for GpuCrossentropySoftmax1HotWithBiasDx ... ok
This is basic test for GpuSoftmaxWithBias ... ok
This is basic test for GpuSoftmax ... ok
Test function 'remove_python_framework_dir'. ... ok
test_broadcast_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_dtype_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_grad_lazy_if (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
Regression test for test values of `ifelse` gradient. ... ok
test_lazy_if (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_lazy_if_on_generics (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_merge (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_merge_ifs_true_false (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_multiple_out (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_multiple_out_crash (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_multiple_out_grad (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_ndim_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_pushout1 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_pushout2 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_pushout3 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_remove_useless_inputs1 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_remove_useless_inputs2 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_sparse_tensor_error (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_alloc_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_alloc_diag_grad (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag_empty (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag_grad (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
Test that the InputToGpuOptimizer optimizer make graph that don't have shared variable compiled too. ... ok
theano.sandbox.cuda.tests.test_opt.test_int_pow ... ok
This tests tries to catch the scenario when, due to infer_shape, ... ok
theano.sandbox.cuda.tests.test_opt.test_alloc_memset_0 ... ok
theano.sandbox.cuda.tests.test_opt.test_gpuspecifyshape ... ok
theano.sandbox.cuda.tests.test_opt.test_softmax ... ok
theano.sandbox.cuda.tests.test_opt.test_softmax_with_bias ... ok
theano.sandbox.cuda.tests.test_opt.test_opt_gpujoin_onlyajoin ... ok
theano.sandbox.cuda.tests.test_opt.test_opt_gpujoin_joinvectors_elemwise_then_minusone ... ok
Test that print ops don't block gpu optimization ... ok
Test the the GpuElemwise fusion work correctly ... ok
Test local_gpu_elemwise_0 when there is a dtype upcastable to float32 ... ok
Test the the GpuElemwise fusion work correctly ... ok
theano.sandbox.cuda.tests.test_opt.test_incsubtensor_mixed ... ok
Test that local_gpu_elemwise_0 replaces Erfinv with ErfinvGPU ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_shape_i ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_shape ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_softmax_optimizations ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_may_share_memory_cuda ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_deepcopy ... ok
test_1 (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_2 (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_broadcast (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_err_broadcast (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_err_ndim (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
theano.sandbox.cuda.tests.test_var.test_float32_shared_constructor ... ok
theano.sandbox.cuda.tests.test_var.test_givens ... ok
theano.sandbox.cuda.tests.test_viewop.test_viewop_gpu ... ok
test_numpy_2d (theano.sandbox.linalg.tests.test_kron.TestKron) ... ok
test_perform (theano.sandbox.linalg.tests.test_kron.TestKron) ... ok
test_eval (theano.sandbox.linalg.tests.test_linalg.test_Eig) ... ok
test_infer_shape (theano.sandbox.linalg.tests.test_linalg.test_Eig) ... ok
test_eval (theano.sandbox.linalg.tests.test_linalg.test_Eigh) ... ok
test_grad (theano.sandbox.linalg.tests.test_linalg.test_Eigh) ... ok
test_infer_shape (theano.sandbox.linalg.tests.test_linalg.test_Eigh) ... ok
test_uplo (theano.sandbox.linalg.tests.test_linalg.test_Eigh) ... ok
test_eval (theano.sandbox.linalg.tests.test_linalg.test_Eigh_float32) ... ok
test_grad (theano.sandbox.linalg.tests.test_linalg.test_Eigh_float32) ... ok
test_infer_shape (theano.sandbox.linalg.tests.test_linalg.test_Eigh_float32) ... ok
test_uplo (theano.sandbox.linalg.tests.test_linalg.test_Eigh_float32) ... ok
test_infer_shape (theano.sandbox.linalg.tests.test_linalg.test_Solve) ... ok
test_alloc_diag (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
test_alloc_diag_grad (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
test_diag (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
test_extract_diag (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
test_extract_diag_empty (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
test_extract_diag_grad (theano.sandbox.linalg.tests.test_linalg.test_diag) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky(array([[ 3.43991435, -0.15664862, 0.70377978, -3.23871061, -0.05301427], ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky(array([[ 3.43991435, -0.15664862, 0.70377978, -3.23871061, -0.05301427], ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky(array([[ 3.43991435, -0.15664862, 0.70377978, -3.23871061, -0.05301427], ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_grad ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_grad ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_grad ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([2, 2]), (2, 2)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([3, 3]), (3, 3)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_cholesky_and_cholesky_grad_shape(array([5, 5]), (5, 5)) ... ok
theano.sandbox.linalg.tests.test_linalg.test_inverse_correctness ... ok
theano.sandbox.linalg.tests.test_linalg.test_pseudoinverse_correctness ... ok
theano.sandbox.linalg.tests.test_linalg.test_matrix_dot ... ok
theano.sandbox.linalg.tests.test_linalg.test_inverse_singular ... ok
theano.sandbox.linalg.tests.test_linalg.test_inverse_grad ... ok
theano.sandbox.linalg.tests.test_linalg.test_rop_lop ... ok
theano.sandbox.linalg.tests.test_linalg.test_det ... ok
theano.sandbox.linalg.tests.test_linalg.test_det_grad ... ok
theano.sandbox.linalg.tests.test_linalg.test_det_shape ... ok
theano.sandbox.linalg.tests.test_linalg.test_trace ... ok
theano.sandbox.linalg.tests.test_linalg.test_spectral_radius_bound ... ok
theano.sandbox.linalg.tests.test_linalg.test_matrix_inverse_solve ... ok
test001_generate_tests (theano.sandbox.scan_module.tests.test_scan.TestScan) ... ok
test002_generator_one_scalar_output (theano.sandbox.scan_module.tests.test_scan.TestScan) ... KNOWNFAIL: Work-in-progress sandbox ScanOp is not fully functional yet
test003_one_sequence_one_output_and_weights (theano.sandbox.scan_module.tests.test_scan.TestScan) ... KNOWNFAIL: Work-in-progress sandbox ScanOp is not fully functional yet
test004_multiple_inputs_multiple_outputs (theano.sandbox.scan_module.tests.test_scan.TestScan) ... ok
test005_collect_parameters_outer_graph (theano.sandbox.scan_module.tests.test_scan.TestScan) ... ok
test006_multiple_taps (theano.sandbox.scan_module.tests.test_scan.TestScan) ... ok
test007_updates (theano.sandbox.scan_module.tests.test_scan.TestScan) ... ok
test001_cloning_no_replace_strict_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test002_cloning_no_replace_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test003_cloning_replace_strict_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test004_cloning_replace_not_strict_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test005_cloning_replace_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test006_cloning_replace_not_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_scan.TestScanUtils) ... ok
test001_cloning_no_replace_strict_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
test002_cloning_no_replace_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
test003_cloning_replace_strict_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
test004_cloning_replace_not_strict_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
test005_cloning_replace_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
test006_cloning_replace_not_strict_not_copy_inputs (theano.sandbox.scan_module.tests.test_utils.TestScanUtils) ... ok
theano.sandbox.test_multinomial.test_multinomial_0 ... ok
theano.sandbox.test_multinomial.test_multinomial_large ... ok
theano.sandbox.test_multinomial.test_multinomial_dtypes ... ok
theano.sandbox.test_multinomial.test_gpu_opt ... ok
test_grad_ignore_border (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_grad_valid (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_grad_wrap_centered (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs2images_grad (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_bad_shape (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_bad_shape_wrap_centered (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_manual (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_manual_step (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_valid_with_inconsistent_borders (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_neibs_wrap_centered_step_manual (theano.sandbox.test_neighbours.T_Images2Neibs) ... ok
test_bad_size (theano.sandbox.test_rng_mrg.T_MRG) ... ok
theano.sandbox.test_rng_mrg.test_deterministic ... ok
Verify that the random numbers generated by MRG_RandomStreams ... ok
Verify that the random numbers generated by mrg_uniform, serially, ... ok
Verify that the random numbers generated by mrg_uniform, in parallel, ... ok
Verify that the random numbers generated by GPU_mrg_uniform, serially, ... ok
Verify that the random numbers generated by GPU_mrg_uniform, in ... ok
theano.sandbox.test_rng_mrg.test_uniform ... ok
theano.sandbox.test_rng_mrg.test_binomial ... ok
theano.sandbox.test_rng_mrg.test_normal0 ... Segmentation fault (core dumped)
ludwig@iupr-serv8:~/Theano$ theano-nose -v theano/sandbox/cuda/
Using gpu device 0: GeForce GTX 670
Test that the broadcastable flags for the output of ... ok
Test that the broadcastable flag of the join axis ... ok
Test that joining together several inputs which are all ... ok
Test that the right broadcastable flags get set for a join ... ok
Test that all broadcastable flags are preserved by a ... ok
test_infer_shape_join (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Fast test of concatenate as this is an alias for join. ... ok
test_join_matrix0 (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1 (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1_using_horizontal_stack (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_matrix1_using_vertical_stack (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
variable join axis ... ok
test_join_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_join_vector (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Regression test for a crash that used to happen when rebroadcasting. ... ok
test_roll (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_stack_mixed_type_constants (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_stack_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
Test that calling stack() on scalars instantiates MakeVector, ... ok
test_stack_vector (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test_vector_len (theano.sandbox.cuda.tests.test_basic_ops.T_Join_and_Split) ... ok
test0_err_invalid (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_0_dims (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_bounds (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_invalid (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_err_subslice (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_elem (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_range_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_range_infinite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test1_ok_strided (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_err_bounds0 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_err_bounds1 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_col (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_cols_infinite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_elem (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_range_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_row (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_rows_finite (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test2_ok_strided (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test3_ok_mat (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv1_inc_sub_notlastdim (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv1_inc_sub_notlastdim_2didx (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_constant_arg (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_broadcast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_fast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_adv_sub1_idx_broadcast (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_advanced_inc_and_set (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_bound_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_invalid_2list_dtype (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_err_invalid_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_0d (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_1d (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_advanced_inc_subtensor (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_grad_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_long (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_long_too_big (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_newaxis (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_ok_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_i_const (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_i_scalar (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_shape_list (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_0 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_1 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_2 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_3 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_4 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_5 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_slice_canonical_form_6 (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_wrong_exception_regression (theano.sandbox.cuda.tests.test_basic_ops.T_subtensor) ... ok
test_alloc_constant_folding (theano.sandbox.cuda.tests.test_basic_ops.TestAlloc) ... ok
test_alloc_output (theano.sandbox.cuda.tests.test_basic_ops.TestAlloc) ... ok
Test that get_value return the same type as what was gived when creating the shared variable ... ok
We test that if the SharedVariable implement it we do inplace set_value ... ok
test_return_internal_type (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_set_value (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape_i (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_do_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_dont_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_partial (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
Test the type.values_eq[_approx] function ... ok
Test that get_value return the same type as what was gived when creating the shared variable ... ok
We test that if the SharedVariable implement it we do inplace set_value ... ok
test_return_internal_type (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_set_value (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shape_i (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_do_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_shared_dont_alias (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_inplace (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
test_specify_shape_partial (theano.sandbox.cuda.tests.test_basic_ops.test_shared_options) ... ok
Test the type.values_eq[_approx] function ... ok
test_matrix (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_scalar (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_shared (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test_vector (theano.sandbox.cuda.tests.test_basic_ops.test_size) ... ok
test sum pattern 1, 11, 10, 01, 001, 010, 100, 110, 011, 111, ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_flatten ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_reshape ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_empty ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise0 ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_bad_broadcast ... ok
Several kinds of elemwise expressions with no broadcasting, ... ok
Several kinds of elemwise expressions with dimension permutations ... ok
Several kinds of elemwise expressions with dimension ... ok
Test that two vectors can be broadcast to form an outer ... ok
test if an elemwise comparaison followed by a cast to float32 are ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_elemwise_composite_float64 ... ok
This was generating an error at compile time. ... ok
Test when all inputs have one(and the same) broadcastable dimension ... ok
Test when only one inputs have one broadcastable dimension ... ok
Test when only one inputs have two broadcastable dimension at each ends ... ok
Test when only one inputs have two broadcastable dimension at ... ok
Test when only one inputs have two broadcastable dimension at ... ok
Test when all inputs have two broadcastable dimension at the ... ok
Test when one input have one broadcastable dimension and the ... ok
Test that the shape is lifted over hostfromgpu ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_assert_cndas ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_no_rebroadcast ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpualloc_input_on_gpu ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpujoin_gpualloc ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpualloc_output_to_gpu ... ok
Test the second case in the opt local_gpu_advanced_incsubtensor1 ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_inc_subtensor ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_set_subtensor ... ok
this test checks whether the + and * elemwise ops can handle extremely large numbers of ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_duplicate_arg_elemwise ... ok
Test use of cuda.shared_constructor through theano.shared ... ok
Test that we can create a CudaNdarraySharedVariable from a ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 3) ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 3, 5) ... ok
theano.sandbox.cuda.tests.test_basic_ops.test_gpueye('float32', 5, 3) ... ok
test_dot22 (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_dot22scalar (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_gemm (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_gemv (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_ger_strides (theano.sandbox.cuda.tests.test_blas.TestBlasStrides) ... ok
test_dot22 (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_dot22scalar (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_gemm (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_gemv (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_ger_strides (theano.sandbox.cuda.tests.test_blas.TestBlasStridesGpu) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGer) ... ok
test_a_strides (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_a_strides_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_default_beta_y (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_simple (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_simple_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_upcasting_scalar_nogemv (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_x_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_x_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_y_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_y_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemv) ... ok
test_a_strides (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_a_strides_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_default_beta_y (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_simple (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_simple_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_upcasting_scalar_nogemv (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_x_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_x_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_y_stride (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_y_stride_transpose (theano.sandbox.cuda.tests.test_blas.TestGpuGemvNoTransfer) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGer) ... ok
test_A_plus_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test local_gemm_to_ger opt ... ok
test_c128_1_9 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_c64_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_0_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_0_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_0 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_1_2 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_4_4 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f32_7_1 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_f64_4_5 (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_inplace (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_scaled_A_plus_scaled_outer (theano.sandbox.cuda.tests.test_blas.TestGpuGerNoTransfer) ... ok
test_eq (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
test_hash (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
test_name (theano.sandbox.cuda.tests.test_blas.TestGpuGer_OpContract) ... ok
Test matrix dot vector ... ok
Test vector dot matrix ... ok
test vector1+dot(matrix,vector2) ... ok
test vector1+dot(vector2,matrix) ... ok
theano.sandbox.cuda.tests.test_blas.test_dot22 ... ok
theano.sandbox.cuda.tests.test_blas.test_dot22scalar ... ok
theano.sandbox.cuda.tests.test_blas.test_gemm ... ok
theano.sandbox.cuda.tests.test_blas.test_gemm_no_inplace ... ok
theano.sandbox.cuda.tests.test_blas.test_downsample ... ok
Tests that when the shape gived at build time is not the same as ... ok
test_logical_shapes (theano.sandbox.cuda.tests.test_conv_cuda_ndarray.TestConv2DGPU) ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_0_2 ... /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)
ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_1_3_11_12 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_4 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_5 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_7_8_13 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid_9_10 ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_valid ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_full ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_subsample ... ok
theano.sandbox.cuda.tests.test_conv_cuda_ndarray.test_stack_rows_segfault_070312 ... ok
test_dimshuffle (theano.sandbox.cuda.tests.test_cuda_ndarray.test_DimShuffle) ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_host_to_device ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_add_iadd_idiv ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_exp ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_copy ... ok
The fct k_elemwise_unary_rowmajor_copy(used by cuda.copy()) in cuda_ndarray.cu ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_dot ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_sum ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_reshape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_getshape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_stride_manipulation ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_subtensor_broadcastable ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_copy_subtensor0 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_ellipsis ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_reverse_some_dims ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_mapping_getitem_w_int ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_gemm_vector_vector ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrixscalar0 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrixvector1 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_tensor3 ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_from_numpy_error ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_shape ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_ndim ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_matrix_bad_type ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_assign_to_slice ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_broadcast ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_setitem_broadcast_numpy ... ok
Now we don't automatically add dimensions to broadcast ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_zeros_basic ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_base ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_set_strides ... ok
theano.sandbox.cuda.tests.test_cuda_ndarray.test_is_c_contiguous ... ok
Some nvidia driver give bad result for reduction ... ok
Test that the gpu device is initialized by theano when ... ok
Test that the gpu device is initialized by theano when ... ok
test_gpu_out_multiple_clients (theano.sandbox.cuda.tests.test_gradient.TestGradient) ... ok
We test that we do not keep link to memory between Theano function call ... ok
As test_memory, but with the ifelse op. ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet_med ... ok
theano.sandbox.cuda.tests.test_mlp.test_run_nnet_small ... ok
theano.sandbox.cuda.tests.test_mlp.test_conv_nnet1 ... ok
theano.sandbox.cuda.tests.test_mlp.test_conv_nnet2 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_28 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_32 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_32_long ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_64 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_108 ... ok
theano.sandbox.cuda.tests.test_mlp.test_lenet_256 ... ok
test_grad_ignore_border (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_grad_valid (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_grad_wrap_centered (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs2images_grad (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_bad_shape (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_bad_shape_wrap_centered (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_manual (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_manual_step (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_valid_with_inconsistent_borders (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
test_neibs_wrap_centered_step_manual (theano.sandbox.cuda.tests.test_neighbours.T_GpuImages2Neibs) ... ok
This is basic test for GpuCrossentropySoftmaxArgmax1HotWithBias ... ok
This is basic test for GpuCrossentropySoftmax1HotWithBiasDx ... ok
This is basic test for GpuSoftmaxWithBias ... ok
This is basic test for GpuSoftmax ... ok
Test function 'remove_python_framework_dir'. ... ok
test_broadcast_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_dtype_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_grad_lazy_if (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
Regression test for test values of `ifelse` gradient. ... ok
test_lazy_if (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_lazy_if_on_generics (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_merge (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_merge_ifs_true_false (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_multiple_out (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_multiple_out_crash (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_multiple_out_grad (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_ndim_mismatch (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_pushout1 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_pushout2 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_pushout3 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_remove_useless_inputs1 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_remove_useless_inputs2 (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... SKIP: Optimization temporarily disabled
test_sparse_tensor_error (theano.sandbox.cuda.tests.test_opt.TestIfElse) ... ok
test_alloc_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_alloc_diag_grad (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag_empty (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
test_extract_diag_grad (theano.sandbox.cuda.tests.test_opt.test_diag) ... ok
Test that the InputToGpuOptimizer optimizer make graph that don't have shared variable compiled too. ... ok
theano.sandbox.cuda.tests.test_opt.test_int_pow ... ok
This tests tries to catch the scenario when, due to infer_shape, ... ok
theano.sandbox.cuda.tests.test_opt.test_alloc_memset_0 ... ok
theano.sandbox.cuda.tests.test_opt.test_gpuspecifyshape ... ok
theano.sandbox.cuda.tests.test_opt.test_softmax ... ok
theano.sandbox.cuda.tests.test_opt.test_softmax_with_bias ... ok
theano.sandbox.cuda.tests.test_opt.test_opt_gpujoin_onlyajoin ... ok
theano.sandbox.cuda.tests.test_opt.test_opt_gpujoin_joinvectors_elemwise_then_minusone ... ok
Test that print ops don't block gpu optimization ... ok
Test the the GpuElemwise fusion work correctly ... ok
Test local_gpu_elemwise_0 when there is a dtype upcastable to float32 ... ok
Test the the GpuElemwise fusion work correctly ... ok
theano.sandbox.cuda.tests.test_opt.test_incsubtensor_mixed ... ok
Test that local_gpu_elemwise_0 replaces Erfinv with ErfinvGPU ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `uniform` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
Run the tests for `normal` with different settings for the ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_shape_i ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_shape ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_softmax_optimizations ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_may_share_memory_cuda ... ok
theano.sandbox.cuda.tests.test_tensor_op.test_deepcopy ... ok
test_1 (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_2 (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_broadcast (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_err_broadcast (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
test_err_ndim (theano.sandbox.cuda.tests.test_var.T_updates) ... ok
theano.sandbox.cuda.tests.test_var.test_float32_shared_constructor ... ok
theano.sandbox.cuda.tests.test_var.test_givens ... ok
theano.sandbox.cuda.tests.test_viewop.test_viewop_gpu ... ok
----------------------------------------------------------------------
Ran 371 tests in 1082.171s
OK (SKIP=7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment