Skip to content

Optimizations and Bugfixes

Compare
Choose a tag to compare
@chewxy chewxy released this 29 Mar 00:02
· 48 commits to master since this release
dd4ab8f

In this release

  • an optimization was made so that safe calls to operations do not have to call the expensive BorrowInts. 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.