Skip to content

Releases: intel/yask

Version 4.05.04

18 Jul 18:43
312567d
Compare
Choose a tag to compare

Some small updates:

  • Remove extra array padding by default.
  • Add some heuristics to improve using >1 GPU via MPI.
  • Internal code cleanup.

Version 4.05.03

17 Jun 18:59
546607c
Compare
Choose a tag to compare

Main changes:

  • Update copyright to 2024.
  • Remove "iso3dfd" as default stencil; stencil must now be specified during build.
  • Some of the API-related Makefile target names were changed for consistency.

Version 4.05.02

26 Apr 16:45
08b684f
Compare
Choose a tag to compare

Add checks when applying NUMA MPI pinning.

Version 4.05.01

25 Apr 23:06
cb75540
Compare
Choose a tag to compare

A few small changes:

  • Avoid some compiler warnings
  • Use NUMA pinning when using Intel MPI

Version 4.05.00

11 Apr 15:34
abb66ec
Compare
Choose a tag to compare

Major changes:

  • Remove unmaintained GA tuner script.
  • Fix issues with g++ compile.

Version 4.04.09

22 Feb 16:59
8831f57
Compare
Choose a tag to compare

Remove reliance on compiler-specific feature.

Version 4.04.08

27 Nov 16:59
34b28fc
Compare
Choose a tag to compare

Most significant changes:

  • Add -offload knob to yask.sh to simplify benchmarking offload kernels.
  • Add detection of multiple GPUs to yask.sh.
  • Remove buggy per-stage stats output.

Version 4.04.07

25 Oct 23:32
389f325
Compare
Choose a tag to compare

Some small device-offload fixes.

Version 4.04.06

15 Sep 16:13
23e8c13
Compare
Choose a tag to compare

Remove more warnings and simplify build process for non-Intel compilers.

Version 4.04.05

07 Sep 00:20
76791f4
Compare
Choose a tag to compare

Some small changes to allow building by more compilers, targeting more hardware:

  • Remove some errors and warnings flagged by some compilers.
  • Add more flexibility in Makefiles to allow easier specification of compilers and options.
  • Add more information in the tutorial about making changes and generating code for more offload devices.