forked from kassonlab/gmxapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent AMD OpenCL on OS X prior to 10.10.4
OS X release 10.9.x has been confirmed to produce invalid OpenCL kernels for AMD (but correct for NVIDIA), and we have tested that it is fixed in 10.10.4. The fix might actually have appeared already in 10.10.3, but it's not worth tracking down the exact point since 10.10.5 is already out. This change will issue a CMake warning when compiling GROMACS on earlier OS X releases, and at runtime we check the version again and mark AMD GPUs as incompatible. Also fixed docs about the length of time JIT compilation takes on AMD. Refs #1783 Change-Id: I0202faea60c39daae6621d2bb9ba828aab5532a0
- Loading branch information
Erik Lindahl
authored and
Gerrit Code Review
committed
Aug 12, 2015
1 parent
2a5b0b6
commit c66e8fa
Showing
4 changed files
with
51 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters