Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix DotCsrRspRspImpl error message (#7191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhenneking authored and piiswrong committed Jul 26, 2017
1 parent 6644d22 commit c87b085
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 c87b085

Please sign in to comment.