Add cmake dependency for TensorToLinalg

This commit is contained in:
Tres Popp 2022-05-13 12:33:06 +02:00
parent d6852155b9
commit 1de73629aa

View File

@ -13,6 +13,7 @@ add_mlir_conversion_library(MLIRTensorToLinalg
MLIRIR
MLIRPass
MLIRLinalg
MLIRLinalgTransforms
MLIRSupport
MLIRTransformUtils
MLIRTensor