Skip to content

Releases: predsci/HipFT

v1.11.0

19 Jul 19:58
Compare
Choose a tag to compare

This release is a stable version of 1.11.0.

Optimized for Intel GPUs

19 Jul 20:01
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

19 Jul 20:04
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.

HipFT 1.0.0

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

First public release of HipFT.