Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 637 Bytes

File metadata and controls

22 lines (13 loc) · 637 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

[Unreleased]

[0.2.2] - 2023-04-15

Added

  • ext.pytorch: Add attribute StoredTensor.has_trivial_layout to check whether a tensor has nontrivial stride.
  • ext.pytorch: Factor out method StoredTensor.open_storage().

[0.2.1] - 2023-04-11

Added

  • Expose firewall.Unknown* in the top level package.
  • ext.pytorch: Support more PyTorch/numpy data types.
  • ext.pytorch: Add StoredTensor.buffer property to access the raw bytes of the tensor.