mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Test mkldnn pack for doubles
This commit is contained in:
parent
22ed98a331
commit
b314376f9c
@ -127,5 +127,8 @@ static void test_mkldnn_gemm_kernel() {
|
||||
|
||||
EIGEN_DECLARE_TEST(cxx11_tensor_contraction_mkldnn) {
|
||||
CALL_SUBTEST(test_mkldnn_gemm_pack<float>());
|
||||
CALL_SUBTEST(test_mkldnn_gemm_pack<double>());
|
||||
|
||||
// mkldnn has only sgemm (aka gemm for floats).
|
||||
CALL_SUBTEST(test_mkldnn_gemm_kernel<float>());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user