You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`).
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
Release v0.2
New features:
* Im2col and Winograd conv2d support
* Max and average pooling support (forward only)
* Internal matmul implementation
Breaking changes:
* None