stdlib-js / stdlib-js/stdlib

[RFC]: Add WebAssembly implementations for extended BLAS routines (tracking issue)

未关闭
#5,809 10 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
BLAS Tracking Issue WebAssembly
主要语言
JavaScript
星标
6k
派生
1.3k
平均合并
1 天 3 小时
30 天内合并 PR
611

描述

### Description

This RFC proposes adding WebAssembly implementations for extended BLAS routines. The purpose of this issue is to serve as a tracking issue for adding WebAssembly implementations for extended BLAS routines.

# Implementation Status for WebAssembly for extended BLAS Routines

## Single Precision

- [ ] sapx
- [ ] sapxsum
- [x] sapxsumkbn
- [ ] sapxsumkbn2
- [ ] sapxsumors
- [ ] sapxsumpw
- [ ] sasumpw
- [ ] scusum
- [ ] scusumkbn
- [ ] scusumkbn2
- [ ] scusumors
- [ ] scusumpw
- [ ] sdsapxsum
- [ ] sdsapxsumpw
- [ ] sdsnansum
- [ ] sdsnansumpw
- [ ] sdssum
- [ ] sdssumpw
- [ ] sfill
- [ ] snansum
- [ ] snansumkbn
- [ ] snansumkbn2
- [ ] snansumors
- [ ] snansumpw
- [ ] srev
- [ ] ssort2hp
- [ ] ssort2ins
- [ ] ssort2sh
- [ ] ssorthp
- [ ] ssortins
- [ ] ssortsh
- [ ] ssum
- [ ] ssumkbn
- [ ] ssumkbn2
- [ ] ssumors
- [ ] ssumpw

## Double Precision

- [ ] dapx #5643
- [ ] dapxsum
- [x] dapxsumkbn
- [ ] dapxsumkbn2 #5630
- [x] dapxsumors #5644 #5694
- [x] dapxsumpw
- [x] dasumpw #5549
- [ ] dcusum
- [ ] dcusumkbn
- [ ] dcusumkbn2
- [ ] dcusumors
- [ ] dcusumpw
- [ ] dfill
- [ ] dnanasum
- [x] dnanasumors
- [ ] dnannsum
- [ ] dnannsumkbn
- [ ] dnannsumkbn2
- [ ] dnannsumors
- [ ] dnannsumpw
- [ ] dnansum
- [ ] dnansumkbn
- [ ] dnansumkbn2 #5735
- [ ] dnansumors
- [x] dnansumpw
- [ ] drev
- [ ] dsapxsum
- [ ] dsapxsumpw
- [ ] dsnannsumors
- [ ] dsnansum
- [ ] dsnansumors
- [ ] dsnansumpw
- [ ] dsort2hp
- [ ] dsort2ins
- [ ] dsort2sh
- [ ] dsorthp
- [ ] dsortins
- [ ] dsort2sh
- [ ] dsorthp
- [ ] dsortins
- [ ] dsortsh
- [ ] dssum
- [ ] dssumors
- [ ] dssumpw
- [ ] dsum
- [ ] dsumkbn
- [ ] dsumkbn2
- [ ] dsumors
- [ ] dsumpw

### Related Issues

Related issues #5504 , #5505, #5506, #5507, #5509 and #5732 .

### Questions

No.

### Other

No.

### 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:`.

贡献指南

打开贡献指南

调研方向

Use the unchecked routine list as the starting scope and review the related issues linked in the tracking table. The issue names no source files or tests; completion would require implementing selected WebAssembly extended BLAS routines and updating their checklist status.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript, wasm
领域
backend
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
20/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。