Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@ChrisFriesen ChrisFriesen released this 11 Apr 21:17
· 72 commits to main since this release
6bab32f

v0.2.0

  • Use random session id on calls to AsyncTestRuntime via python bindings.
  • Switch to FuturesUnordered for more efficient wait on computation completion
  • Support arbitrary fixedpoint precision pairs from python bindings
  • More complete support of tensor types kernels
  • AsyncSession is now Send (can be sent between threads)
  • Enable use of Shape values on non-Host placement types
  • Add ZerosOp on a host placement (create a vector of zeros of a given shape)
  • Add Tensorflow Keras support
  • Add ReLU activation function (for multilayer perceptron and NN)