Skip to content

Releases: predsci/HipFT

Optimized for Intel GPUs

09 Sep 15:54
Compare
Choose a tag to compare

This is a release of the branch that is optimized for Intel GPUs using the 2024.2 compiler.
This is a temporary release, as the optimizations will not be needed with future compiler releases.

v1.11.0 OpenMP target on some loops

09 Sep 15:58
Compare
Choose a tag to compare

This release uses OpenMP Target for some nested loops where nested do concurrent' loops may be hard for compilers to parallelize optimally, as well as for some reduction loops that use min' or `max'.
This release is temporary and is made to be optimal across NVIDIA, Intel, and AMD GPUs using current compilers.
When some compilers are updated, this release will not be needed.

v1.11.0

09 Sep 15:47
Compare
Choose a tag to compare

v1.11.0 release but with a small bug fix from a later commit.

v1.12.2

09 Sep 16:00
Compare
Choose a tag to compare

The release includes some bug fixes and an "add" mode for data assimilation.
It also has a small optimization for the WENO scheme.

HipFT 1.0.0

08 Dec 01:31
93ad3c7
Compare
Choose a tag to compare

First public release of HipFT.