vexcl icon indicating copy to clipboard operation
vexcl copied to clipboard

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP

Results 29 vexcl issues
Sort by recently updated
recently updated
newest added

I would like to use VexCL w/ ODEINT to do "event detection" or for finding "zero crossings", but I am struggling to determine the best way to do this. I...

After doing some things and tests with vexcl, I am very soon in the position that I need more. Especially I'm thinking about stream processing and pipelining, overlapped transfer and...

enhancement

Running the compiler_bug.cpp from the command line using the following : g++ -o compiler_bug compiler_bug.cpp -std=c++0x -I OpenHeaders -framework OpenCL && ./compiler_bug Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz OpenCL compilation...

Currently in mba_benchmark.cpp, we see that the Spline creation module is run in CPU while the interpolation is done in GPU. This makes sense. However, would it be possible to...

enhancement
todo

When trying to find a compiler error occuring in Windows for my own project I tested compiling the tests for vexcl and they are getting a compiler error as well...

Known issue

Look into the possibility of unified design for different matrix storage schemes and inter-GPU transfers. It should also be possible to accept host matrices in formats other than CSR (e.g....

todo

Sets of builtin functions are different for OpenCL and CUDA.

todo