Skip to content

Commit

Permalink
add cudnn, magma, nccl
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm committed Feb 1, 2024
1 parent 1ce12d9 commit 969ef92
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ dependencies = [
('networkx', '3.1'),
('sympy', '1.12'),
('Z3', '4.12.2', '-Python-%(pyver)s'),
('cuDNN', '8.9.2.26', versionsuffix, SYSTEM),
('magma', '2.7.2', versionsuffix),
('NCCL', '2.18.3', versionsuffix),
]

excluded_tests = {
Expand Down

0 comments on commit 969ef92

Please sign in to comment.