Skip to content

Commit 1f9df87

Browse files
authored
Update README.md
Added note about libcuda++ compatibility
1 parent a85e077 commit 1f9df87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ MatX is using bleeding edge features in the CUDA compilers and libraries. For th
4949

5050
MatX has been tested on and supports Pascal, Turing, Volta, and Ampere GPU architectures. We currently do not support the Jetson embedded GPUs, as JetPack currently ships with CUDA 10.2.
5151

52+
**Note for CUDA 11.4 and below**: A bug in libcuda++ that ships with CUDA 11.4 and below prevents MatX from compiling. This can be worked around by updating libcuda++ to at least version **1.7.0-ea**, or upgrade to CUDA 11.5.
53+
5254

5355
## Installation
5456
MatX is a header-only library that does not require compiling for using in your applications. However, building unit tests, benchmarks,

0 commit comments

Comments
 (0)