Skip to content

Automatically exported from code.google.com/p/opencl-book-samples

Notifications You must be signed in to change notification settings

rweyrauch/opencl-book-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo OpenCL Programming Guide 1.2 Examples

This project contains all of the source code to the example programs from the OpenCL Programming Guide. Instructions on checking out the source code and building it on various platforms can be found on the Installation page.

This book is getting old now and I'm pleased to say that we are working on new version that will cover OpenCL 2.1; more information soon.

Android Build

Edit the configCMakeAndroid.sh script to select the Android API level (currently android-23) and select the Android ABI (currently arm64-v8a).

% export ANDROID_NDK=<full path to ndk-bundle>
% ./configCMakeAndroid.sh
% cd build-arm-debug
% make

About

Automatically exported from code.google.com/p/opencl-book-samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 47.6%
  • C 39.5%
  • CMake 11.9%
  • Python 0.7%
  • HLSL 0.2%
  • Makefile 0.1%