Updating array_mutiplication example to work correctly
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
parent
ec27834116
commit
f4bc3f68eb
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ int main()
|
|||
|
||||
std::vector<std::shared_ptr<kp::Tensor>> params = { tensorInA, tensorInB, tensorOut };
|
||||
|
||||
std::shared_ptr<kp::Algorithm> algo = mgr.algorithm(params, kp_test_utils::compileSource(shader));
|
||||
std::shared_ptr<kp::Algorithm> algo = mgr.algorithm(params, compileSource(shader));
|
||||
|
||||
mgr.sequence()
|
||||
->record<kp::OpTensorSyncDevice>(params)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue