OpenCL.jl icon indicating copy to clipboard operation
OpenCL.jl copied to clipboard

updated notebook example for fractals, but the kernel doesn't produce correct results

Open rabarar opened this issue 7 years ago • 1 comments

I've modified the Notebook to be compatible with Julia 1.0.1 but the results aren't compatible - I'm BRAND NEW to Julia - perhaps I'm missing something - Ive attached the modified notebook for reference.

fract.ipynb.json.zip

rabarar avatar Oct 30 '18 17:10 rabarar

I ran into this just now as well. This is probably too late to be useful for you, but for others who find this issue: I solved it by replacing Complex64 in the old code by ComplexF32. I haven't gone back far enough in Julia's history, but my guess is that Complex64 used to be a Complex{Float32} (for 64 bits in total). With that change, I've been able to reproduce the Fractal example.

tkluck avatar Jan 27 '19 18:01 tkluck