blob: 1da4dacd190e29c469d635e82d62c6a9d6786208 [file] [log] [blame]
add_mlir_conversion_library(MLIRSCFToGPU
SCFToGPU.cpp
SCFToGPUPass.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/SCFToGPU
DEPENDS
MLIRConversionPassIncGen
LINK_LIBS PUBLIC
MLIRAffineOps
MLIRAffineToStandard
MLIRGPU
MLIRIR
MLIRLinalgOps
MLIRPass
MLIRStandardOps
MLIRSupport
MLIRTransforms
)