Updated readme
This commit is contained in:
parent
7b9f84f0ab
commit
4e6607bb91
1 changed files with 1 additions and 0 deletions
|
|
@ -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<kp::OpAlgoBase<>>(
|
||||
{ tensorA, tensorB },
|
||||
shaderData); // "shaderData" defined below, and can be glsl/spirv string or path to file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue