gpu_tensor 1.2.1
gpu_tensor: ^1.2.1 copied to clipboard
A comprehensive GPU tensor library for Dart and Flutter, designed to leverage the power of webgpu across platforms for efficient tensor operations.
gpu_tensor #
1.2.1 #
- Fix: fresh builds need dawn find off
- Change: 1.2.0 migrates minigpu to direct webgpu usage
- Breaking: Changed setData and references to .write
- Fix: broken compute shader and buffer finalizers
1.2.0 #
1.1.9 #
- fix pubspec version issue
1.1.8 #
- fixed concurrent buffer op crash
1.1.7 #
- fixed fft operations for 1D tensors
- fixed memory leaks
1.1.6 #
- fixed problem with audio input capture providing raw data
1.0.1 #
- Fix: pub.dev needs flutter dependency in pubspec.yaml
1.0.0 #
- Initial version includes:
gpu_tensor
package with GPU tensor operations.- Basic tensor operations: addition, subtraction, multiplication, and division.
- GPU accelerated FFT 1D and 2D operations.
- Tensor data operations such as slice, reshape, getElement, head, and tail.
- Unit tests for all tensor operations.
- Example usage in the README file.