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