Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrZmann authored Apr 23, 2021
1 parent 49a59a6 commit cbce8db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Here are the dependencies for the optional features:
- Vtune (>= 2017 ) for profiling sections of code
- MPICH2 (>= 3.2) if you are interested in building and running distributed system
applications in Galois
- CUDA (>= 8.0) if you want to build GPU or distributed heterogeneous applications
- CUDA (>= 8.0 and < 11.0) if you want to build GPU or distributed heterogeneous applications.
Note that versions >= 11.0 use an incompatible CUB module and will fail to execute.
- Eigen (3.3.1 works for us) for some matrix-completion app variants


Expand Down

0 comments on commit cbce8db

Please sign in to comment.