Ben Ashbaugh

Results 247 comments of Ben Ashbaugh

> It seems like I can't use clang to do all the work, it's just one step of the whole compiling process right? Correct, for what you are trying to...

Merging, sorry for the (very, very long) delay.

Hello, I don't have access to this device to test, but here are a few things to try: Error code -30 is `CL_INVALID_VALUE`. According to the spec, the conditions where...

Odd, the `201` in my output is hexadecimal, so it should match your decimal `513` (it's the "call logging" output from the [OpenCL Intercept Layer](https://github.com/intel/opencl-intercept-layer)). This matches `CL_MEM_READ_WRITE | CL_MEM_HOST_NO_ACCESS`,...

Hello! The OpenCL C++ bindings (this repo) has a dependency on the OpenCL headers, which provides the target "OpenCLHeaders". Please see the build instructions and dependency information in the README:...

I've found a few issues with this PR that I need to fix: 1. `CL_HPP_INIT_CL_EXT_FCN_PTR_` uses `clGetExtensionFunctionAddress` to get the function pointer, but this was declared deprecated, leading to a...

i think this is ready for review again. I've been using this version for a week or so and it seems to be working OK, though I admittedly haven't tested...

Thank you for your patience, and sorry for taking so long to get back to you. We discussed this PR in our working group meeting and our recommended name for...

I've created a PR against your branch with the renaming in case it's helpful: https://github.com/Glass-Imaging/OpenCL-CLHPP/pull/1 I've also checked the rebase and it doesn't look too bad (the conflict is due...

Merging as discussed in the October 1st teleconference. We'll check that the install directories are working as we intend after merging. Specifically, with a non-multi-config generator (e.g. Makefiles), does the...