Valentin Churavy

Results 1413 comments of Valentin Churavy

Most likely a problem with Apple's implementation... but it might be wortwhile investigating why one can't query `binaries` and if it is indeed a limitation on Apple selectivly disabling this...

I don't have access to a Mac so I can't really advise/provide solutions here. But a docker image might work, getting access to the underlying hardware is tricky.

Yes, these failing tests are not critical to everyday usage of OpenCL.jl

That would also mean dropping support for 0.3, but I am fine with that.

Not so crazy, you don't even need to use the API, we could enable e-mail in for a specific subcategory.

@SimonDanisch let me know if you need some help.

@jakebolewski that is a fantastic idea. I started to port the Apple example https://github.com/darcyliu/CocoaSampleCode/tree/master/OpenCL_RayTraced_Quaternion_Julia-Set_Example to Juli. So that I don't have to write the OpenCL code myself. @SimonDanisch and I...

@SimonDanisch https://github.com/vchuravy/qjulia_gpu here you go. The OpenCL code loads and computes. @jakebolewski Do I see it correctly that we currently don't have clEnqueueReleaseGLObjects and clEnqueueAcquireGLObjects exposed? Also why need a...

@jakebolewski Thanks for the input. I am currently stuck on OCL context creation from properties. Especially how the properties list should look like. The code I am working with looks...

One potential issue that CL_context_properties is define in the specificatiosn as intptr_t but we define it as Csize_t. As far as I know inptr should be a platform debended Integer...