Releases: intel/yask
Releases · intel/yask
Version 4.05.04
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
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
Add checks when applying NUMA MPI pinning.
Version 4.05.01
A few small changes:
- Avoid some compiler warnings
- Use NUMA pinning when using Intel MPI
Version 4.05.00
Major changes:
- Remove unmaintained GA tuner script.
- Fix issues with g++ compile.
Version 4.04.09
Remove reliance on compiler-specific feature.
Version 4.04.08
Most significant changes:
- Add
-offload
knob toyask.sh
to simplify benchmarking offload kernels. - Add detection of multiple GPUs to
yask.sh
. - Remove buggy per-stage stats output.
Version 4.04.07
Some small device-offload fixes.
Version 4.04.06
Remove more warnings and simplify build process for non-Intel compilers.
Version 4.04.05
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.