Fix README typo
This commit is contained in:
parent
eae63a32a2
commit
435a729276
1 changed files with 1 additions and 1 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue