Mauro
                                            Mauro
                                        
                                    Yes, something like this. Although mine look a lot less fancy than @kescobo's ;-) But the Project.toml & Manifest.toml are essential to keep track of the deps, so it's a...
Looks like a floating point inaccuracy. And they are intermittent on my computer. Is it guaranteed that the floats get summed in the same order at all times? I suspect...
Yes it works. But running the tests many times gives some other odd errors, such as: ``` Device[0] has no support for OpenGL Interoperation ERROR: LoadError: test failed: 5.420249f0 <...
I'll check whether running with CPU works and whether that beignet trick works. Tnx.
Yes, probably you can in principle, but I'm not aware of any easy way to do it at the moment. The approach Traits.jl took does work anymore.
Part of the addition looks like so (from the README): _Dispatch on several traits_ It is also possible to dispatch on several traits: ``` julia @traitfn f55{X, Y; TT1{X}, TT2{Y}}(x::X,...
Thanks @JeffreySarnoff, I take this as a +1 :-)
No. If you're at JuliaCon we could discuss it there.
I don't have any plans with this, nor time.
Thanks for the report! I assume you don't have an idea on how to fix this? From the macroexpand it looks like with either order the `inline` is applied: ```julia...