mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Test mkldnn pack for doubles
This commit is contained in:
@@ -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>());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user