From 40ef37a5dabc686068805bd42928d1df55a63604 Mon Sep 17 00:00:00 2001 From: Rui Peng Li Date: Fri, 1 Dec 2023 10:05:07 -0800 Subject: [PATCH] change struct.o to obj (#790) This PR gives a temporary fix for a zero-reduction-result issue with OMP offload on Intel GPUs. --- src/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/Makefile b/src/test/Makefile index 5efa1d494..7f4d81f75 100644 --- a/src/test/Makefile +++ b/src/test/Makefile @@ -144,7 +144,7 @@ sstruct: sstruct.o @echo "Building" $@ "... " ${LINK_CC} -o $@ $< ${LFLAGS} -struct: struct.o +struct: struct.obj @echo "Building" $@ "... " ${LINK_CC} -o $@ $< ${LFLAGS}