From 4e6607bb91c06d50540b0d78bb9541787ca5dd5c Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Sat, 31 Oct 2020 17:38:03 +0000 Subject: [PATCH] Updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d82e47f3..eeb6e7010 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ int main() { auto tensorB = mgr.buildTensor({ 0., 0., 0. }); // 2. Run compute shader synchronously + // Operations provide abstractions to GPU processing steps and can be extended mgr.evalOpDefault>( { tensorA, tensorB }, shaderData); // "shaderData" defined below, and can be glsl/spirv string or path to file