<html><body><p>Hi<br><br>Just to clarify where is what to everybody, libomptarget is published as three incremental patches, here:<br><br><a href="http://reviews.llvm.org/D14031">http://reviews.llvm.org/D14031</a><br><a href="http://reviews.llvm.org/D14253">http://reviews.llvm.org/D14253</a><br><a href="http://reviews.llvm.org/D14254">http://reviews.llvm.org/D14254</a><br><br>This is related to an extension to the current openmp project. I am very happy to discuss about having this as a separate project.<br>Right now libomptarget (design+implementation) is very specific to OpenMP, meaning that its interfaces have been crafted by looking at the OpenMP specifications. This does not mean that it cannot be improved/generalized for wider use, but this should start from its design document (can be found here: <a href="https://github.com/clang-omp/OffloadingDesign">https://github.com/clang-omp/OffloadingDesign</a>).<br><br>Thanks<br><br>-- Carlo<br><br><br><img width="16" height="16" src="cid:1__=8FBBF533DFF7F8BF8f9e8a93df938690918c8FB@" border="0" alt="Inactive hide details for Hal Finkel via Openmp-dev ---04/25/2016 02:14:38 PM-------- Original Message ----- > From: "C Bergstr"><font color="#424282">Hal Finkel via Openmp-dev ---04/25/2016 02:14:38 PM-------- Original Message ----- > From: "C Bergström via Openmp-dev" <openmp-dev@lists.llvm.org></font><br><br><font size="2" color="#5F5F5F">From:        </font><font size="2">Hal Finkel via Openmp-dev <openmp-dev@lists.llvm.org></font><br><font size="2" color="#5F5F5F">To:        </font><font size="2">C Bergström <cbergstrom@pathscale.com></font><br><font size="2" color="#5F5F5F">Cc:        </font><font size="2">llvm-dev <llvm-dev@lists.llvm.org>, cfe-dev <cfe-dev@lists.llvm.org>, openmp-dev@lists.llvm.org</font><br><font size="2" color="#5F5F5F">Date:        </font><font size="2">04/25/2016 02:14 PM</font><br><font size="2" color="#5F5F5F">Subject:        </font><font size="2">Re: [Openmp-dev] [cfe-dev] [llvm-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support libraries</font><br><font size="2" color="#5F5F5F">Sent by:        </font><font size="2">"Openmp-dev" <openmp-dev-bounces@lists.llvm.org></font><br><hr width="100%" size="2" align="left" noshade style="color:#8091A5; "><br><br><br><tt>----- Original Message -----<br>> From: "C Bergström via Openmp-dev" <openmp-dev@lists.llvm.org><br>> To: "Chandler Carruth" <chandlerc@gmail.com><br>> Cc: "llvm-dev" <llvm-dev@lists.llvm.org>, "cfe-dev" <cfe-dev@lists.llvm.org>, openmp-dev@lists.llvm.org<br>> Sent: Monday, April 25, 2016 12:51:51 PM<br>> Subject: Re: [Openmp-dev] [cfe-dev] [llvm-dev] RFC: Proposing an LLVM subproject for parallelism runtime and support<br>> libraries<br>> <br>> Speaking from 1st hand experience -<br>> <br>> The off-the-cuff high level benefits<br>> 1) Better interopt of different programming models - For example what<br>> if someone wants to mix SE+OMP(4). Having the same runtime on the<br>> backend should make this a lot easier. (Maybe this particular example<br>> may never happen, but I hope you get what I'm talking about)<br>> 2) Less duplication of effort for common things.<br>> 3) Easier time for new programming models<br>> <br>> By ignoring the current technical issues it's just playing<br>> kick-the-can for someone less intimate with SE or OMP.<br>> <br>> I hate to pushback on SE for this general requirement, but it seems<br>> like the right time to do it. If not now - At which point does it<br>> make<br>> sense?<br>> -------------<br>> My real honest motivation here is for Google and Intel to join<br>> together on this. I believe SE will be much better long term if major<br>> stakeholders are aligned.<br><br>This is also my long-term desire, and having spoken offline with folks on both sides, I think that everyone shares the desire to merge and deduplicate where that makes technical sense. We'd all like LLVM's runtime picture to truly be an infrastructure, not a patchwork of semi-related overlapping things.<br><br>However, at this point we have two separate projects representing significant independent planning and developer effort, user communities for both, and a desire to have both in LLVM. It seems logical that there may be reuse to be exploited between the two, but frankly, I don't even thing we know exactly what the layering would be. What we need at this point are concrete proposals, and patches, to merge functionality. Having these kinds of discussions in the abstract is difficult, the code is too large, and its design constraints are too complicated, for that to be productive. This process could occur out-of-tree, but that's suboptimal. We want the full engagement and relative transparency of the LLVM community, and our community infrastructure, to facilitate this process. Trying to get these issues worked out behind the scenes is unlikely to be successful, and while I agree that the community has pre-commit leverage, the most effective way to use that leverage is to make it clear to the parties involved that the community expects cross-pollination to happen: by code integration, or just by intellectual contribution.<br><br>Let's get both things committed. Committing them does not freeze the API, or otherwise commit us to support for the current implementations. Once that's done, we'll be in a much stronger, and better informed, position to discuss further refactoring.<br><br>Thanks again,<br>Hal<br><br>> <br>> How many dsisjoint and fragmented programming models do "we" really<br>> need.. (I don't think SE falls into this category, but if we have a<br>> PHI and Intel backend.. why can't it be used)<br>> <br>> <br>> <br>> On Tue, Apr 26, 2016 at 1:38 AM, Chandler Carruth<br>> <chandlerc@gmail.com> wrote:<br>> > On Mon, Apr 25, 2016 at 12:14 PM C Bergström<br>> > <cbergstrom@pathscale.com><br>> > wrote:<br>> >><br>> >> I can't comment on all the things not directly used by llvm<br>> >> community,<br>> >> but I feel pretty strongly that<br>> >> 1) An independent project like liboffload should exist ; which<br>> >> 2) Projects like SE and OpenMP should both be using it ; and<br>> >> further<br>> >> 3) SE shouldn't just do their own thing because they haven't<br>> >> figured<br>> >> out how to make it work with other projects that already have some<br>> >> overlapping behaviour<br>> >> ---------<br>> >> If my points above are invalid - can someone clarify that SE and<br>> >> the<br>> >> "stuff" in OpenMP-llvm doesn't actually overlap in functionality.<br>> ><br>> ><br>> > It isn't that any of these points are invalid, it's just that I<br>> > don't think<br>> > we know how or if these projects have a useful overlap to extract<br>> > and keep<br>> > separate. That was the whole point of my email suggesting that we<br>> > shouldn't<br>> > try to force some hypothetical refactoring that we don't even know<br>> > will work<br>> > to happen. Several serious technical challenges have been raised<br>> > with doing<br>> > this refactoring, so its not just avoiding it for the sake of<br>> > avoiding it.<br>> ><br>> > Even if/when these issues are sorted out and it is feasible to<br>> > refactor<br>> > things to have a common layer, it still isn't clear whether the<br>> > overlap is<br>> > actually that useful. I think we're over analyzing and designing<br>> > this when<br>> > we don't even have the code in place to see if there is an<br>> > interesting<br>> > problem to solve here.<br>> _______________________________________________<br>> Openmp-dev mailing list<br>> Openmp-dev@lists.llvm.org<br>> </tt><tt><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev</a></tt><tt><br>> <br><br>-- <br>Hal Finkel<br>Assistant Computational Scientist<br>Leadership Computing Facility<br>Argonne National Laboratory<br>_______________________________________________<br>Openmp-dev mailing list<br>Openmp-dev@lists.llvm.org<br></tt><tt><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/openmp-dev</a></tt><tt><br></tt><br><br><BR>
</body></html>