Skip to content

feat: add blas/base/wasm/sdsdot #6768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Apr 29, 2025
Prev Previous commit
Next Next commit
docs: use description
Signed-off-by: Athan <kgryte@gmail.com>
  • Loading branch information
kgryte authored Apr 25, 2025
commit b986b585ec2fd2b59fbed990548c25cfafebd48e
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@

{{alias}}.Module.prototype.ndarray( N, scalar, xp, sx, ox, yp, sy, oy )
Computes the dot product of two single-precision floating-point vectors with
extended accumulation, using alternative indexing semantics.
extended accumulation using alternative indexing semantics.

Parameters
----------
Expand Down
Loading