Displaying 11 results from an estimated 11 matches for "margiolas".
2015 Jun 05
7
[LLVMdev] Supporting heterogeneous computing in llvm.
Hello All,
The last two months I have been working on the design and implementation of
a heterogeneous execution engine for LLVM. I started this project as an
intern at the Qualcomm Innovation Center and I believe it can be useful to
different people and use cases. I am planning to share more details and a
set of patches in the next
days. However, I would first like to see if there is an interest
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
On Sat, Jun 6, 2015 at 6:24 PM, Christos Margiolas
<chrmargiolas at gmail.com> wrote:
> Hello,
>
> Thank you a lot for the feedback. I believe that the heterogeneous engine
> should be strongly connected with parallelization and vectorization efforts.
> Most of the accelerators are parallel architectures where having efficient...
2015 Jun 08
5
[LLVMdev] Supporting heterogeneous computing in llvm.
...IA
target at the
https://github.com/clang-omp/llvm_trunk
https://github.com/clang-omp/clang_trunk
with runtime implemented at
https://github.com/clang-omp/libomptarget
you're welcome to try it out, if you have an appropriate device.
Regards,
Sergos
On Sat, Jun 6, 2015 at 2:24 PM, Christos Margiolas
<chrmargiolas at gmail.com> wrote:
> Hello,
>
> Thank you a lot for the feedback. I believe that the heterogeneous engine
> should be strongly connected with parallelization and vectorization efforts.
> Most of the accelerators are parallel architectures where having efficient...
2015 Oct 22
2
Moderators needed for LLVM Developers' Meeting
...Call Promotion, Ivan Baev - QuIC
Automated performance-tracking of LLVM-generated code, Kristof Beyls - ARM
Session #3: October 29 11:00-12:30: Salon I & II
Beyond Sanitizers: guided fuzzing and security hardening, Kostya Serebryany - Google
A Heterogeneous Execution Engine for LLVM, Christos Margiolas - University of Edinburgh
Session #4: October 30 9:00-10:45 Salon III & IV
Swift's High-Level IR: A Case Study of Complementing LLVM IR with Language-Specific Optimization, Joseph Groff - Apple Inc. Chris Lattner - Apple Inc.
Typeless Pointers in LLVM IR, David Blaikie - Google Inc
Sessi...
2015 Jun 06
3
[LLVMdev] Supporting heterogeneous computing in llvm.
On Sun, Jun 7, 2015 at 2:22 AM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> On Sat, Jun 6, 2015 at 5:02 AM C Bergström <cbergstrom at pathscale.com> wrote:
>>
>> On Sat, Jun 6, 2015 at 6:24 PM, Christos Margiolas
>> <chrmargiolas at gmail.com> wrote:
>> > Hello,
>> >
>> > Thank you a lot for the feedback. I believe that the heterogeneous
>> > engine
>> > should be strongly connected with parallelization and vectorization
>> > efforts.
>>...
2015 Jun 05
3
[LLVMdev] Supporting heterogeneous computing in llvm.
...f Computer and Communication Sciences, EPFL
Professor, Department of Computer Science
University of Illinois at Urbana-Champaign
vadve at illinois.edu
http://llvm.org
On Jun 5, 2015, at 3:18 AM, llvmdev-request at cs.uiuc.edu wrote:
> Date: Thu, 4 Jun 2015 17:35:25 -0700
> From: Christos Margiolas <chrmargiolas at gmail.com>
> To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
> Subject: [LLVMdev] Supporting heterogeneous computing in llvm.
> Message-ID:
> <CAC3KUCx0mpBrnrGjDVxQzxtBpnJXtw3herZ_E2pQoSqSyMNsKA at mail.gmail.com>
> Content-Type: text/pla...
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...2015 at 2:22 AM, Eric Christopher <echristo at gmail.com>
>> wrote:
>> >
>> >
>> > On Sat, Jun 6, 2015 at 5:02 AM C Bergström <cbergstrom at pathscale.com>
>> > wrote:
>> >>
>> >> On Sat, Jun 6, 2015 at 6:24 PM, Christos Margiolas
>> >> <chrmargiolas at gmail.com> wrote:
>> >> > Hello,
>> >> >
>> >> > Thank you a lot for the feedback. I believe that the heterogeneous
>> >> > engine
>> >> > should be strongly connected with paralleliz...
2015 Jun 08
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...runk
>>
>> with runtime implemented at
>>
>> https://github.com/clang-omp/libomptarget
>>
>> you're welcome to try it out, if you have an appropriate device.
>>
>> Regards,
>> Sergos
>>
>> On Sat, Jun 6, 2015 at 2:24 PM, Christos Margiolas
>> <chrmargiolas at gmail.com> wrote:
>>>
>>> Hello,
>>>
>>> Thank you a lot for the feedback. I believe that the heterogeneous engine
>>> should be strongly connected with parallelization and vectorization
>>> efforts.
>>>...
2015 Jun 09
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...ttps://github.com/clang-omp/libomptarget
> >>
> >> you're welcome to try it out, if you have an appropriate device.
> >>
> >> Regards,
> >> Sergos
> >>
> >> On Sat, Jun 6, 2015 at 2:24 PM, Christos Margiolas
> >> <chrmargiolas at gmail.com <mailto:chrmargiolas at gmail.com>> wrote:
> >>>
> >>> Hello,
> >>>
> >>> Thank you a lot for the feedback. I believe that the
> heterogeneous engine
> >&g...
2015 Jun 06
4
[LLVMdev] Supporting heterogeneous computing in llvm, follow up.
Hello,
As I first e-mailed yesterday, I have been working on a Heterogeneous
Execution Engine (Hexe) that provides compiler and runtime support for the
automatic and transparent offloading of loop and function workloads to
accelerators.
Hexe is composed of the following:
a) Analysis and Transformation Passes for extracting loops or functions for
offloading.
b) A runtime library that handles
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...;
>> >> wrote:
>> >> >
>> >> >
>> >> > On Sat, Jun 6, 2015 at 5:02 AM C Bergström <cbergstrom at pathscale.com>
>> >> > wrote:
>> >> >>
>> >> >> On Sat, Jun 6, 2015 at 6:24 PM, Christos Margiolas
>> >> >> <chrmargiolas at gmail.com> wrote:
>> >> >> > Hello,
>> >> >> >
>> >> >> > Thank you a lot for the feedback. I believe that the heterogeneous
>> >> >> > engine
>> >> >...