Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amock committed Nov 24, 2024
1 parent 07007dd commit e8cf6f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/library/math.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,9 @@ int main(int argc, char** argv)
buffer_a_gpu.raw(),
buffer_b_gpu.raw(),
buffer_a_gpu.size());
// A[i]+=B[i] done.
// buffer_a_gpu contains changed elements now

return 0;
}
```

0 comments on commit e8cf6f5

Please sign in to comment.