Skip to content

Commit

Permalink
Use < gcc-11 with cuda 11.5 to avoid nvbench compile failures (#448)
Browse files Browse the repository at this point in the history
Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #448
  • Loading branch information
robertmaynard authored Jul 26, 2023
1 parent 2787398 commit 697a3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies:
packages:
- cuda-version=11.5
- cudatoolkit
- gcc<12.0.0
- gcc<11.0.0
- sysroot_linux-64==2.17
- matrix:
cuda: "11.6"
Expand Down

0 comments on commit 697a3c6

Please sign in to comment.