We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a59a6 commit cbce8dbCopy full SHA for cbce8db
README.md
@@ -76,7 +76,8 @@ Here are the dependencies for the optional features:
76
- Vtune (>= 2017 ) for profiling sections of code
77
- MPICH2 (>= 3.2) if you are interested in building and running distributed system
78
applications in Galois
79
-- 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.
80
+ Note that versions >= 11.0 use an incompatible CUB module and will fail to execute.
81
- Eigen (3.3.1 works for us) for some matrix-completion app variants
82
83
0 commit comments