Top
image credit: Pexels

Python-like Numerical Computation Library MatX Brings Transforms as Operators and Other Features

October 23, 2023

Via: InfoQ

Developed by Nvidia for its own GPUs, MatX is a C++ library that aims to bring near-native performance in numerical computing using a high-level syntax not far from those available in Python scipy or MATLAB. Its latest release brings a number of new features, including the possibility to use transforms as operators, new operators such as upsample, downsample, pwelch, and more.

Transforms can now be used in any operator expression to evaluate them lazily using operator fusion.

Read More on InfoQ