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

make CUDA_ARCH_NAME default Auto #21352

Merged
merged 2 commits into from
Nov 26, 2019
Merged

make CUDA_ARCH_NAME default Auto #21352

merged 2 commits into from
Nov 26, 2019

Conversation

luotao1
Copy link
Contributor

@luotao1 luotao1 commented Nov 25, 2019

To make developers build Paddle much faster, this PR changes the default value of CUDA_ARCH_NAME from All to Auto.

-- CUDA detected: 8.0
-- WARNING: This is just a warning for publishing release.
      You are building GPU version without supporting different architectures.
      So the wheel package may fail on other GPU architectures.
      You can add -DCUDA_ARCH_NAME=All in cmake command
      to get a full wheel package to resolve this warning.
      While, this version will still work on local GPU architecture.
-- Added CUDA NVCC flags for: sm_35
  • fix typo on architectures

test=develop
@luotao1 luotao1 merged commit d8e7d25 into PaddlePaddle:develop Nov 26, 2019
@luotao1 luotao1 deleted the cuda_arch_name branch November 26, 2019 11:02
seiriosPlus pushed a commit to seiriosPlus/Paddle that referenced this pull request Dec 9, 2019
* make CUDA_ARCH_NAME default Auto

test=develop

* refine warning

test=develop
seiriosPlus pushed a commit to seiriosPlus/Paddle that referenced this pull request Dec 9, 2019
* make CUDA_ARCH_NAME default Auto

test=develop

* refine warning

test=develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants