• Pascal Lamblin's avatar
    Fix KnownFailure relative to gemm (and partially solves #415). · a2ea8184
    Pascal Lamblin 提交于
    This does not change the logic of the Gemm optimizer, so #415 might
    still be needed in the future.
    
    This change:
      - apply the following optimization whether or not the transpose is inplace:
    T.dot(X,Y).T -> T.dot(Y.T, X.T). The latter form is expected by the Gemm
    optimizer.
      - removes the Warning class raised in test_blas.py:just_gemm, because
    it was caught silently, hiding the fact that another case was failing.
    A "Failure" is now thrown instead;
      - adds another test case for transposition;
      - makes the first case in test_blas.py:test_inplace0 expect a
    "gemm_no_inplace" instead of _dot22.
    a2ea8184
名称
最后提交
最后更新
..
__init__.py 正在载入提交数据...
mlp_test.py 正在载入提交数据...
test_basic.py 正在载入提交数据...
test_blas.py 正在载入提交数据...
test_casting.py 正在载入提交数据...
test_complex.py 正在载入提交数据...
test_elemwise.py 正在载入提交数据...
test_gc.py 正在载入提交数据...
test_inc_subtensor.py 正在载入提交数据...
test_incsubtensor.py 正在载入提交数据...
test_merge.py 正在载入提交数据...
test_misc.py 正在载入提交数据...
test_naacl09.py 正在载入提交数据...
test_opt.py 正在载入提交数据...
test_opt_uncanonicalize.py 正在载入提交数据...
test_randomstreams.py 正在载入提交数据...
test_raw_random.py 正在载入提交数据...
test_shared_randomstreams.py 正在载入提交数据...
test_sharedvar.py 正在载入提交数据...
test_xlogx.py 正在载入提交数据...