From 25fe72627aee3f28a46dc9098e7fb3e24db7d6f2 Mon Sep 17 00:00:00 2001 From: Henneking Date: Tue, 25 Jul 2017 11:04:07 -0700 Subject: [PATCH] fix DotCsrRspRspImpl error message --- src/operator/tensor/dot-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/operator/tensor/dot-inl.h b/src/operator/tensor/dot-inl.h index 7440128dce09..46dcaf8e1111 100644 --- a/src/operator/tensor/dot-inl.h +++ b/src/operator/tensor/dot-inl.h @@ -648,7 +648,7 @@ inline void DotCsrRspRspImpl(mshadow::Stream* s, } } } else { - LOG(FATAL) << "DotCsrRspRspImpl has not implemented dot(csr.T, rsp) = rsp2 yet"; + LOG(FATAL) << "DotCsrRspRspImpl has not implemented dot(csr, rsp) = rsp2 yet"; } }); });