Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: fix CMake rules for the MHLOTOSATransforms target #59019

Merged
merged 1 commit into from Dec 30, 2022
Merged

build: fix CMake rules for the MHLOTOSATransforms target #59019

merged 1 commit into from Dec 30, 2022

Conversation

ashay
Copy link
Member

@ashay ashay commented Dec 26, 2022

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the registerTosaPrepareMhloPassPass() function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
populateGeneralDotOpLoweringPatterns() function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the `registerTosaPrepareMhloPassPass()` function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
`populateGeneralDotOpLoweringPatterns()` function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.
@google-ml-butler google-ml-butler bot added the size:XS CL Change Size: Extra Small label Dec 26, 2022
@google-ml-butler google-ml-butler bot requested a review from r4nt December 26, 2022 12:15
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Dec 26, 2022
@gbaned gbaned added the comp:xla XLA label Dec 26, 2022
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Dec 26, 2022
@gbaned gbaned requested a review from cheshire December 26, 2022 14:49
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Dec 29, 2022
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Dec 29, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Dec 29, 2022
copybara-service bot pushed a commit to tensorflow/mlir-hlo that referenced this pull request Dec 30, 2022
Imported from GitHub PR tensorflow/tensorflow#59019

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the `registerTosaPrepareMhloPassPass()` function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
`populateGeneralDotOpLoweringPatterns()` function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.
Copybara import of the project:

--
5ff6dbff54a5c06d29f7d21bb12448fc4a5f1dcc by Ashay Rane <ashay@users.noreply.github.com>:

build: fix CMake rules for the MHLOTOSATransforms target

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the `registerTosaPrepareMhloPassPass()` function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
`populateGeneralDotOpLoweringPatterns()` function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.

Merging this change closes #59019

PiperOrigin-RevId: 498630526
copybara-service bot pushed a commit to openxla/xla that referenced this pull request Dec 30, 2022
Imported from GitHub PR tensorflow/tensorflow#59019

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the `registerTosaPrepareMhloPassPass()` function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
`populateGeneralDotOpLoweringPatterns()` function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.
Copybara import of the project:

--
5ff6dbff54a5c06d29f7d21bb12448fc4a5f1dcc by Ashay Rane <ashay@users.noreply.github.com>:

build: fix CMake rules for the MHLOTOSATransforms target

A consumer of the MHLOTOSATransforms library (mhlo_tosa_opt.cc) calls
the `registerTosaPrepareMhloPassPass()` function, but this function is
absent from the MHLOTOSATransforms library since the source file
(prepare_mhlo.cc) that contains the function is not included when
building the library target.

Additionally, prepare_mhlo.cc calls the
`populateGeneralDotOpLoweringPatterns()` function, but the library
(MhloPasses) that contains this function is not linked when compiling
prepare_mhlo.cc.

This patch adds the necessary build rules to fix the above problems.

Merging this change closes #59019

PiperOrigin-RevId: 498630526
@copybara-service copybara-service bot merged commit d327fbc into tensorflow:master Dec 30, 2022
PR Queue automation moved this from Approved by Reviewer to Merged Dec 30, 2022
@ashay ashay deleted the ashay/fix-mhlo-build-dep branch December 31, 2022 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review comp:xla XLA ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

4 participants