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

Introduce a single CMakeLists.txt #2118

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 22, 2024

  1. Introduce a single CMakeLists.txt

    Build MLIR & StableHLO via a single cmake configure & build command.
    This will make the build_mlir.sh script unecessary.
    
    This should simplify setting cmake values to be consistent across MLIR
    and StableHLO builds such as PYTHON_BINDINGS.
    fzakaria committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    07ba514 View commit details
    Browse the repository at this point in the history
  2. Additional cleanup

    fzakaria committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1e313da View commit details
    Browse the repository at this point in the history
  3. Removed more unecessary files

    * Simplified GitHub action
    * Removed uneeded ci scripts now
    * Fixed whitespace
    fzakaria committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c338508 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. remove workflow

    fzakaria committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    44bb130 View commit details
    Browse the repository at this point in the history
  2. Whitespace lint

    fzakaria committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    afc6f81 View commit details
    Browse the repository at this point in the history