Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-11-15 | STREAM: Re-enable -flto | Birte Kristina Friesel | -1/+1 | |
SDK 2024.1.0 shipped a compiler bug. With 2024.2.0, it is working again. | ||||
2024-08-23 | Make STREAM Microbenchmark work with SDK 2024.1.0 | Birte 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-13 | Print hostname and compiler versions | Marcel Köppen | -1/+5 | |
2024-05-13 | Make the linker happy by switching HOST_SOURCES and HOST_FLAGS | Marcel Köppen | -1/+1 | |
2024-05-13 | Add depenceny on bin directory | Marcel Köppen | -2/+2 | |
2024-03-04 | STREAM: support SERIAL (default) and PUSH (new) transfers | Birte Kristina Friesel | -1/+2 | |
2024-02-22 | STREAM: nits | Birte Kristina Friesel | -2/+2 | |
2024-02-22 | STREAM: Use nano- rather than microsecond precision internally | Birte Kristina Friesel | -1/+1 | |
2023-11-27 | STREAM: Add alloc/load overhead, n_ranks, and n_elements | Birte Kristina Friesel | -1/+6 | |
2023-05-11 | STREAM: some quality of life improvements | Daniel Friesel | -4/+10 | |
2023-05-10 | STREAM: dfatool compat; variable data type | Daniel Friesel | -32/+17 | |
2021-06-16 | PrIM -- first commit | Juan Gomez Luna | -0/+46 | |