• Krzysztof Drewniak's avatar
    [mlir] Apply is_mlir_conv predicate in standalone MLIr offloading (#2249) · a761ffaa
    Krzysztof Drewniak authored
    Currently, the is_mlir_conv predicate wasn't being used when
    offloading standalone convolutions to MLIR on Navi3x, which caused
    failures relating to being unable to construct the MLIR program when a
    3D convlolution was passed in.
    
    This commit amends the standalone lowering to use said predicate, as
    well as to include quant_convolution and quant_dot into the set of
    operations that get a standalone lowering.
    a761ffaa
fuse_mlir.cpp 14.6 KB