burn icon indicating copy to clipboard operation
burn copied to clipboard

Implement AdaptiveAvgPool2d for Candle

Open ozoromo opened this issue 7 months ago • 1 comments

Feature description

Currently trying to use AdaptiveAvgPool2d with the Candle backend resuilts in a crash with the error: adaptive_avg_pool2 is not supported by Candle

I would like to see it implemented if possible.

Feature motivation

It seems there was already an effort to add implement this for all backends in #541, however candle was left out, possibly due to it not being added at that point.

Also with Candle being among the fastest backends, it makes sense to have it available,

ozoromo avatar Jul 27 '24 08:07 ozoromo