mirror of https://github.com/llvm/torch-mlir
Build fix: Include the builtin and std dialects in the torch_mlir python build. (#310)
Should fix issue noted in #304pull/313/head
parent
9e2442d6b0
commit
c24ca5d639
|
@ -44,6 +44,8 @@ set(_source_components
|
||||||
# TODO: Core is now implicitly building/registering all dialects, increasing
|
# TODO: Core is now implicitly building/registering all dialects, increasing
|
||||||
# build burden by ~5x. Make it stop.
|
# build burden by ~5x. Make it stop.
|
||||||
MLIRPythonSources.Core
|
MLIRPythonSources.Core
|
||||||
|
MLIRPythonSources.Dialects.builtin
|
||||||
|
MLIRPythonSources.Dialects.std
|
||||||
TorchMLIRPythonSources
|
TorchMLIRPythonSources
|
||||||
TorchMLIRPythonExtensions
|
TorchMLIRPythonExtensions
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue