Programming course

Workshop, University of Sheffield, University of Kent, 2015

Under my own business ScienceAble Skills, I designed and delivered a 3-day programming course called CUDA for Scientists. This course was designed to teach the paradigms behind programming in the language CUDA, which allowed for writing programs that executed on Graphical Processing Units (GPUs). Alongside course notes and example code, I provided a custom-built linux server hosting multiple low-spec GPUs that allowed participants to compile and run code during the practical sessions.

See here for the CUDA for Scientists course notes and workshop code - be aware that the CUDA programming language has very likely evolved significantly since I delivered these courses, and that there are now easier ways to utilize the power of graphics cards!