From 2a45f5f6af86d54d2d354feb145b9dae64c41a8c Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 19 Dec 2020 18:21:47 +0000 Subject: [PATCH] Updated opmult to non-template --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32228961f..1cf1ef595 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ int main() { auto tensorOut = mgr.buildTensor({ 0., 0., 0. }); // 3. Run multiplication operation synchronously - mgr.evalOpDefault>( + mgr.evalOpDefault( { tensorInA, tensorInB, tensorOut }) // 4. Map results back from GPU memory to print the results