Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
d69faa94
Commit
d69faa94
authored
Jul 09, 2020
by
Nicolas Denoyelle
Committed by
Swann Perarnau
Jul 09, 2020
Browse files
[ci/fix] add cuda CI check
Fix benchmark checks for cuda version too.
parent
be757670
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d69faa94
...
...
@@ -142,6 +142,24 @@ make:knl:
-
config.log
-
tests/*.log
make:chimera:
stage
:
build
except
:
-
/^wip.*/
-
/^WIP.*/
tags
:
-
cuda
script
:
-
./autogen.sh
-
mkdir build
-
./configure --prefix=`pwd`/build --with-cuda=yes
-
make -j check
artifacts
:
when
:
on_failure
paths
:
-
config.log
-
tests/*.log
readthedocs
:
stage
:
docs
when
:
on_success
...
...
benchmarks/Makefile.am
View file @
d69faa94
...
...
@@ -8,6 +8,13 @@ AM_CFLAGS += $(HWLOC_CFLAGS)
AM_LDFLAGS
+=
$(HWLOC_LIBS)
endif
if
HAVE_CUDA
LIBS
+=
$(CUDA_CFLAGS)
LIBS
+=
$(CUDA_LIBS)
AM_CFLAGS
+=
$(CUDA_CFLAGS)
AM_LDFLAGS
+=
$(CUDA_LIBS)
endif
noinst_LIBRARIES
=
libkernel.a
libkernel_a_SOURCES
=
utils.c utils.h blas_l1_kernel.c blas_l1_kernel.h verify_blas_l1.c verify_blas_l1.h
LDADD
=
libkernel.a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment