• 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
名称
最后提交
最后更新
benchmark 正在载入提交数据...
bin 正在载入提交数据...
doc 正在载入提交数据...
theano 正在载入提交数据...
.hgignore 正在载入提交数据...
DESCRIPTION.txt 正在载入提交数据...
EMAIL.txt 正在载入提交数据...
HISTORY.txt 正在载入提交数据...
LICENSE.txt 正在载入提交数据...
MANIFEST.in 正在载入提交数据...
NEWS.txt 正在载入提交数据...
README.txt 正在载入提交数据...
distribute_setup.py 正在载入提交数据...
setup.cfg 正在载入提交数据...
setup.py 正在载入提交数据...