Brad Chamberlain
Brad Chamberlain
One of our team members is actively working on porting some PRKs (along with a few other non-PRK tasks) and understanding performance gaps. Most of his work has been on...
@ian-bertolacci : We've been (slowly) working with Engin to get copies of his PRKs, review them, and add them to the test/studies directory Jeff mentions above.
Hi @reuster986 — `-schpl_serializeSlices=true` enables some behavior that we intend to enable by default in the future, yet which we haven't felt ready to do yet (because in some cases...
Building on Engin's response, we believe that idioms that are semantically equivalent to zippering can also cause the increase in gets. For example: ```chapel C = A[3..10] + B[3..10]; ```...
Belatedly thinking to tag @ronawho on here in case he wants to do any comparisons with vs. without the flag for the core Arkouda benchmarks.
> I had an idea in the background while my brain was off for vacation "Make sure Elliot gets more vacations": message received.
Hooray! Thanks for all the hard work here, @arezaii and @bonachea, and for the advice and feedback @scheibelp (and @bonachea)!
Waking back up on this after Lydia raised it today: Thinking about this if we were starting from scratch, I think there's a lot of merit to Michael's latest proposal,...
> Do we need to maintain the config of CHPL_LLVM=none and CHPL_LLVM_SUPPORT=system? I buy that that combination may not be the most important (the best rationale I can come up...
> however the Sort module has a number of nodoced/private code that we would like to either remove or factor it out into some other place. I'd really like for...