search for: musman

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

2014 Aug 28
2
[LLVMdev] Proposal for ""llvm.mem.vectorize.safelen"
...the spec. One of our OpenMP community members is going to bring up the ambiguity with the OpenMP committee. - Arch -----Original Message----- From: Humphreys, Jonathan [mailto:j-humphreys at ti.com] Sent: Thursday, August 28, 2014 11:53 AM To: Robison, Arch; Hal Finkel; Renato Golin; Alexander Musman (alexander.musman at gmail.com) Cc: LLVM Dev Subject: RE: [LLVMdev] Proposal for ""llvm.mem.vectorize.safelen" Well, having not understood the connection between lexical dependence and the openMP simd construct yesterday, I inquired in the openMP community. If I understand the answ...
2014 Sep 28
2
[LLVMdev] Proposal for ""llvm.mem.vectorize.safelen"
...Jonathan Humphreys" <j-humphreys at ti.com<mailto:j-humphreys at ti.com>>, "Hal Finkel" <hfinkel at anl.gov<mailto:hfinkel at anl.gov>>, "Renato Golin" > <renato.golin at linaro.org<mailto:renato.golin at linaro.org>>, "Alexander Musman > (alexander.musman at gmail.com<mailto:alexander.musman at gmail.com>)" <alexander.musman at gmail.com<mailto:alexander.musman at gmail.com>> > Cc: "LLVM Dev" <llvmdev at cs.uiuc.edu<mailto:llvmdev at cs.uiuc.edu>> > Sent: Thursday, August 2...
2014 Aug 28
2
[LLVMdev] Proposal for ""llvm.mem.vectorize.safelen"
...he name 'safelen' I'm fine with the "minimum_dependence_distance" if everyone else is. - Arch -----Original Message----- From: Humphreys, Jonathan [mailto:j-humphreys at ti.com] Sent: Wednesday, August 27, 2014 5:37 PM To: Robison, Arch; Hal Finkel; Renato Golin; Alexander Musman (alexander.musman at gmail.com) Cc: LLVM Dev Subject: RE: [LLVMdev] Proposal for ""llvm.mem.vectorize.safelen" Sorry for coming to the discussion so late. I have a couple of questions/comments: - I'm no openMP expert but I don't understand the relevance of lexically forwar...
2014 Jun 04
1
[LLVMdev] Not able to run pass
...n inside these file) > > > Please sir, help me out.wasted so much time on this.and please tell me all > path variable or environment path that I have to set before doing all this > .And also tell me where did i went wrong? > > > > On Wed, Jun 4, 2014 at 9:08 PM, Alexander Musman < > alexander.musman at gmail.com> wrote: > >> You can, for example, generate it with clang from some source file: >> >> clang -emit-llvm -c hello.c -o hello.bc >> >> Regards, >> Alexander >> >> >> 2014-06-02 11:26 GMT+04:00 Prashant...
2014 Jun 05
2
[LLVMdev] Not able to run pass
sir, I am able to generate .bc file for other normal code but my problem how to run the pass source code. If I write some pass then how should I run that pass? so please if you can help me in this and thanks for your reply. On Thu, Jun 5, 2014 at 11:34 AM, Alexander Musman < alexander.musman at gmail.com> wrote: > You are trying to use the pass source code to generate .bc file, it would > need all the flags/includes that used to build it. > I suggest to start with something simpler for first .bc example, like: > > > cat > t.c > int main...
2014 Aug 21
2
[LLVMdev] Proposal for ""llvm.mem.vectorize.safelen"
Here's an attempt to nail down the annotation semantics with support for respecting forward lexical dependences. Each load, store, call, or invoke instruction can be labeled with !llvm.mem.vector_loop_access, which has two operands: * The first operand is an integer denoting lexical position. The positions need not be consecutive, and may contain duplicates. * The second operand is the
2015 May 07
3
[LLVMdev] OpenMP 3.1 Implementation Complete
All, Just a heads up that OpenMP 3.1 implementation in clang/llvm compiler is fully complete. Kudos to my colleague from Intel, Alexey Bataev, who wrote most of the code! Apart of Alexey, many other people contributed to this effort; most notably Alexander Musman (also from Intel), who implemented #pragma simd; Mahesha S (then from AMD, now from Samsung), who wrote initial patch that started it all; Intel Compiler QA team, that relentlessly worked behind the scenes to test new developments all the way; and last, but not least Richard Smith (Google), John Mc...
2014 Jun 02
2
[LLVMdev] Not able to run pass
sir, As defined in http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment running pass with opt but here how I get hello.bc file . -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140602/648e5547/attachment.html>
2013 Dec 09
0
[LLVMdev] Update on OpenMP support in clang / llvm
...is available on youtube: http://www.youtube.com/watch?v=7TIOB-0xwek * We (Intel) contributed support for the following new features of OpenMP 4 standard: - omp simd pragma - omp declare reduction pragma - proc_bind clause This was contributed by two Intel engineers -- Alexey Bataev and Alexander Musman and committed to clang-omp.github.com. * Alexey Bataev contributed support for usage of variable length arrays in openmp constructs. Again, the code committed to clang-omp.github.com. * Texas Instruments expressed strong interest in collaborating on advancing support of OpenMP 4 in clang / llvm....
2014 Oct 07
1
[LLVMdev] llvm.loop metadata placement and critical edge splitting
...metadata there. Regards, Alexander -----Original Message----- From: Tobias Grosser [mailto:tobias at grosser.es] Sent: Tuesday, October 07, 2014 11:22 AM To: Hal Finkel; Andrew Trick Cc: doerfert at cs.uni-saarland.de; zinovy nis; Arnold Schwaighofer; llvmdev at cs.uiuc.edu Dev; Bataev, Alexey; Musman, Alexander; Erik Schnetter Subject: Re: llvm.loop metadata placement and critical edge splitting On 06/10/2014 23:56, Hal Finkel wrote: > ----- Original Message ----- >> From: "Andrew Trick" <atrick at apple.com> >> To: "llvmdev at cs.uiuc.edu Dev" <llvm...