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

OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight Op...

Results 6 OpenCL-Wrapper issues
Sort by recently updated
recently updated
newest added

@ProjectPhysX, hi Minor optimize constructors, strict instruction to compiler default constructors and replace push to emplace.

https://github.com/ProjectPhysX/OpenCL-Wrapper/blob/deb0a35de21ba8dbfc23a4af7ad9eed1dc6a9542/src/utilities.hpp#L565 ![image](https://github.com/ProjectPhysX/OpenCL-Wrapper/assets/95188751/7046e2b9-e7c1-4754-bd74-a1a4a5462a76) this line is ambiguous it's not clear if end()+1 is undefined behavior, you can find discussions about it going either way, it may or may not be, but...

I understand that this does not apply to project, but rather to submodule, but you do not have git submodules OpenCL configured. Therefore, I manually corrected headers for you.

Hi, Is it normal and expected that the EXE hangs on Intel i3 Sandy Bridge? It shows nothing after the banner and pins the CPU at 100%. It also crashes...

(1) Directly using the OpenCL C++ bindings works arm_release_ver: g13p0-01eac0, rk_so_ver: 10 | Info: Mali-G610 r0p0 | | Info: OpenCL C code successfully compiled. | | Info: Value before kernel...

Hi there, many thanks to the this lib here! I wonder if "Memory" container also supports 2d indexing, which will make the kernel functions more straight forward, just like when...