Thrust is the C++ parallel algorithms library which inspired the introduction of parallel algorithms to the C++ Standard Library. Thrust's high-level interface greatly enhances programmer productivity while enabling performance portability between GPUs and multicore CPUs. It builds on top of established parallel programming frameworks (such as CUDA, TBB, and OpenMP). It also provides a number of general-purpose facilities similar to those found in the C++ Standard Library. The NVIDIA C++ Standard Library is an open-source project; it is available on GitHub and included in the NVIDIA HPC SDK and CUDA Toolkit. If you have one of those SDKs installed, no additional installation or compiler flags are needed to use libcu++. Thrust is a header-only library; there is no need to build or install the project unless you want to run the Thrust unit tests.

Features

  • Thrust is best learned through examples
  • Thrust is a header-only library
  • The CUDA Toolkit provides a recent release of the Thrust source code
  • For CMake-based projects, we provide a CMake package for use with find_package
  • Thrust uses the CMake build system to build unit tests
  • By default, a serial CPP host system, CUDA accelerated device system, and C++14 standard are used

Project Samples

Project Activity

See All Activity >

Categories

Algorithms, Libraries

License

Apache License V2.0

Follow Thrust

Thrust Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of Thrust!

Additional Project Details

Programming Language

C++

Related Categories

C++ Algorithms, C++ Libraries

Registered

2022-05-30