Skip to content

speed up GitHub Actions#2822

Merged
wanghan-iapcm merged 6 commits intodeepmodeling:develfrom
njzjz:speed-up-cuda120-clang
Sep 15, 2023
Merged

speed up GitHub Actions#2822
wanghan-iapcm merged 6 commits intodeepmodeling:develfrom
njzjz:speed-up-cuda120-clang

Conversation

@njzjz
Copy link
Member

@njzjz njzjz commented Sep 15, 2023

This PR speeds up multiple GitHub Actions in the following way:

  • only install cuda-nvcc and cuda-cudart-dev instead of the whole cudatoolkit
  • skip installing clang as it's already shipped with the GitHub Action image
  • enable cache for all setup-python
  • use Ninja instead of Make as the CMake generator

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

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (7da9aaf) 75.52% compared to head (6bf51ed) 75.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2822      +/-   ##
==========================================
- Coverage   75.52%   75.51%   -0.01%     
==========================================
  Files         242      242              
  Lines       24162    24162              
  Branches     1533     1533              
==========================================
- Hits        18249    18247       -2     
  Misses       4997     4997              
- Partials      916      918       +2     

see 1 file with indirect coverage changes

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

@wanghan-iapcm wanghan-iapcm enabled auto-merge (squash) September 15, 2023 04:04
@wanghan-iapcm wanghan-iapcm merged commit 20a41d0 into deepmodeling:devel Sep 15, 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