CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

CUDA projects

Last modified: 07 March 2022

OS: Linux / Windows (MSVC only)

Required tools: CUDA Development Toolkit

CUDA project format: CMake

CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model by NVidia. It provides C/C++ language extensions and APIs for working with CUDA-enabled GPUs.

CLion supports CUDA C/C++ and provides it with code insight. Also, CLion can help you create CMake-based CUDA applications with the New Project wizard.