Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm/llvm-project
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: hawkinsp/llvm-project
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nbdev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 29 files changed
  • 1 contributor

Commits on Dec 19, 2024

  1. [mlir python] Port in-tree dialects to nanobind.

    This is a companion to #118583, although it can be landed independently
    because since #117922 dialects do not have to use the same Python
    binding framework as the Python core code.
    
    This PR ports all of the in-tree dialect and pass extensions to nanobind,
    with the exception of those that remain for testing pybind11 support. It
    would make sense to merge this PR after merging #118583, if we have
    agreed that we are migrating the core to nanobind.
    
    This PR also:
    * removes CollectDiagnosticsToStringScope from NanobindAdaptors.h. This
      was overlooked in a previous PR and it is duplicated in Diagnostics.h.
    hawkinsp committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    6e7fd74 View commit details
    Browse the repository at this point in the history
  2. WIP freethreading

    hawkinsp committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    612577f View commit details
    Browse the repository at this point in the history
  3. XLA fixes

    hawkinsp committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    65aa50d View commit details
    Browse the repository at this point in the history
Loading