Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@axsaucedo axsaucedo released this 13 Sep 11:12
· 1078 commits to master since this release
  • #50 - Added documentation and testing for reusing recorded commands
  • #19 - Added Machine Learning example with Kompute
  • #40 - Provide further granularity for handling tensor data
  • #39 - Create OpTensorSyncLocal and OpTensorSyncDevice operations
  • #43 - Renamed OpCreateTensor to OpTensorCreate to align with tensor operations
  • #43 - Fixed OpTensorCreate not mapping data for host tensors
  • #47 - Add preSubmit function to OpBase to account for multiple eval commands
  • #58 - Add standalone examples that show using Kompute from scratch
  • #58 - Make Kompute installable locally
  • #56 - Remove OpAlgoBase copy tensor functionality to delegate to OpTensorSync