CMakeLists.txt
340 Bytes
add_mlir_conversion_library(MLIRSCFToGPU
SCFToGPU.cpp
SCFToGPUPass.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/SCFToGPU
DEPENDS
MLIRConversionPassIncGen
LINK_LIBS PUBLIC
MLIRAffine
MLIRAffineToStandard
MLIRGPU
MLIRIR
MLIRLinalg
MLIRPass
MLIRStandard
MLIRSupport
MLIRTransforms
)