Merge branch 'master' of github.com:EthicalML/vulkan-kompute
This commit is contained in:
commit
e4a4f2cb5d
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,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