Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Fix GPU CI on A4000 #1252

Merged
merged 8 commits into from
May 16, 2022
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ build:
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_CXX_FLAGS=-w
-DCMAKE_CUDA_FLAGS=-w
-DCMAKE_CUDA_ARCHITECTURES=86
benjaminhuth marked this conversation as resolved.
Show resolved Hide resolved
-DACTS_BUILD_PLUGIN_EXATRKX=ON
-DACTS_BUILD_EXAMPLES_EXATRKX=ON
-DACTS_BUILD_EXAMPLES_PYTHON_BINDINGS=ON
Expand All @@ -86,9 +87,9 @@ test:
stage: test
dependencies:
- build
image: ghcr.io/acts-project/ubuntu2004_exatrkx:v22
image: ghcr.io/acts-project/ubuntu2004_exatrkx:v23
tags:
- docker-gpu-nvidia
- docker-gpu-a4000
benjaminhuth marked this conversation as resolved.
Show resolved Hide resolved
script:
- apt-get update -y
- apt-get install -y python3 libxxhash0
Expand Down