changelog - DigitalMediaProfessionals/dv-sdk GitHub Wiki
This page shows changelogs of the APT packages for AI FPGA Modules.
- Solved a problem that activation function that does not follow Conv or Pooling does not work.
- Added guard file removal in any case to allow kernel driver load attempt during next boot
- Removed restriction on dilated convolution with stride 2
- Re-compiled DV kernel drivers for new kernel
- Updated DV user drivers and control firmware to fix minor bugs
- Fixed bugs in CONV module control program.
- Added support of TensorFlow Beta release.
- Added U8toFP16 feature.
- Removed Fully Connected module functionality.
- Removed LRN module functionality.
- Updated driver to use ARM R5 remoteproc to control CONV module to improve performance.
- Added functionality to adjust CONV frequency in runtime. Valid range is from 50MHz to 316MHz.
- Added validation for pooling configurations.
- Added validation for dilated convolution configurations.
- Fixed tiles computation for dilated convolutions.
- Added support for Deconvolution.
- Changed Ethernet configuration
- Added support of TensorFlow Beta release.
- Allowed the CONV frequency up to 333 MHz.
- Added U8toFP16 feature.
- Optimized CONV module, with increased max frequency.
- Removed LRN and Fully Connected functionality.
- Added support for Deconvolution.
- Bug fixes for dilated convolution.
- Added drivers needed to run docker
- Added ARM R5 remotproc feature
- Enabled RTC
- Added device-tree source code
- Enabled RTC
This is of the first version and source code of Linux image in factory-configured ZIA C3.
- Fixed possible deadlock introduced in 1.15.0.20200129
- Fixed bugs with some configurations of concat layers
- Fixed bugs in handling tensors with integer elements
- Initial formal release of C-API tensorflow-1.15.0 library for ZIA-C3
- Fixed possible deadlock introduced in 1.15.0.20200129
- Fixed bugs with some configurations of concat layers
- Fixed bugs in handling tensors with integer elements
- Initial formal release of Python tensorflow-1.15.0 package for ZIA-C3
- Added validation for pooling configurations.
- Added validation for dilated convolution configurations.
- Fixed tiles computation for dilated convolutions.
- Bug fixes for dilated convolution.
- Bug fix for inaccurate output value in rare cases.