search for: leidel

Displaying 19 results from an estimated 19 matches for "leidel".

Did you mean: leiden
2015 Jan 11
2
[LLVMdev] Backend Tablegen Instruction Definition
...-20} = 0b000000000000; let Inst{19-15} = 0b00000; let Inst{14-12} = 0b010; let Inst{11- 7} = dst; let Inst{6 - 0} = 0b1110011; } However, the compilation fails with the follow: llvm[3]: Building RISCV.td instruction information with tblgen llvm-tblgen: /home/jleidel/dev/working/jleidel-riscv-llvm/riscv-trunk/utils/TableGen/CodeGenDAGPatterns.cpp:161 ode::ApplyTypeConstraints(llvm::TreePattern &, bool): Assertion `getNumChildren() >= 2 && "Missing RHS of a set Does the codegen permit me to write instruction definitions manually in this mann...
2017 Aug 18
2
RFC/bikeshedding: Separation of instruction and pattern definitions in LLVM backends
I agree with David's sentiment. The second method appears to be easier to follow. IMHO, this would be easier for external users that desire to modify the backend for their own custom extensions/instructions. On Fri, Aug 18, 2017 at 5:05 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk > wrote: > On 18 Aug 2017, at 10:55, Alex Bradbury <asb at asbradbury.org> wrote: >
2015 Nov 13
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
----- Original Message ----- > From: "Sebastian Pop" <spop at codeaurora.org> > To: "James H Cownie" <james.h.cownie at intel.com> > Cc: "Hal Finkel" <hfinkel at anl.gov>, "John Leidel (jleidel)" <jleidel at micron.com>, "LLVM Dev" > <llvm-dev at lists.llvm.org>, "cfe-dev" <cfe-dev at lists.llvm.org>, "Viet Ngo" <ngo at coherentlogix.com> > Sent: Thursday, November 12, 2015 9:39:10 AM > Subject: Re: [cfe-dev] [Op...
2015 Nov 12
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
...gt; > SSG/DPD/TCAR (Technical Computing, Analyzers and Runtimes) > Tel: +44 117 9071438 > > -----Original Message----- > From: Openmp-dev [mailto:openmp-dev-bounces at lists.llvm.org] On Behalf Of Hal Finkel via Openmp-dev > Sent: Wednesday, November 11, 2015 7:27 AM > To: John Leidel (jleidel) > Cc: LLVM Dev; Sebastian Pop; Viet Ngo; cfe-dev; openmp-dev > Subject: Re: [Openmp-dev] [llvm-dev] LLVM Social in Austin - Nov. 15? > > Hi everyone, > > There seems to be a good level of interest in this; so we should settle on a time and location. It has been pointed o...
2016 May 18
2
Automake Assembler Assumptions with LLVM-MC
...personal opinion is the user should fall back to using the compiler frontend to build their assembly options, but this is a valid question nonetheless. Thoughts? Automake documentation on this topic is here: https://www.gnu.org/software/automake/manual/html_node/Assembly-Support.html - John D. Leidel
2015 Nov 11
2
LLVM Social in Austin - Nov. 15?
...us some unknown number of others -- some fraction of whom are from out of town). BB Rovers seems to be 18 minutes by car from the convention center, so that could work if we can arrange rides and/or taxis are reasonable. Ideas? Thanks again, Hal ----- Original Message ----- > From: "John Leidel (jleidel)" <jleidel at micron.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org>, "cfe-dev" <cfe-dev at lists.llvm.org>, "openmp-dev" > <openmp-dev at lists.llvm.org>, "S...
2015 Nov 14
2
[cfe-dev] [Openmp-dev] LLVM Social in Austin - Nov. 15?
...ot; <spop at codeaurora.org<mailto:spop at codeaurora.org>> > > To: "James H Cownie" <james.h.cownie at intel.com<mailto:james.h.cownie at intel.com>> > > Cc: "Hal Finkel" <hfinkel at anl.gov<mailto:hfinkel at anl.gov>>, "John Leidel (jleidel)" > > <jleidel at micron.com<mailto:jleidel at micron.com>>, "LLVM Dev" > > <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>>, "cfe-dev" <cfe-dev at lists.llvm.org<mailto:cfe-dev at lists.llvm.org>>, &gt...
2014 Jan 07
2
[LLVMdev] Build/Install of LLVM without root access
...ds page? I understand the layout produced by the svn actions, but if I have just the tarballs, do I simply replace "svn co" with "tar -xvzf" in the sequence? How do the names of the tarballs map to the names of the svn projects? -- Bryan -----Original Message----- From: John Leidel (jleidel) [mailto:jleidel at micron.com] Sent: Tuesday, January 07, 2014 11:51 AM To: Bryan Ewbank Cc: Renato Golin; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Build/Install of LLVM without root access Bryan, you'll first need to decide which packages are relevant. If you would like to bu...
2014 Aug 11
2
[LLVMdev] [RFC] OpenMP offload infrastructure
Hi John, Thank you for the comments. I am addressing some of them bellow. Regards, Samuel 2014-08-11 9:36 GMT-04:00 John Leidel (jleidel) <jleidel at micron.com>: > Sergey [et.al], thanks for putting this proposal together. Overall, this > looks like a pretty solid approach to providing relatively hardware > agnostic omp target functionality. I had several comments/questions as > summarized below: >...
2014 Jan 07
2
[LLVMdev] Build/Install of LLVM without root access
I am using the source distribution, and the first puzzle is that it doesn't seem to match with the installation instructions from svn. E.g., svn talks about llvm, cfe, compiler-rt, etc; however, the source is in many differently named *.tar.gz files: clang-3.4.src.tar.gz libcxx-3.4.src.tar.gz polly-3.4.src.tar.gz clang-tools-extra-3.4.src.tar.gz lld-3.4.src.tar.gz
2017 Aug 21
3
RFC/bikeshedding: Separation of instruction and pattern definitions in LLVM backends
On 21 August 2017 at 11:53, Daniel Sanders <daniel_l_sanders at apple.com> wrote: > One thing to be aware of with this is that (IIRC) tablegen uses the pattern to infer things about the pattern. One example I vaguely remember is that an empty pattern would result in the same effect as hasSideEffects=1 and I think there were others. Thanks for the note - excellent point. Looking at
2015 Oct 20
3
LLVM Social in Austin - Nov. 15?
Hello again, Because the LLVM in HPC workshop will be in Austin on Nov. 15th (http://llvm-hpc2-workshop.github.io/), we'll have an anomalously-high density of LLVM developers in Austin that day. I think it would be a great evening to have an LLVM social! I'm not familair with the Austin area, but I've cc'd some folks who are (or at least were) in Austin, so hopefully we can get
2020 Sep 08
1
LLVM-HPC2020 Workshop at SC20 - Call for papers - Deadline Extended
...talk summaries will not be included in the proceedings. > > Organizers: > > Hal Finkel, Argonne National Laboratory, hfinkel at anl.gov > Alexis Perry-Holby, Los Alamos National Laboratory, aperry at lanl.gov > James Brodman, Intel Corporation, james.brodman at intel.com > John Leidel, Tactical Computing Laboratories, jleidel at tactcomplabs.com > > Program Committee: > > Richard Barton, ARM > Sunita Chandrasekaran, University of Delaware > Camille Coti, University of Paris XIII / University of Oregon > Christian Delozier, U.S. Naval Academy > Tobias Gros...
2016 Mar 22
0
LLVM Dallas/Fort Worth Social
...ong the I-75 corridor, we plan to meet out in the burbs’. Details: When: Thursday March 24 @ 5:00PM CDT Where: The Lion & Crown Pub; 932 Garden Park Dr, Allen, TX 75013 The Lion & Crown Pub is in the Watters Creek complex on the SW corner of I-75 and Bethany Dr. in Allen, TX - John D. Leidel
2015 Nov 14
2
Adapting and open-sourcing PGI's Fortran frontend for LLVM
----- Original Message ----- > From: "Alex Bradbury" <asb at asbradbury.org> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org>, "flang-dev" <flang-dev at googlegroups.com>, "Rob Neely" <neely4 at llnl.gov>, > "douglas miles (PGI)" <douglas.miles at
2016 May 19
4
Automake Assembler Assumptions with LLVM-MC
On Wed, May 18, 2016 at 01:10:50PM +0000, Daniel Sanders via llvm-dev wrote: > It's my understanding that llvm-mc is intended to be a testing tool > for LLVM developers rather than an assembler for end users. Users > should be assembling with clang. Not all LLVM users are clang users. For example, we're using LLVM to build OpenVMS cross-compilers to x86 for our porting effort.
2014 Aug 08
4
[LLVMdev] [RFC] OpenMP offload infrastructure
Hello everybody! I would like to present a proposal for implementation of OpenMP offloading in LLVM. It was created by a list of authors and covers the runtime part at most and at a very high level. I believe it will be good to have input from community at this early stage before moving deeper in details. The driver part is intentionally not touched, since we have no clear vision on how one can
2015 Mar 26
4
[LLVMdev] LLNL wants one of you (as an HPC compiler and tool developer)
Hi everyone, Colleagues of mine at Lawrence Livermore National Laboratory (LLNL), having seen the advantages of working closely with LLVM, have decided to toss their hat into the ring and would like to hire an LLVM-focused compiler engineer. I collaborate with LLNL regularly, and I'm excited that they're taking this step. I expect that a qualified applicant will find this position both
2015 Apr 30
17
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
All, I'd like to resurrect the discussion on replacing libgomp with libiomp as the default OpenMP runtime library linked with -fopenmp. For reference, the previous discussion is accessible there: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140217/thread.html#99461 We are very close to getting *full* OpenMP 3.1 specification supported in clang (only one (!) clause is not