similar to: [LLVMdev] Cray is Hiring!

Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] Cray is Hiring!"

2008 Aug 29
0
[LLVMdev] Cray is Hiring!
Hello, just for curiosity. Would you hire foreign developer (currently not in US) ?> Hi all,>>Wanted to let you know about some compiler work opportunities here at Cray.>We're pushing LLVM in all sorts of interesting ways and there's lots of work>inside and outside of LLVM to keep us all busy.>>Please let me know if you are interested.
2009 Jul 08
0
[LLVMdev] Cray is Hiring!
Hi, David, Is the LLVM-based back end you have been working on for the Cascade system used by this or any other Cray installations? Is the XT5 related to Cascade in any way? Thanks, --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Jul 8, 2009, at 3:59 PM, David Greene wrote: > Hey compiler peeps, > > Cray is
2010 May 25
0
[LLVMdev] Cray is Hiring!
Cray is hiring! Cray is looking for talented and motivated engineers to help develop compilers and other programming tools for state-of-the-art supercomputing platforms. Cray is a leader in designing and implementing supercomputers using future custom and commodity architectures. As system complexity grows, programming tools are a critical part of the Cray ecosystem to provide excellent
2008 Aug 27
0
[LLVMdev] Cray is Hiring!
In compilers? You are lucky if they pay you On Wed, Aug 27, 2008 at 12:55 PM, Julio <julio.martin.hidalgo at gmail.com> wrote: > Hello, just for curiosity (I'm just finishing my degree), how much salary > earn people in the field of compilers? > > > > 2008/8/27 Daniel M Gessel <gessel at apple.com> >> >> Hi, >> >> Just wondering, is Cray
2009 Jul 08
4
[LLVMdev] Cray is Hiring!
Hey compiler peeps, Cray is ramping up a number of exciting projects and we're looking for new hires. Obviously parallelism has been our core focus, but the challenges of manycore and accelerator technology are presenting new twists requiring us to bring new solutions to bear. After the successful launch of the Jaguar machine (the fastest for open science,
2009 Jul 09
2
[LLVMdev] Cray is Hiring!
On Wednesday 08 July 2009 16:58, Vikram S. Adve wrote: > Hi, David, > > Is the LLVM-based back end you have been working on for the Cascade > system used by this or any other Cray installations? Is the XT5 > related to Cascade in any way? Thanks, Yes, the LLVM backend is used in the Cray compiler on the XT5. Thus LLVM is compiling code that runs on over 180,000 cores. Pretty
2008 Aug 27
3
[LLVMdev] Cray is Hiring!
Hello, just for curiosity (I'm just finishing my degree), how much salary earn people in the field of compilers? 2008/8/27 Daniel M Gessel <gessel at apple.com> > Hi, > > Just wondering, is Cray still active on Chapel? Any timeframe to a > public release? > > Thanks, > > Dan > > On Aug 26, 2008, at 6:00 PM, David Greene wrote: > > > Hi all, >
2008 Aug 27
0
[LLVMdev] Cray is Hiring!
Hi, Just wondering, is Cray still active on Chapel? Any timeframe to a public release? Thanks, Dan On Aug 26, 2008, at 6:00 PM, David Greene wrote: > Hi all, > > Wanted to let you know about some compiler work opportunities here > at Cray. > We're pushing LLVM in all sorts of interesting ways and there's lots > of work > inside and outside of LLVM to keep us
2009 Jul 09
0
[LLVMdev] Cray is Hiring!
Hi, David Greene wrote: > After the successful launch of the Jaguar machine (the fastest for > open science, http://www.cray.com/Products/XT/Product/ORNLJaguar.aspx) > we're working toward the next leap in computational power. > Slight off-topic, but when I try to open the above link in Firefox 3 I get a big fat "Reported Attack Site! This web site at www.cray.com has been
2009 Jul 09
1
[LLVMdev] Cray is Hiring!
I got those warnings today (and stopped browsing) but not the first time David sent the message so I suspect the site got infected very recently. --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve On Jul 9, 2009, at 3:19 PM, Paul Melis wrote: > Hi, > > David Greene wrote: >> After the successful launch of the
2008 Aug 26
2
[LLVMdev] Cray is Hiring!
Hi all, Wanted to let you know about some compiler work opportunities here at Cray. We're pushing LLVM in all sorts of interesting ways and there's lots of work inside and outside of LLVM to keep us all busy. Please let me know if you are interested. -Dave Software Engineer II- Code Generation: Cray Inc, is looking for a JR
2005 Jan 22
0
[LLVMdev] making cygwin nightly builds available?
Hi Anton, You're already a part of the llvm development team by participating actively on the llvm development list :) If you wish we can put you on: http://llvm.cs.uiuc.edu/Developers.html Great to have you on the team, welcome! We (Jeff, Morten, Paolo, the rest of the team and I) are looking forward to cooperate with you and to push win32 and mingw versions even further to stable and
2010 Jan 05
0
[JOBS] WorkBeast is Hiring!!!!
Do you like using recruiters to find jobs or hire? We don’t like it either. WorkBeast has created a business model that uses technology to change how people hire, and vastly improves the process. Consultants will earn more money through our site. Companies will find better people, easier, faster and cheaper. Most importantly we eliminate the need for recruiters entirely. We are currently looking
2012 Oct 04
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
How can a frontend tell LLVM to put a function argument on stack/register/etc? On Thu, Oct 4, 2012 at 5:08 PM, Anton Korobeynikov <asl at math.spbu.ru> wrote: >> Ah, got it. >> Sounds like we might need to introduce CC_X86_Win32_MSVC_ThisCall then?.. > No, we should not. It should be properly expanded in frontend. > > -- > With best regards, Anton Korobeynikov >
2007 Oct 01
1
[LLVMdev] Vector troubles
I tried to ask for 32 and that didn't seem to help. MallocInst also seemed to ignore the 16 byte directive. For now, I'm just issuing all my loads as unaligned and that's working ok. Thanks, Chuck. -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Evan Cheng Sent: Monday, October 01, 2007 10:35 AM To: asl at
2007 Sep 28
5
[LLVMdev] Vector troubles
Chuck, > It is dying trying to store a our working vector into one of the LLVM > vectors created on the stack. Despite the align-16 directive on the > alloca instruction, it is not always aligning to a 16-byte boundary. The stack is not necessary 16 bytes aligned on linux/windows. The vector is really sotred aligned relative to %esp, but %esp value is not good. This is known problem
2007 May 04
2
[LLVMdev] LLVM-GCC Source Updated?
Hello, Bill. > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > source server lately? No. It's still at rev 319 (as of 29.04). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Sep 05
2
[LLVMdev] Exception Problems
Bill, > When I try to compile on Darwin now, I get this: Could you please provide LLVM bytecode, where bug is reproducible with llc? -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2008 Jun 06
2
[LLVMdev] [patch] add support for PIC on linux x86-64
Hello, Rafael > With this patch I was able to bootstrap gcc in linux x86-64 with > shared libraries enabled :-) Awesome! But... -ENOPATCH :( -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2012 Oct 04
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
> Ah, got it. > Sounds like we might need to introduce CC_X86_Win32_MSVC_ThisCall then?.. No, we should not. It should be properly expanded in frontend. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University