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

download cub using CMake FetchContent #2870

Merged
merged 1 commit into from Sep 27, 2023
Merged

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 27, 2023

Many people suggest not using git submodule. CMake FetchContent might be a better option (which we have used for googletest and lammps).

(only take effect for CUDA 10; CUDA 11 contains cub)

Many people suggests not using git submodule. CMake FetchContent might be a better option (which has been used by us for googletest and lammps).

(only take effect for CUDA 10; CUDA 11 contains cub)

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (73a5362) 75.38% compared to head (b95113a) 75.38%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2870   +/-   ##
=======================================
  Coverage   75.38%   75.38%           
=======================================
  Files         242      242           
  Lines       24424    24424           
  Branches     1580     1580           
=======================================
  Hits        18411    18411           
  Misses       5082     5082           
  Partials      931      931           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm merged commit 218ff45 into deepmodeling:devel Sep 27, 2023
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants