skn123

Results 20 issues of skn123

Hugh, I was wondering if you can possibly make this project CMake compliant? There is a working cmake file in the contrib folder. I do not like its structure but...

OS : Ubuntu 16.04 LTS Boost 1.62 AMD Radeon 370..but check the log Use Mesa OpenCL drivers ``` naths@naths-System-Product-Name:~/binaries/vexcl/examples$ ./devlist OpenCL devices: AMD PITCAIRN (DRM 2.43.0 / 4.4.0-38-generic, LLVM 4.0.0)...

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

Is there some way in the code to Use an existing set of eigenvectors to compute the eigenvectors of a freshly arrived set? If not, where in the code can...

Boost 1.70 is not compiling when using clang-9 / hcc compiler.

``` case S1: CHECKRANGE(S1,char); break; case U1: CHECKRANGE(U1,unsigned char); break; case S2: CHECKRANGE(S2,short); break; case U2: CHECKRANGE(U2,unsigned short); break; case S4: CHECKRANGE(S4,int); break; case U4: CHECKRANGE(U4,unsigned int); break; ``` Error...

Is there an example in tapkee to do the following? a.) Load a data file from a text file b.) Call a dimension reduction method c.) Output the mapped data...

When I enable the VexCL examples, the program fails to build and says that "too much memory", cannot compile and it crashes. Here is the build output 10:58:30 ***\* Build...

Can we use Multi-core / OpenCL to accelerate compression?

Is there any example that we can refer to for interfacing cv::Mat with vigra::MultiArray ?