Skip to content

Commit

Permalink
fix DotCsrRspRspImpl error message (apache#7191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhenneking authored and eric-haibin-lin committed Jul 27, 2017
1 parent f57fc3c commit 0ed14d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/tensor/dot-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ inline void DotCsrRspRspImpl(mshadow::Stream<cpu>* 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";
}
});
});
Expand Down

0 comments on commit 0ed14d1

Please sign in to comment.