Skip to content

Commit

Permalink
Use new standalone repository for CUDA kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Jun 23, 2023
1 parent 6bf03ae commit 3cbfb16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/self-hosted-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
#
# Checks-out repository under $GITHUB_WORKSPACE
#
- uses: actions/checkout@v3
- name: Check out Fortran code
uses: actions/checkout@v3
#
# Check out data
#
Expand All @@ -74,7 +75,7 @@ jobs:
if: matrix.config-name == 'cuda-kernels'
uses: actions/checkout@v3
with:
ref: feature-cuda-kernels
repository: earth-system-radiation/rte-rrtmgp-cuda-kernels
path: cuda-kernels
#
# Finalize build environment
Expand Down Expand Up @@ -116,8 +117,7 @@ jobs:
- name: Build CUDA kernels
if: matrix.config-name == 'cuda-kernels'
run: |
make -C cuda-kernels/build librtecudakernels.a
make -C cuda-kernels/build librrtmgpcudakernels.a
make -C cuda-kernels/build
cp cuda-kernels/build/librtecudakernels.a build/librtekernels.a
cp cuda-kernels/build/librrtmgpcudakernels.a build/librrtmgpkernels.a
#
Expand Down

0 comments on commit 3cbfb16

Please sign in to comment.