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
daabb8fe
Commit
daabb8fe
authored
Jul 09, 2020
by
Swann Perarnau
Browse files
Merge branch 'chimera_CI' into 'staging'
Chimera ci See merge request
!139
parents
be757670
d69faa94
Pipeline
#10753
passed with stages
in 3 minutes and 26 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
daabb8fe
...
...
@@ -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 @
daabb8fe
...
...
@@ -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