-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Remove --with_cuda option.
This removes the --with_cuda option from ./configure, forcing the base tensorflow package to always be used, rather than re-writing it to tensorflow-gpu. Because of this, I no longer need to generate a requirements.txt file from tools/requirements, so that can be removed, simplifying the build process. For now, I retain the 'with_cuda' field in the config.pbtxt proto, but hardcode its value to False. Future patches will replace checks on this field to calls to runtime libraries, such as using GPUtil.getGPUs() for Python, defined in //third_party/py/gputil. github.com//issues/73 Signed-off-by: format 2020.01.16 <github.com/ChrisCummins/format>
- Loading branch information
1 parent
abcc295
commit 7e8f19f
Showing
6 changed files
with
8 additions
and
59 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
File renamed without changes.
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