Brice Videau

Results 68 comments of Brice Videau

@MathiasMagnus Thanks a lot for the great answer!

Tagging @gargrahul as I forgot to mention this PR during our meeting.

Thanks for finding this one. This is a bug in `oneapi` we have reported it to Intel.

@anbe42 Thanks for the feeback, I'll prepare a series of pull request to implement this.

@anbe42 PRs are ready. I do have a couple of questions for you: - We could either do a fix release, or wait for IWOCL (mid April) to release those...

@anbe42 We've pushed the various fixes. We also added a .pc file to the C++ headers. please tell me if this looks good to you or if further actions should...

Thanks for getting in touch. It most probably used to work at some point since I see it has been packaged for brew: https://formulae.brew.sh/formula/ocl-icd And we also test it in...

What appears to be happening is that the OpenCL.framework library is not an installable client driver. It could be a loader in and of itself, in which case you would...

There are many thing going on here, and I am going to try and answer some of it, but no in the order you presented them: > So we're dealing...

First, great progress. I don't think you can reliably fix the memory leaks without careful reference counting of the wrapper objects. If you look at the `clReleaseXXXXX` wrapper functions, none...