Build fix: Include the builtin and std dialects in the torch_mlir python build. (#310)

Should fix issue noted in #304
pull/313/head
Stella Laurenzo 2021-09-19 12:26:33 -07:00 committed by GitHub
parent 9e2442d6b0
commit c24ca5d639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
) )