Todd A. Anderson
Todd A. Anderson
Weekly cron added to flrc and flrc-lib. @ninegua @rrnewton
Do you have a test case I can work on this with?
Think my latest checkin does this. It passes index_test.jl at least.
We are actively working on the release of ParallelAccelerator for Julia 0.6. We achieved functional correctness a few weeks ago but now we are working on removing these deprecation warnings...
There is already testing code in there that converts parfors into explicitly called function. All we'd need to do is to elevate that code to its own "mode" controlled by...
TL; DR: We don't support linear indexing right now and fixing that will probably take some time. Thanks for the bug report and I suggest you stick to reshape for...
I guess we have a situation here that could be improved. If you are in cgen mode then you control threads with OMP_NUM_THREADS. If you are using native mode, then...
Hard to tell from this message. One thing I'm noticing is the "type Union." Again, if you're using the C backend then you don't want any type Unions. With the...
You can specifically ask for the 2.2 version of ParallelAccelerator and the 2.1 version of CompilerTools and those should work with Julia 0.5. If you want Julia 0.6 then the...
Yes, so maybe a long term thing to think about but in the short term we should at least catch the case that we can't translate yet and throw an...