llvm-project/mlir/lib/Conversion/SCFToGPU/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
367 B
CMake
Raw Normal View History

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
MLIRComplex
MLIRGPU
MLIRIR
MLIRLinalg
MLIRMemRef
MLIRPass
MLIRStandard
MLIRSupport
MLIRTransforms
)