Skip to content

Commit

Permalink
Merge pull request #111 from tud-zih-energy/marenz.version_2_2
Browse files Browse the repository at this point in the history
Release v2.2
  • Loading branch information
marenz2569 authored Feb 14, 2025
2 parents ae9332c + a5ccd6d commit 927ae17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ $$ TODO - add results verification
$$ TODO - add more processors
$$ TODO - support for AArch64 (64 Bit ARM)
$$ TODO - support Infiniband interconnects
$$ TODO
$$ TODO Version 2.2
$$ TODO - added support for AMD GPUs
$$ TODO - support for thread binding on all supported platforms
$$ TODO - bug fixes related to thread binding with cgroups

Version 2.2
- added support for AMD GPUs
- support for thread binding on all supported platforms
- bug fixes related to thread binding with cgroups and disabled cpus
- added report for estimated GPU FLOPS

Version 2.1.1
- Removed MacOS 11
Expand Down
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,18 @@ Make sure that they are installed and `$LD_LIBRARY_PATH` is set-up correctly.
Make also sure that you have the correct drivers for your GPU installed so that
OneAPI can apply work to it.

## Reference
## References

A detailed description can be found in the following paper. Please cite this if
you use FIRESTARTER for scientific work.
Below is a list of our FIRESTARTER publications. Please preferably cite the latest paper
if you use FIRESTARTER for scientific work.

Robert Schöne, Markus Schmidl, Mario Bielert, and Daniel Hackenberg
[FIRESTARTER 2: Dynamic Code Generation for Processor Stress
Tests](https://dx.doi.org/10.1109/Cluster48925.2021.00084) (Cluster 2021)

Daniel Hackenberg, Roland Oldenburg, Daniel Molka, and Robert Schöne
[Introducing FIRESTARTER: A processor stress test
utility](http://dx.doi.org/10.1109/IGCC.2013.6604507) (IGCC 2013)
utility](https://dx.doi.org/10.1109/IGCC.2013.6604507) (IGCC 2013)

Additional information:
[https://tu-dresden.de/zih/forschung/projekte/firestarter](https://tu-dresden.de/zih/forschung/projekte/firestarter).
Expand Down

0 comments on commit 927ae17

Please sign in to comment.