Add preliminary openacc support, atrip bench not linking

This commit is contained in:
2023-01-11 13:06:59 +01:00
parent 77e1aaabeb
commit 017cf43381
6 changed files with 88 additions and 32 deletions

View File

@@ -23,6 +23,18 @@ atrip_SOURCES = main.cxx
atrip_CPPFLAGS = $(AM_CPPFLAGS)
atrip_LDADD = $(BENCHES_LDADD)
atrip: main.cxx
$(NVCXX) -cuda \
-x cu -I../ \
$(MPILIBS) \
-I$(srcdir)/ \
$(AM_CPPFLAGS) \
$(DEFS) \
$(BENCHES_LDADD) \
$(AM_LDFLAGS) \
$< -o $@
endif
if !WITH_CUDA
##