File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.2.0
4+ - Use random session id on calls to AsyncTestRuntime via python bindings.
5+ - Switch to FuturesUnordered for more efficient wait on computation completion
6+ - Support arbitrary fixedpoint precision pairs from python bindings
7+ - More complete support of tensor types kernels
8+ - AsyncSession is now Send (can be sent between threads)
9+ - Enable use of Shape values on non-Host placement types
10+ - Add ZerosOp on a host placement (create a vector of zeros of a given shape)
11+ - Add Tensorflow Keras support
12+ - Add ReLU activation function (for multilayer perceptron and NN)
13+
314## v0.1.6
415- Memory usage optimizations and reduced cloning
516- Wellformed compiler pass to statically verify a computation with elk: elk compile -p wellformed comp.moose
You can’t perform that action at this time.
0 commit comments