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
This repository contains several low-level optimizations of the Gaussian Elimination algorithm. Made as a part of Code Optimizations on Different Architectures course at the AGH University of Science and Technology.
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created
Assignment: optimize memory/cache accesses as much as possible for a matrix multiplication. The optimized approach is then compared to BLAS (dedicated library for vector and matrix operations)