Skip to content

Releases: predsci/HipFT

v1.19.3

21 Oct 21:45

Choose a tag to compare

Small fixes from previous release including a small memory leak fix.

v1.19.0

20 Feb 21:12

Choose a tag to compare

This version implements multiple new features and better compatibility with the OFT scripts.

v1.14.1

20 Feb 21:10

Choose a tag to compare

This release is the version of the code used for the results shown in our paper "Open-source Flux Transport (OFT). I. HipFT - High-performance Flux Transport"

Optimized for Intel GPUs

09 Sep 15:54

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

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

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

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

Choose a tag to compare

First public release of HipFT.