Skip to content

Commit

Permalink
Merge pull request PaddlePaddle#26 from NVIDIA/cutlass_1.1
Browse files Browse the repository at this point in the history
Clarification to README
  • Loading branch information
kerrmudgeon authored Sep 21, 2018
2 parents bf6eec5 + 1a7ac52 commit d419094
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,18 @@ when compiled with CUDA 10.0.

# Compatibility

CUTLASS requires CUDA 9 but performs best with [CUDA 10.0 Toolkit](ttps://developer.nvidia.com/cuda-toolkit) or later.
CUTLASS performs best when compiled with the [CUDA 10.0 Toolkit](ttps://developer.nvidia.com/cuda-toolkit).
It is compatible with CUDA 9.0, 9.1, and 9.2, but these versions of the CUDA Toolkit do not support new Turing WMMA features.

We have tested the following environments.

|**Operating System** | **Compiler** |
|-----------------|----------|
| Windows 10 | Microsoft Visual Studio 2015|
| | Microsoft Visual Studio 2017|
| Ubuntu 14.04 | GCC 4.8.2 |
| Ubuntu 16.04 | GCC 5.4.0 |

| Ubuntu 18.04 | GCC 7.3.0 |

CUTLASS runs successfully on the following NVIDIA GPUs, and it is expected to be efficient on
any Maxwell-, Pascal-, or Volta-architecture NVIDIA GPU.
Expand Down

0 comments on commit d419094

Please sign in to comment.