/thrust-workshop

Introductory Thrust workshop materials

Primary LanguageC++

Thrust Workshop

Building parallel programs is easy with Thrust's power tools like parallel maps, sorts, and reductions.

This repository contains two exercises:

  • fun_with_points is a beginner-level exercise, in which you will create a set of points on a 2D plane and classify them into quadrants
  • more_points is an intermediate/advanced exercse building upon fun_with_points to generate a quadtree for points in a 2D plane

If you're interested in learning more about Thrust, check out the quick start guide or browse the extensive collection of example programs to discover the parallelism hidden in everyday computations.