Base On WGPU
This library uses WGPU to perform array operations
What's New
Version / 0.2.0: version.md
Version Changelog
version changelog: changelog.md
Starting
install
coming soon
Code
use ArrOgpuModule;
List Method
- add
- sub
- mul
- div
- matmul
- sum
- sum_axis
- Sum_axis_keep_dim
- dot_product
- abs
- log2
- pow
- sin
- cos
- tan
- sqrt
- broadcasting
- slice
- index
- to_shape
- permute
- contiguous(View)