Skip to content

milakov/thrust-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Introductory Thrust workshop materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 67.1%
  • C 28.2%
  • Objective-C 4.7%