aboutsummaryrefslogtreecommitdiff
path: root/ports/opencl/usage
diff options
context:
space:
mode:
authorNagy-Egri Máté Ferenc <csiga.biga@aol.com>2018-03-01 17:08:53 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-03-01 08:08:53 -0800
commitb21c895ca59f3e7260c3a2a81ad88820fe9c1b68 (patch)
tree4cb31ae05f6d5be46418d820298512676bb4ddde /ports/opencl/usage
parent1fb3785beed7dfb24c796619d3c596f34758298e (diff)
downloadvcpkg-b21c895ca59f3e7260c3a2a81ad88820fe9c1b68.tar.gz
vcpkg-b21c895ca59f3e7260c3a2a81ad88820fe9c1b68.zip
Add OpenCL SDK and clMath ports (#2837)
* initial clFFT porting * OpenCL SDK half baked * Tried fixing Debug/Release * Remove DLL deployment * OpenCL SDK installs * clFFT installs * clFFT properly depends on OpenCL * OpenCL SDK fixes and clFFT patches * [clfft][opencl] Simplification, use patches instead of full files.
Diffstat (limited to 'ports/opencl/usage')
-rw-r--r--ports/opencl/usage7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/opencl/usage b/ports/opencl/usage
new file mode 100644
index 000000000..699ff0170
--- /dev/null
+++ b/ports/opencl/usage
@@ -0,0 +1,7 @@
+The package opencl is compatible with built-in CMake targets:
+
+ find_package(OpenCL REQUIRED)
+ target_link_libraries(main PRIVATE ${OpenCL_LIBRARIES})
+ target_include_directories(main PRIVATE ${OpenCL_INCLUDE_DIRS})
+
+You will also need to install an appropriate driver package from your CPU/GPU manufacturer.