Skip to content

Commit

Permalink
install cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Aug 10, 2023
1 parent cf0dbc2 commit e9358d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion builder/install-compilers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

/app/infra/bin/ce_install --filter-match-any install "compilers/c++/clang 9.0.1" "compilers/c++/clang 10.0.1" "compilers/c++/clang 11.0.1" "compilers/c++/clang 12.0.1" "compilers/c++/clang 13.0.1" "compilers/c++/clang 14.0.0" "compilers/c++/clang 15.0.0" "compilers/c++/clang 16.0.0" "compilers/c++/mlir 16.0.0" "compilers/julia 1.8.5"

/app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk"
/app/infra/bin/ce_install --enable nightly install "compilers/c++/nightly/clang assertions-trunk"

/app/infra/bin/ce_install install "compilers/cuda 11.8.0"

0 comments on commit e9358d7

Please sign in to comment.