Skip to content

v0.1.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@marty1885 marty1885 released this 07 Jan 09:15
· 109 commits to master since this release
ed1cd88

Mostly enhancements and bugfixes. We are moving towards some major API change. This release could be the last compatible version with 0.1.0

  • xtesntor style indexing view(t, all(), 0) and dynamic_view(t, list_of_indices)
  • Support negative indices and proper ranges
  • Optimize OpenCL indexing
    • No longer JITing then throw away the JITed result
    • Compile once and reuse
  • abs() function
  • Better tensor iterator
    • STL algorithms now works
    • You should use functions from Etaler tho
  • Bug fixes