IMPORTANT!

THIS PAGE IS OFFICIALLY DISCONTINUED! IT HAS BEEN REPLACED BY THIS PAGE:

New ISY sub-page





Welcome to the ISY part of

TDDD56 Multicore and GPU Programming course

This very simple page holds a few links and pointers for our part of the course. For the main course page, go here

Lectures (ISY part only)

Our schedule is somewhat modified from the original plan. One lesson has been converted to a lecture and shader programming is no longer tucked away in a corner. Official "full course" numbering in parenthesis.

Lecture 9: GPU hardware, trends and architecture.

Lecture 10: Introduction to CUDA.

Lecture 11: CUDA memory access, advanced CUDA features.

Lecture 12: More CUDA. Shader programming.

Lecture 13: OpenCL

Lesson: Summary, interactive questions

Lecture material.

(This folder also includes some source-code demos, at present the "hello world! demo. Note that some Mac dependencies may remain but that is purely a question of trivial fixes to #include statements.)

Please note that all lecture material is for internal use only by the course participants. It may contain copyrighted images that we intend to remove or reference better but the primary need is to get it up for the course participants to use. Most such images are from NVidias CUDA programming guide.

Labs (ISY part only)


Lab 4: Introduction to CUDA.
Lab material
Lab 5: Bitonic sort in CUDA.
Lab material
Lab 6: Image filter in OpenCL.
Lab material