clSharp

Results 6 comments of clSharp

@mkosina Can you share experiences on when Linux flushes those mappings to disc? Will it flush if I delete the file before closing the map? Will it behave like memory...

As this question is not specific to Cloo, but a general OpenCL question, I suggest you read the OpenCL documentation or ask in an OpenCL forum. However, as far as...

I did not get kernel debugging to work with Cloo, but I did not try for a longer time now. However, if you loop the same kernel and it works...

You are totally right, @odomobo. However, as I am not using Cloo anymore I do not have the time to fix this bug. If anyone submits a pull request fixing...

Writing code reproducing this issue is not easy. You would have to reliably force the garbage collector to move the buffer used in memory. However, I do not think this...

Certainly this would be nice, but I am not aware of any way to check if an array is pinned from code. Perhaps there is one. Also I do not...