News

Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I ...
Microsoft SEAL is an easy-to-use open-source (MIT licensed) homomorphic encryption library developed by the Cryptography Research group at Microsoft. pybind11 is a lightweight header-only library that ...
Sparse matrix multiplication is widely used in various practical applications. Different accelerators have been proposed to speed up sparse matrix-dense vector multiplication (SpMV), sparse ...
Sparse Matrix-Vector Multiplication (SpMV) is a fundamental workload of numerous applications. However, for today's high-end superscalar CPUs, such as Intel Xeon series, it is usually difficult to ...