Skip to content

Commit

Permalink
Merge pull request #374 from MrZmann/master
Browse files Browse the repository at this point in the history
Update README.md regarding CUDA compatibility.
  • Loading branch information
nicelhc13 authored Feb 14, 2022
2 parents 58453dd + cbce8db commit 59d5aa5
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 59d5aa5

Please sign in to comment.