Skip to content

Compatibility

Matthew Nicely edited this page Dec 11, 2022 · 4 revisions

CUTLASS requires a C++11 host compiler and performs best when built with the CUDA 11.8 Toolkit.

It is also compatible with CUDA 11.x.

Operating Systems

We have tested the following environments.

Operating SystemCompiler
Windows 10Microsoft Visual Studio 2015
Microsoft Visual Studio 2017
Microsoft Visual Studio 2019
Ubuntu 18.04GCC 7.5.0
Ubuntu 20.04GCC 10.3.0
Ubuntu 22.04GCC 11.2.0

Additionally, CUTLASS may be built with clang. See these instructions for more details.

CUTLASS runs successfully on the following NVIDIA GPUs, and it is expected to be efficient on any Volta-, Turing-, or NVIDIA Ampere- architecture NVIDIA GPU.

GPUCUDA Compute CapabilityMinimum CUDA ToolkitMinimum CUDA Toolkit Enabling Native Tensor Cores
NVIDIA Tesla V1007.09.210.1
NVIDIA TitanV7.09.210.1
NVIDIA GeForce RTX 2080 TI, 2080, 20707.510.010.2
NVIDIA Tesla T47.510.010.2
NVIDIA A1008.011.011.0
NVIDIA A108.611.111.1
NVIDIA GeForce 30908.611.111.1
NVIDIA H100 PCIe9.011.8Double-precision: 11.8

Clone this wiki locally