EasyCL
EasyCL copied to clipboard
Easy to run kernels using OpenCL
Would you please give me your comments on supporting OpenCL running on FPGA device instead of GPU such as Altera Arria 10? Thanks.
Sorry, I'm a new man. I think I should do something to compile the cpp file to executable file? Should I need a Makefile? Thanks
This test is missing, but it is advertised in the readme. The test was removed in this commit: 2610e59
I am writing a simulation where speed is paramount (needless to say, since I'm using OpenCL). I have some CLFloatWrapper arrays that my kernel code operates on. Every so often...
The value returned by `clGetDeviceInfo` with the parameter `CL_DEVICE_MAX_WORK_ITEM_SIZES` is of type `size_t[]` and is read by `easycl::printDeviceInfoArray()` as `cl_ulong[]`. Since for 32-bit systems, `size_t` is `unsigned int`, not `unsigned...
I'm trying to use EasyCL via as a Git submodule which is included into my project by using CMake's `add_subdirectory`. Unfortunately, building fails with a message: > src/cmake_install.cmake:56: error: file...
try to fix a link error under Windows by wrapping lua-related configurations with PROVIDE_LUA_ENGINE
Added EasyCL::buildProgram function to compile source file and export all kernels Added aditional instantiated types: {u_}int16_t, {u_}int8_t and double
everty time compiling kernel in AMD and Nvidia speed is acceptable but in Intel it quite slow (my GPU Intel HD4000 compile cl file with 600 line it take over...