spawn should try not to spawn local indexing operations #89
Labels
parallelism
Parallel or distributed computation
performance
Must go faster
speculative
Whether the change will be implemented is speculative
In a statement like
if
A
is a local array the indexing should be done locally so only part of the array is sent elsewhere.A good approach might be to lower this as follows:
The text was updated successfully, but these errors were encountered: