search for: chrmargiola

Displaying 10 results from an estimated 10 matches for "chrmargiola".

Did you mean: chrmargiolas
2015 Jun 09
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...ptarget > >> > >> 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 > >>> should be strongly connected...
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 > paralleliza...
2015 Jun 08
5
[LLVMdev] Supporting heterogeneous computing in llvm.
...he 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 > paralleliza...
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. >> > Most of the accele...
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 05
3
[LLVMdev] Supporting heterogeneous computing in llvm.
...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/plain; charset=&quo...
2015 Jun 08
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...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...
2015 Jun 06
2
[LLVMdev] Supporting heterogeneous computing in llvm.
...er <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 >> &...
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.
...gt; > >> >> > >> >> > 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...