Skip to content

Tags: codeplaysoftware/portDNN

Tags

v0.6

Toggle v0.6's commit message
Release v0.6

New features:
 * Tests for 1x1 input images
 * Better support for offsets in kernels
 * New `SNNBackend` with no external dependencies
 * New Conv2d algorithm using larger Winograd tiles
 * ComputeCpp info added to benchmarks when available

Breaking changes:
 * Removed support for older SYCL-BLAS versions
 * Conv2d `Selector::select` function replaced by separate functions for
 different convolution types (`Selector::select_forward`,
 `Selector::select_input_backprop` and
 `Selector::select_filter_backprop`).

v0.5

Toggle v0.5's commit message
Release v0.5

New features:
 * Refactored test and benchmark fixtures
 * Depthwise convolution benchmark

Breaking changes:
 * None

v0.4

Toggle v0.4's commit message
Release v0.4

New features:

  * NaN propagation in pooling
  * SYCL-BLAS backend
  * On chip memory sample

Breaking changes:

  * None

v0.3

Toggle v0.3's commit message
Release v0.3

New features:

  * Pointwise operations
  * Depthwise conv2d support
  * Arm compute library benchmarks

Breaking changes:

  * Removes support for ComputeCpp version 1.0.0 and below

v0.2

Toggle v0.2's commit message
Release v0.2

New features:

  * Im2col and Winograd conv2d support
  * Max and average pooling support (forward only)
  * Internal matmul implementation

Breaking changes:

  * None

rcar-v0.1

Toggle rcar-v0.1's commit message
Adding a tag for the R-Car compatible 0.1 release.