Skip to content

HPL-AI Version 2.3a

Pre-release
Pre-release
Compare
Choose a tag to compare
@wu-kan wu-kan released this 14 Mar 09:03
· 24 commits to master since this release

Junkang Huang added the parallel GMRES and matrix construction
part (https://github.com/schuangs/hpl-ai-with-IR) for HPL-AI.
Note that the GMRES did not check the backward-error, which may
cause the result to be invalid.

Kan Wu reimplemented HPL-AI with some bug fixes and some minor
optimizations. The C souce code of hpl-2.3 remained the same,
while took advantages of modern C++ features such as templates,
overloading, and GPU backends via blaspp.