summaryrefslogtreecommitdiff
path: root/Microbenchmarks/STREAM/Makefile
AgeCommit message (Collapse)AuthorLines
2024-11-15STREAM: Re-enable -fltoBirte Kristina Friesel-1/+1
SDK 2024.1.0 shipped a compiler bug. With 2024.2.0, it is working again.
2024-08-23Make STREAM Microbenchmark work with SDK 2024.1.0Birte Kristina Friesel-1/+1
For whatever reason, -flto causes a "Heap Full" error even in an otherwise empty program: * thread #1, name = 'DPUthread0', stop reason = fault 1 (Heap Full) * frame #0: 0x80000350 dpu_code`mem_alloc_nolock(size=64) at alloc.c:32:5 frame #1: 0x80000170 dpu_code`main_kernel1 [inlined] mem_alloc(size=64) at alloc.c:52:21 frame #2: 0x80000168 dpu_code`main_kernel1 at add.c:73 frame #3: 0x80000308 dpu_code`main at add.c:42:12 frame #4: 0x80000050 dpu_code`__bootstrap at crt0.c:36:5 I do not know why this is the case.
2024-05-13Print hostname and compiler versionsMarcel Köppen-1/+5
2024-05-13Make the linker happy by switching HOST_SOURCES and HOST_FLAGSMarcel Köppen-1/+1
2024-05-13Add depenceny on bin directoryMarcel Köppen-2/+2
2024-03-04STREAM: support SERIAL (default) and PUSH (new) transfersBirte Kristina Friesel-1/+2
2024-02-22STREAM: nitsBirte Kristina Friesel-2/+2
2024-02-22STREAM: Use nano- rather than microsecond precision internallyBirte Kristina Friesel-1/+1
2023-11-27STREAM: Add alloc/load overhead, n_ranks, and n_elementsBirte Kristina Friesel-1/+6
2023-05-11STREAM: some quality of life improvementsDaniel Friesel-4/+10
2023-05-10STREAM: dfatool compat; variable data typeDaniel Friesel-32/+17
2021-06-16PrIM -- first commitJuan Gomez Luna-0/+46