Russell

Results 8 comments of Russell

I would recommend the library SIMDe (simd everywhere) https://github.com/simd-everywhere/simde I have used it in the past - it can translate pretty much any unsupported vector instruction either to a native...

I've done some investigation and it looks like the value for 'User-Agent' key for the websocket request from Safari iOS is longer than the 128 characters specified on line 634:...

Hi Andres, Thanks for the response. I've tried commenting out the BT_USE_SIMD_VECTOR3 condition in main.h Unfortunately it doesn't fix it - also according to my git client, the end libbulletc...

Thanks for the fast reply. I have already set the Power LED to "SW control" in the BIOS, but it still reports as not set for software control :( My...

Also curious how this is going? We are building and deploying Intel NUC based video acquisition/processing solutions and the lack of this extension is the only reason we're still on...

Hi Piotr, Our use case is an Intel NUC powered cinema camera/recording device. The RAW image processing (debayering and colour transformation etc...) is performed in OpenCL kernels and the user...

Hi @PiotrRozenfeld , I was just wondering if Beignet's existing cl_khr_gl_sharing support/implementation could be ported or copied over into this driver - or if it could generally reduce the amount...

Hi Jacek, We are using the Beignet implementation of cl_khr_gl_sharing in the standard intended use case - we create an OpenGL texture and then create an OpenCL buffer from it...