Eric Proffitt

Results 45 comments of Eric Proffitt

OpenCL always fails, requiring that this package be manually merged.

I'm not sure where everyone has landed on this, but loading an array into buffer memory with a size that exceeds `typemax(UInt32)` bytes does not appear to work. Technically it...

@vchuravy Hey awesome! This works, thanks.

I'm also getting this error: `ERROR (unhandled task failure): MethodError: no method matching unsafe_string(::Ptr{Void})` However strangely enough the error does _not_ cause the algorithm to abort.

@yuyichao By driver version do you mean what version of OpenCL? I'm using OpenCL 1.2 on an Intel HD Graphics 4000 with 1536MB, unfortunately I don't know C well enough...

@yuyichao I don't really know what a driver is TBH or how to find it, I typed `device[:driver_version]` and it said 1.2. I'm on a macbook pro mid-2012 if that...

@yuyichao Ok so I think I may have found it, here is the info on the driver I think: Version: 10.14.73 Last Modified: 4/26/16, 12:39 AM Bundle ID: com.apple.driver.AppleIntelHD4000Graphics Loaded:...

Has anyone be able to reproduce this yet? It's really frustrating.

@vchuravy Yes I'm using Julia v0.4.6. I'm wondering if maybe it has something to do with the max_mem_alloc_size, which for me is 0.4GB. However It's still happening for buffers less...

@vchuravy I ran your code and here is the output: ``` platform = OpenCL.Platform('Apple' @0x000000007fff0000) OpenCL.available_devices(platform) = [OpenCL.Device(Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz on Apple @0x00000000ffffffff),OpenCL.Device(HD Graphics 4000 on Apple...