[pcre-dev] opencl

2012-12-05 Thread james jones
Has anyone gotten PCRE ported for OpenCL or Cuda? -James -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev

Re: [pcre-dev] opencl

2012-12-05 Thread Zoltán Herczeg
Hi, I don't think so. In WebKit we did some OpenCL optimizations, but I am not sure the general concept of a backtracking, NFA based engine is suitable for OpenCL. At least the whole engine is surely way too big. Perhaps something like the JIT compiler could work, just generating C like code

[pcre-dev] [PATCH] Quash deprecation warnings on Windows

2012-12-05 Thread Daniel Richard G .
In building PCRE 8.32 on Windows, I noticed the following warnings come up numerous times: 8 warning #1786: function fopen (declared at line 237 of C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE\stdio.h) was declared deprecated (This function or variable may be

Re: [pcre-dev] opencl

2012-12-05 Thread james jones
I have been able to port and compile the one below but I am having a little trouble with getting strings from ram to the memory on the graphics. Getting a lot memory access error right before a seg fault. I am just doing it wrong and need to make sure I am copying the array correctly. I have not