change struct.o to obj (#790)

This PR gives a temporary fix for a zero-reduction-result issue with OMP offload on Intel GPUs.
This commit is contained in:
Rui Peng Li 2023-12-01 10:05:07 -08:00 committed by GitHub
parent e7b0cf110c
commit 40ef37a5da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}