OpenCL-examples icon indicating copy to clipboard operation
OpenCL-examples copied to clipboard

basic examples of OpenCL with the C++ API

Results 3 OpenCL-examples issues
Sort by recently updated
recently updated
newest added

1. from [here](https://stackoverflow.com/q/21738032/4999991) curly braces should be removed to solve the error: > error: expected expression 2. from [here](https://stackoverflow.com/a/21739380/4999991) the error: > error: too many arguments to function call, expected...

The hpp file is at https://www.khronos.org/registry/OpenCL/api/2.1/cl.hpp Some changes I made to compile on a Macbook Pro: ``` diff --git a/example00/main.cpp b/example00/main.cpp index 650cfda..2c20796 100644 --- a/example00/main.cpp +++ b/example00/main.cpp @@ -87,8...

trying the `wget https://www.khronos.org/registry/cl/api/1.1/cl.hpp` fails: > 301 Moved Permanently Location: https://www.khronos.org/registry/OpenCL/api/1.1/cl.hpp [following] --2018-05-12 04:14:56-- https://www.khronos.org/registry/OpenCL/api/1.1/cl.hpp Connecting to www.khronos.org (www.khronos.org)|104.236.24.254|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2018-05-12 04:14:56...