Optimizations and Bugfixes
In this release
- an optimization was made so that
safe
calls to operations do not have to call the expensiveBorrowInts
. This was entirely due to the heroic efforts of @khezen. - A bug was fixed for cases where reduction operations (sum/min/max/etc) returned the wrong results for sliced tensors/views.