├── License └── README.md /License: -------------------------------------------------------------------------------- 1 | This work is licensed under the Creative Commons Attribution 3.0 Unported License. 2 | 3 | To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ 4 | or send a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View, California, 94041, USA. 5 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Introduction 2 | ============ 3 | 4 | (PowerPoint slides don't behave well in git and so this repository only contains 5 | the specific versions that we release. You can find these under 6 | ["Releases"](https://github.com/HandsOnOpenCL/Lecture-Slides/releases)). 7 | 8 | This set of freely available OpenCL lecture material, together with the 9 | [HandsOnOpenCL exercises and solutions](https://github.com/HandsOnOpenCL/Exercises-Solutions) 10 | have been created by Simon McIntosh-Smith and Tom Deakin from the 11 | University of Bristol in the UK, with financial support from the 12 | Khronos Initiative for Training and Education ([KITE](http://kite.khronos.org/en/opencl)) 13 | to promote the use of open standards. 14 | 15 | [Simon McIntosh-Smith](http://www.cs.bris.ac.uk/home/simonm/) is 16 | one of the foremost OpenCL trainers in the world, having taught 17 | the subject since 2009. He has run many OpenCL training courses 18 | at conferences such as SuperComputing and HiPEAC, and has provided 19 | OpenCL training for the UK's national supercomputing service and 20 | for the Barcelona Supercomputing Center. With OpenCL training 21 | experience ranging from half day on-site introductions within 22 | companies, to two-day intensive hands-on workshops for undergraduates, 23 | Simon can provide customized OpenCL training to meet your needs. 24 | Get in touch if you'd like to know more: . 25 | 26 | For more about the authors, please visit [Simon's home page](http://www.cs.bris.ac.uk/home/simonm/) or [Tom's home page](http://www.tomdeakin.com). 27 | 28 | License 29 | ------- 30 | 31 | These slides together with the [HandsOnOpenCL example and solutions](https://github.com/HandsOnOpenCL/Exercises-Solutions) are released under the ["attribution CC BY" creative commons license](http://creativecommons.org/licenses/by/3.0/). In other words, you can use these in any way you see fit, including commercially, but please retain an attribution for the original authors, Simon McIntosh-Smith and Tom Deakin. 32 | 33 | Issue Tracking for the Lecture Slides 34 | ------------------------------------- 35 | 36 | Please file a new [Issue](https://github.com/HandsOnOpenCL/Lecture-Slides/issues) if you have found a bug, would like to request an enhancement, or have any other comments about the lecture slides. 37 | 38 | --------------------------------------------------------------------------------