mirror of https://github.com/llvm/torch-mlir
Adapt to ByteCodeOpInterface changes.
parent
47452cc77b
commit
86b16ee84c
|
@ -10,6 +10,7 @@
|
|||
#ifndef TORCHMLIR_DIALECT_TORCH_IR_TORCHOPS_H
|
||||
#define TORCHMLIR_DIALECT_TORCH_IR_TORCHOPS_H
|
||||
|
||||
#include "mlir/Bytecode/BytecodeOpInterface.h"
|
||||
#include "mlir/IR/BuiltinTypes.h"
|
||||
#include "mlir/IR/Matchers.h"
|
||||
#include "mlir/IR/OpDefinition.h"
|
||||
|
|
|
@ -16,6 +16,9 @@ add_mlir_library(TorchMLIRTorchDialect
|
|||
Core
|
||||
|
||||
LINK_LIBS PUBLIC
|
||||
MLIRBytecodeOpInterface
|
||||
MLIRBytecodeReader
|
||||
MLIRBytecodeWriter
|
||||
MLIRFuncDialect
|
||||
MLIRIR
|
||||
MLIRSupport
|
||||
|
|
Loading…
Reference in New Issue