Skip to content

Commit

Permalink
set devcontainer to cuda12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Apr 8, 2024
1 parent 8cc46d5 commit 1eb0f7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ jobs:
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.06
with:
arch: '["amd64"]'
cuda: '["12.2"]'
build_command: |
sccache -z;
build-all -DBUILD_PRIMS_BENCH=ON -DBUILD_ANN_BENCH=ON --verbose;
Expand Down

0 comments on commit 1eb0f7f

Please sign in to comment.