From d3c2a9ebd08ca8c8b968b2ba714f96a17dec1dec Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 7 Jul 2025 21:34:58 +1000 Subject: [PATCH] add option to test fp16 --- tests2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests2/Makefile b/tests2/Makefile index d997b2b4..6e997378 100644 --- a/tests2/Makefile +++ b/tests2/Makefile @@ -8,6 +8,7 @@ CXX_FLAGS = -I../tmp/include/ -std=c++14 -Wshadow -Wall -pedantic -Og #CXX_FLAGS = -I../tmp/include/ -std=c++14 -Wshadow -Wall -pedantic -Og -fopenmp #CXX_FLAGS = -I../tmp/include/ -std=c++14 -Wshadow -Wall -pedantic -Og -DARMA_DONT_USE_WRAPPER #CXX_FLAGS = -I../tmp/include/ -std=c++14 -Wshadow -Wall -pedantic -Og -fsanitize=address -fsanitize=leak -fsanitize=undefined -fsanitize=bounds -fsanitize=bounds-strict -g +#CXX_FLAGS = -I../tmp/include/ -std=c++23 -Wshadow -Wall -pedantic -Og -DARMA_FORCE_USE_FP16 OBJECTS = $(patsubst %.cpp,%.o,$(wildcard *.cpp))