Bug #1594
non-local stream priority dos not work with CUDA 5.5
Description
The bug is present only with CUDA 5.5 and is caused by an incorrect CUDA version check.
Associated revisions
History
#1 Updated by Szilárd Páll over 6 years ago
- Description updated (diff)
#2 Updated by Gerrit Code Review Bot over 6 years ago
Gerrit received a related patchset '1' for Issue #1594.
Uploader: Szilárd Páll (pall.szilard@gmail.com)
Change-Id: Icf781d41549c39b6b913c11bb11d4dc4e9f3be9c
Gerrit URL: https://gerrit.gromacs.org/4028
#3 Updated by Szilárd Páll over 6 years ago
- Status changed from New to Resolved
#4 Updated by Szilárd Páll over 6 years ago
- Target version set to 4.6.8
#5 Updated by Mark Abraham over 6 years ago
- Status changed from Resolved to Closed
Fix malformed CUDA version macro check
The CUDA_VERSION macro check is incorrect in two places. The first is
harmless as it is related to legacy CUDA 3.2 version's reporting. The
second occurrence affects the check that enables stream priorities and
due to the incorrect check, with CUDA 5.5 priorities have not been used.
Fixes #1594
Change-Id: Icf781d41549c39b6b913c11bb11d4dc4e9f3be9c