Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benshope/pyopencl-tutorial

A Narrative of PyOpenCL Examples
https://github.com/benshope/pyopencl-tutorial

Last synced: about 1 month ago
JSON representation

A Narrative of PyOpenCL Examples

Awesome Lists containing this project

README

        

## PyOpenCL Inline Comments Tutorial (In Progress)

This tutorial is an introduction to parallel programming with Python and OpenCL. The lessons in the tutorial are numbered PyOpenCL scripts with inline comments.

### About The Tutorial

PyOpenCL is a tool that is worth learning. Python allows exceptional clarity-of-expression while OpenCL provides access to all the power modern hardware can deliver. Together they are a great combination.

# Completed Lessons

- 010 Introspection - Find out about your computer's OpenCL situation
- 020 Array Sum - Use OpenCL To Add Two Large Random Arrays - Hiding Details
- 021 Array Sum - Use OpenCL To Add Two Large Random Arrays - Showing Details