[Editor's note: Part 2 shows how to optimize DSP kernels (i.e., inner loops), and how to write fast floating-point and fractional code. Part 4 explains why it is important to optimize “control code,” ...
Former DeepMind scientists raise $5 million for Hiverge, a startup developing AI to improve code.
In this special guest feature, James Reinders describes why roofline estimation is a great tool for code optimization in HPC. Roofline Analysis is a technique that projects a view of realism into ...
Digital signal processors (DSPs) have found widespread use for many computationally intensive signal processing applications in fields such as communications. As the communication applications become ...
Techniques of adding DSP capability to an existing CISC system were discussed in the first part of this article. 68k code for part of a frequency analysis system was developed. A procedure that will ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Senyo Simpson discusses how Rust's core ...
A common use case for high-level synthesis (HLS) is taking 3rd party generated or legacy C/C++ algorithms and converting the algorithm to a hardware implementation using an HLS compiler. This can ...
Analyst firm IDC predicted that in 2022, worldwide spending on technologies that enable digital transformation will reach almost $2 trillion. According to the report, the manufacturing industry is ...
[Editor's note: Part 3 explains how to access DSP features like circular addressing from portable C. It also shows how to use pragmas and inline assembly. Part 5 shows how to optimize memory ...