Skip to content

Release v0.1.6

Compare
Choose a tag to compare
@kkloberdanz kkloberdanz released this 24 Mar 15:46
· 98 commits to main since this release
86f82ea
  • Memory usage optimizations and reduced cloning
  • Wellformed compiler pass to statically verify a computation with elk: elk compile -p wellformed comp.moose
  • TLS support for gRCP networking
  • PyTorch neural networks support
  • Elk now supports all three computation formats (textual, msgpack, and bincode)
  • Ensures tensors are in “standard layout” (i.e. contiguous & row-major)
  • Added local file storage to moose modules (reading csv and numpy data files supported)
  • start_server convenance method added to gRPC network plugin