Chris Elrod

Results 837 comments of Chris Elrod

I don't think that'd be a problem. The first thing I'll look at is if `Polyester`/`StrideArraysCore` has a problem with `view`s. Either with the macro, or with `StrideArraysCore`'s custom view-handling....

Just as an update, I fixed a bug in StrideArraysCore so that it now gets the correct answer, but `@threads` is several times faster than `@batch` for me. I still...

I changed the name of the issue to reflect the updated status.

Polyester runs code with a static schedule from `PolyesterWeave.jl` on the task pool provided by `ThreadingUtilities.jl`. LoopVectorization.jl's threading also uses `PolyesterWeave.jl` and `ThreadingUtilities.jl`, but it doesn't run code as written....

No one's written any tests, but you could try an example like from that link, using `@batch` to parallelize. Note that the results will be heavily problem dependent. E.g., if...

> Hello! I am interested in using Polyster.jl to evaluate Jacobians and Hessians in parallel, similar to `threaded_gradient!` over [here](https://github.com/JuliaSIMD/Polyester.jl/blob/master/src/forwarddiff.jl#L45) using the ForwardDiff API. > A parallel Jacobian is a...

Hmm. For each of 2017 and 2018 I have 32 and 64 bit libmkl_rt.so libraries. Trying the two 64 bit libraries one at a time, or the set of all...

I just checked out the latest master of RCall and of DataFrames. Same error: ```julia ERROR: LoadError: LoadError: LoadError: type QuoteNode has no field args ``` from DataFrames as earlier....

Hmm, okay. Maybe you could ask on discourse? I imagine some people there'd know about differences that could explain things. Just got DataFrames working (tests don't pass, but I can...

Okay, I'd like to try and help get things working. Has this issue been resolved? I'm not sure what is causing the error I'm seeing ("address boundary error"). I'm on...