forked from OSchip/llvm-project
Add dependencies for standard ops to SPIR-V conversion
PiperOrigin-RevId: 257026374
This commit is contained in:
parent
504d58affe
commit
891a7911c2
|
@ -17,4 +17,7 @@ target_link_libraries(MLIRSPIRVConversion
|
||||||
MLIRPass
|
MLIRPass
|
||||||
MLIRSPIRV
|
MLIRSPIRV
|
||||||
MLIRSupport
|
MLIRSupport
|
||||||
MLIRTransformUtils)
|
MLIRTransformUtils
|
||||||
|
MLIRSPIRV
|
||||||
|
MLIRStandardOps
|
||||||
|
)
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
#include "mlir/IR/StandardTypes.h"
|
#include "mlir/IR/StandardTypes.h"
|
||||||
#include "mlir/SPIRV/Passes.h"
|
#include "mlir/SPIRV/Passes.h"
|
||||||
#include "mlir/SPIRV/SPIRVOps.h"
|
#include "mlir/SPIRV/SPIRVOps.h"
|
||||||
|
#include "mlir/StandardOps/Ops.h"
|
||||||
|
|
||||||
namespace mlir {
|
namespace mlir {
|
||||||
#include "StdOpsToSPIRVConversion.cpp.inc"
|
#include "StdOpsToSPIRVConversion.cpp.inc"
|
||||||
|
|
Loading…
Reference in New Issue