Skip to content

Enable link-time optimization in compiler. - #251

Open
bashimao wants to merge 1 commit into
tensorflow:masterfrom
bashimao:enable-lto-for-gcc
Open

Enable link-time optimization in compiler.#251
bashimao wants to merge 1 commit into
tensorflow:masterfrom
bashimao:enable-lto-for-gcc

Conversation

@bashimao

Copy link
Copy Markdown
Contributor

Description

This will enable link-time optimization the base image, which will in turn enable us to compile RocksDB from source as a direct dependency of TFRA.

Type of change

  • Bug fix
  • New Tutorial
  • Updated or additional documentation
  • Additional Testing
  • New Feature

@rhdong rhdong closed this Jul 31, 2022
@rhdong

rhdong commented Jul 31, 2022

Copy link
Copy Markdown
Member

ReCI.

@rhdong rhdong reopened this Jul 31, 2022
@MoFHeka
MoFHeka force-pushed the enable-lto-for-gcc branch from 3498a4b to d0ab6bc Compare March 24, 2024 18:06
@rhdong
rhdong force-pushed the enable-lto-for-gcc branch from d0ab6bc to b1ad10c Compare March 24, 2024 23:34
--enable-gnu-unique-object \
--enable-initfini-array \
--enable-languages="c,c++" \
--enable-lto \

@rhdong rhdong Mar 24, 2024

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @bashimao @MoFHeka, it looks like we need to rebuild the CI docker images, right?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants