[all-commits] [llvm/llvm-project] 2b882f: [mlir][linalg] Explicitly instantiate DownscaleSiz...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Mon Sep 12 09:49:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b882f844e41f02ad0569062d1f1e02d91ad6ba2
https://github.com/llvm/llvm-project/commit/2b882f844e41f02ad0569062d1f1e02d91ad6ba2
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-09-12 (Mon, 12 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp
Log Message:
-----------
[mlir][linalg] Explicitly instantiate DownscaleSizeOneWindowed2DConvolution
It's not possible to use a template with no definition from another
translation unit. Fixes the shared library build.
More information about the All-commits
mailing list