Strassen's algorithm is a divide and conquer algorithm for multiplying two square matrices of dimension n by n where n is a power of 2. The runtime is O(n^log_2(7)) which beats the naive O(n^3) ...
matmul-gpu provides a high-performance implementation of matrix multiplication using WebGPU. WebGPU is a modern web API that allows for GPU-accelerated computations directly within the browser, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results