Skip to content
Snippets Groups Projects
Commit 6091438c authored by Soeren Peters's avatar Soeren Peters
Browse files

Adds a gpu test job.

parent 0b994007
No related branches found
No related tags found
1 merge request!3Add manual numerical gpu test and enable the sonar-scanner again.
......@@ -230,6 +230,22 @@ gcc_9_python_bindings_test:
###############################################################################
## Benchmark ##
###############################################################################
nvidia_test:
stage: benchmark
needs: []
tags:
- gpu
- linux
image: "nvidia/cuda:11.1.1-devel-ubuntu16.04"
script:
- echo NVIDIA_VISIBLE_DEVICES=${NVIDIA_VISIBLE_DEVICES}
- nvidia-smi
gpu_numerical_tests:
stage: benchmark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment