Skip to content

Commit

Permalink
gitlab - accurately report OCCA OCL status
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Nov 7, 2020
1 parent f03425a commit 04f709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ noether-rocm:
# LIBXSMM v1.16.1
- export XSMM_DIR=/projects/LIBXSMM && git -C $XSMM_DIR describe
# OCCA v1.1.0
- export OCCA_DIR=/projects/OCCA && make -C $OCCA_DIR info
- export OCCA_DIR=/projects/OCCA && OCCA_OPENCL_ENABLED=0 make -C $OCCA_DIR info
# libCEED
- make info
- make -j$(nproc)
Expand Down

0 comments on commit 04f709f

Please sign in to comment.