stdlib-js / stdlib-js/stdlib

[RFC]: WebAssembly Implementations for `@stdlib/blas/base`

Đang mở
#13,485 0 bình luận 0 reaction 1 người được giao Được @0PrashantYadav0 nhận Xem trên GitHub
BLAS WebAssembly
Ngôn ngữ chính
JavaScript
Star
6k
Fork
1.3k
Merge trung bình
1 ngày 3 giờ
Pull request đã merge (30 ngày)
611

Mô tả

### Description

This RFC proposes adding WebAssembly implementations for the `@stdlib/blas/base` package. The purpose of this issue is to serve as a tracking issue for implementing WebAssembly support across the routines provided in the package.

Only routines which provide a C implementation (i.e., a `src/*.c` kernel) are listed below, as these are the routines which can be compiled to WebAssembly.

### Related Issues

None.

### Questions

No.

### Other

### Implementation Status

**Progress: 33 / 51 implemented (18 remaining).**

### Double Precision

* [x] dasum
* [x] daxpy
* [ ] dcabs1
* [x] dcopy
* [x] ddot
* [ ] dgemv
* [ ] dger
* [x] dnrm2
* [x] drot
* [x] drotm
* [x] dscal
* [x] dsdot
* [x] dswap
* [ ] dsyr
* [ ] dsyr2
* [x] dznrm2

### Single Precision

* [x] sasum
* [x] saxpy
* [ ] scabs1
* [x] scasum
* [x] scnrm2
* [x] scopy
* [x] sdot
* [x] sdsdot
* [ ] sgemv
* [ ] sger
* [ ] shared
* [x] snrm2
* [x] srot
* [x] srotm
* [x] sscal
* [ ] sspr
* [x] sswap
* [ ] ssyr
* [ ] ssyr2

### Complex Single Precision

* [ ] caxpy
* [x] ccopy
* [ ] cgemv
* [x] cscal
* [x] csrot
* [ ] csscal
* [x] cswap

### Complex Double Precision

* [ ] zaxpy
* [x] zcopy
* [x] zdrot
* [ ] zdscal
* [x] zscal
* [x] zswap

### Other

* [x] idamax
* [x] isamax
* [ ] xerbla

### Checklist

- [x] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with `RFC:`.

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.