Dialects include more than just ops, so this suffix is outdated. Follows discussion in https://llvm.discourse.group/t/rfc-canonical-file-paths-to-dialects/621 Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D88530
20 lines
342 B
CMake
20 lines
342 B
CMake
add_mlir_conversion_library(MLIRGPUToVulkanTransforms
|
|
ConvertLaunchFuncToVulkanCalls.cpp
|
|
ConvertGPULaunchFuncToVulkanLaunchFunc.cpp
|
|
|
|
DEPENDS
|
|
MLIRConversionPassIncGen
|
|
|
|
LINK_LIBS PUBLIC
|
|
MLIRGPU
|
|
MLIRIR
|
|
MLIRLLVMIR
|
|
MLIRPass
|
|
MLIRSPIRV
|
|
MLIRSPIRVSerialization
|
|
MLIRStandard
|
|
MLIRSupport
|
|
MLIRTransforms
|
|
MLIRTranslation
|
|
)
|