memo / ofxMSAOpenCL

C++ openFrameworks addon for very simple to use wrapper for OpenCL. All underlying openCL objects are accessible to allow advanced features too if need be
http://www.memo.tv/ofxmsaopencl/
Other
88 stars 35 forks source link

[solution] win10 x CUDA 9.2 x oF0.10.0 x visual studio 2017 #21

Open icq4ever opened 6 years ago

icq4ever commented 6 years ago
  1. install CUDA 9.2

  2. import one of example project to project generator

  3. in project properties, right click and select 'add existing property sheet and select presented by cuda. it will be located C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.2\extras\visual_studio_integration\MSBuildExtensions\CUDA 9.2.props (default location) image

  4. add OpenCL.lib to link image image

  5. build and run image