Fix README typo

This commit is contained in:
nihui 2020-10-09 17:07:44 +08:00 committed by GitHub
parent eae63a32a2
commit 435a729276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,7 @@ int main() {
if (std::shared_ptr<kp::Sequence> sq = sqWeakPtr.lock())
{
// Begin recording commands
sq.begin();
sq->begin();
// Record batch commands to send to GPU
sq->record<kp::OpMult<>>({ tensorLHS, tensorRHS, tensorOutput });