
This course will concentrate on teaching students the fundamentals of OpenCL, an open standard for programming heterogenous multi-core processors using a parallel programming language (based on ANSI-C99).
The goal of the course is to give students the opportunity to:
![]() |
// template for reversing a buffer of text w/platform selection |
![]() |
/* example showing one possible solution for the buffer reversal problem which uses vector types to/from global memory for buffers of arbitrary size */ |
![]() |
// template for a 2d floating-point matrix transpose |
![]() |
// template for matching a pattern in a search buffer |
Comments