Skip to content

Commit

Permalink
Added several usefull links for benchmarking cpu bound code
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Proydakov <[email protected]>
  • Loading branch information
proydakov committed Oct 4, 2024
1 parent 0ad4d91 commit 43a8cc4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,20 @@ The IHFT framework requires:

[Agner Fog’s instruction tables](https://agner.org/optimize/instruction_tables.pdf)

[Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/)
[Benchmarking tips](https://llvm.org/docs/Benchmarking.html)

[WikiChip CPU information](https://en.wikichip.org/wiki/WikiChip:welcome)

[Intel hardware information](https://ark.intel.com)

[AMD hardware information](https://www.amd.com/ru/products/epyc-server)
[AMD hardware information](https://www.amd.com/en/products/processors/server/epyc.html)

[Intel Intrinsics Guide](https://software.intel.com/sites/landingpage/IntrinsicsGuide/)

[LLVM Machine Code Analyzer](https://llvm.org/docs/CommandGuide/llvm-mca.html)

[LLVM Machine Instruction Benchmark](https://llvm.org/docs/CommandGuide/llvm-exegesis.html)

[LIKWID tools](https://github.com/RRZE-HPC/likwid/wiki)

[OpenOnload is a user-level network stack](https://github.com/Xilinx-CNS/onload)
Expand Down

0 comments on commit 43a8cc4

Please sign in to comment.