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

Deprecate CUDA_ADD_LIBRARY #179

Conversation

zlsh80826
Copy link
Contributor

CUDA_ADD_LIBRARY is deprecated after 3.10 (reference), and it limits the CUDA parallel compilation. Because many architectures are compiled serially, warp-ctc requires almost 2 minutes to be compiled.

In this PR,

  1. Use add_library + set project language with CUDA instead of cuda_add_library. Then user can pass -t0 through -DCMAKE_CUDA_FLAGS to enable CUDA parallel compilation. The compile time can be decreased from 2min to tens of second (~10x).
  2. Use CMAKE_CXX_STANDARD and CMAKE_CUDA_STANDARD to replace manually adding -std=c++11

@luotao1 luotao1 merged commit 94b2fa1 into baidu-research:master Jan 5, 2023
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