Skip to content

elcapo/opencl-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL Programming

This repository contains my notes, code snippets and example programs about OpenCL programming. I started the repository while watching the OpenCL Programming course by Maheen Rasheed at Coursera. Rather than a carbon copy of the code shown during the course, I created my own programs in order to understand how OpenCL works by isolating its functionalities into digestable pieces.

OpenCL Info

The OpenCL Info program uses and documents OpenCL's API to fetch information about available platforms and devices.

OpenCL Matmul

The OpenCL Matmul program uses and documents OpenCL's API to multiply matrices in a compatible device.

License

You can basically do whatever you want with this repository.

See LICENSE.md for more details.

About

Documentation and working code examples show casing how the OpenCL API works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published