Julian Samaroo
Julian Samaroo
Hi @TheFibonacciEffect ! Thanks for the feedback - can you provide the full stacktrace that you get?
Thanks for the info! I'm still traveling home to the US, but I'll plan to take a look at this again this week.
Ok, this happens because we internally do some `UpperTriangular(A)' + UpperTriangular(A)`, where we should really use `.+` instead to ensure GPU support. I'm putting together a branch with this and...
I'm also interested in JIT support for Julia. @mmarchini has there been any progress in the kernel that you know of around using uprobes on `mmap`'d pages? Or is there...
An even better alternative might be to do this work on first call to `matrixdepot` and other functions which access this data. This would reduce how long precompile/package loading takes...
Is there a particular reason why you need to use the lazy API? And have you tried replacing usage of `delayed` and `compute` with `@spawn/spawn` and `fetch`? It should be...
It sounds like I might have missed the features that you rely on when considering my response - if you wouldn't mind, could you provide an example or two (with...
Also I missed the example you posted - I'll read into it and let you know if I can come up with any solutions! Please point me to any others...
Everything is really clear from the example you posted and from the documentation as a whole - it's all a great introduction to FileTrees! I definitely see a clear benefit...
> I would not want to use a Dagger.File here. A philosophy of FileTrees.load is it just takes a path and returns anything it likes--the most parameterized thing imaginable. Can...