8000 Isolate the device counter to fix the device_reset issue by yhmtsai · Pull Request #810 · ginkgo-project/ginkgo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Isolate the device counter to fix the device_reset issue #810

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

Merged
merged 11 commits into from
Aug 2, 2021
Merged
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,17 +315,17 @@ build/cuda91/clang/all/release/shared:

# cuda 9.2 and friends
build/cuda92/gcc/all/release/shared:
<<: *default_build
<<: *default_build_with_test
extends:
- .full_test_condition
- .quick_test_condition
- .use_gko-cuda92-gnu7-llvm50-intel2017
variables:
<<: *default_variables
BUILD_OMP: "ON"
BUILD_CUDA: "ON"
BUILD_HIP: "ON"
BUILD_TYPE: "Release"
CUDA_ARCH: 35
CUDA_ARCH: 61

# cuda 10.0 and friends
# Make sure that our jobs run when using self-installed
Expand Down
8000
3 changes: 1 addition & 2 deletions .gitlab/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
image: ginkgohub/cuda:92-gnu7-llvm50-intel2017
tags:
- private_ci
- controller
- cpu
- nvidia-gpu

.use_gko-cuda100-gnu7-llvm60-intel2018:
image: ginkgohub/cuda:100-gnu7-llvm60-intel2018
Expand Down
2 changes: 1 addition & 1 deletion cuda/CMakeLists.txt