summaryrefslogtreecommitdiff
path: root/Microbenchmarks
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2024-11-15 14:56:01 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2024-11-15 14:56:01 +0100
commitf0d1016744e802b5b682960c8bf6e03bd02301ca (patch)
tree6d77aafa40c71a8d68e61fdd89a15516648816e1 /Microbenchmarks
parentd25ae864fa6a9461ac9bbb65122c4465ee36690d (diff)
STREAM: Re-enable -fltoHEADmain
SDK 2024.1.0 shipped a compiler bug. With 2024.2.0, it is working again.
Diffstat (limited to 'Microbenchmarks')
-rw-r--r--Microbenchmarks/STREAM/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Microbenchmarks/STREAM/Makefile b/Microbenchmarks/STREAM/Makefile
index 7b01500..ba3e8e1 100644
--- a/Microbenchmarks/STREAM/Makefile
+++ b/Microbenchmarks/STREAM/Makefile
@@ -18,7 +18,7 @@ HOST_SOURCES = $(wildcard host/*.c)
COMMON_INCLUDES = support
COMMON_FLAGS = -Wall -Wextra -O2 -I${COMMON_INCLUDES} -DNR_DPUS=${NR_DPUS} -DNR_TASKLETS=${NR_TASKLETS} -DBL=${BL} -DT=${T} -D${OP} -D${MEM} -DUNROLL=${UNROLL}
HOST_FLAGS = ${COMMON_FLAGS} -D_POSIX_C_SOURCE=200809L -std=c11 `dpu-pkg-config --cflags --libs dpu` -DWITH_ALLOC_OVERHEAD=${WITH_ALLOC_OVERHEAD} -DWITH_LOAD_OVERHEAD=${WITH_LOAD_OVERHEAD} -DWITH_FREE_OVERHEAD=${WITH_FREE_OVERHEAD} -DWITH_DPUINFO=${WITH_DPUINFO} -DSDK_SINGLETHREADED=${SDK_SINGLETHREADED} -D${TRANSFER}
-DPU_FLAGS = ${COMMON_FLAGS}
+DPU_FLAGS = ${COMMON_FLAGS} -flto
QUIET = @