Mauri Mustonen
Mauri Mustonen
I'm having the same issue on my Windows 10 machine. Paths get '/' prefixed in front of them for some reason and cannot open files with following error `file not...
I could also look into to implement something if there is no one else plan to do this. Any suggestion how this should be implemented as a feature. How currently...
I'd like to give it a try to implement this feature. @kraigher what you mean by attribute system could be used? Can you give me an example about this? I...
Hello! I was doing some testing with TBB device and [polybench](https://github.com/cavazos-lab/PolyBench-ACC) OpenCL kernels. I put up a graph below about the execution times with Intel OpenCL and PoCL with both...
I used command `POCL_DEVICES=tbb POCL_TBB_PARTITIONER=auto ./gramschmidt.exe` to use TBB device and set the partitioner. In polybench you can set the data set size in the header file. For the graph...
I've also looked in to this and decided to write down my findings before I forget them. So the problem at the moment why this doesn't get vectorized is because...
Documenting again. I actually found out that this kernel is possible to vectorize with LLVM VPlan (Vectorization Plan) with specifically marking this loop with vectorization pragma, enabling hidden VPlan option...
I annotated the implicit work-item loop that pocl adds around the kernel body. Of course I tested this by hand without pocl by adding loop myself and annotate it with...
Thanks for your insight about the Interl OpenCL @new2f7. At the moment I'm currently myself working on improving PoCL's outer loop vectorization like you mentioned above. Try to force vectorization...
Yeah I get the same results as you above. I'm not so familiar with webkit or this feature what it's called. Hopefully someone can enlighten us with their knowledge what...