[llvm-dev] [Incubation] Request to incubate mlir-npcomp

Chris Lattner via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 30 12:54:05 PDT 2020



> On Jun 24, 2020, at 9:53 AM, Nicolai Hähnle via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> On Tue, Jun 23, 2020 at 2:40 PM Stella Laurenzo via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> We originally started it as a fork of the LLVM repository, but transitioned to the MLIR standalone template, and we found it more productive to iterate out of tree in this fashion, bumping to the latest LLVM version every week or so as needed (note: the ability to exist out of tree for MLIR dependent projects is actually quite good, and the more of us who do it, the better it becomes).
> 
> How do you deal with the problem of using the "right" LLVM version? As
> somebody who spends a significant amount of time on a project that is
> open-source but out-of-tree -- and for good reasons that mean we're
> unlikely to want to incubate in this fashion -- I find this to be a
> major problem.


I’m contributing to an external project based on MLIR (which should become public soon).  That project is using the LLVM monorepo as a git submodule, allowing us to update it and track at project-specific times.  It seems to work well.

-Chris


More information about the llvm-dev mailing list