From cbce8db91b8219c49e8d36bd16343872b92e3a6a Mon Sep 17 00:00:00 2001 From: MrZmann <40036767+MrZmann@users.noreply.github.com> Date: Thu, 22 Apr 2021 22:02:13 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3375e800ee..c51202c45c 100644 --- a/README.md +++ b/README.md @@ -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