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