You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add WebGPU compute and Jacobi workers with comprehensive testing suite
- Implemented WebGPUComputeWorker for various linear algebra operations including vector addition, matrix-vector multiplication, dot product, normalization, and more.
- Created WebGPUJacobiWorker for solving linear systems using the Jacobi method.
- Developed a test HTML page to validate the functionality of the compute engine with multiple test cases for each operation.
- Included error handling and success messages for better user feedback during tests.
- Ensured compatibility with Comlink for worker communication.
0 commit comments