similar to: [LLVMdev] JOB: Compiler engineering positions @ AMD Sunnyvale, CA

Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] JOB: Compiler engineering positions @ AMD Sunnyvale, CA"

2011 Mar 04
2
[LLVMdev] Full Time LLVM Compiler position
Compiler Engineer, Stream Computing We are currently looking for a software engineer as part of the core team developing OpenCL, a new open standard for heterogonous general purpose programming, compilers for multi-core CPU and many-core graphics systems. The engineer will be involved in all aspects of OpenCL compiler features, development and maintenance and will participate in performance
2007 Mar 29
0
[LLVMdev] LLVM Job Opportunity at Apple
Hi Everyone, Just an FYI about a new opening at Apple: http://jobs.apple.com/index.ajs?BID=1&method=mExternal.showJob&RID=6441&CurrentPage=1 If you are interested, please submit your application on jobs.apple.com. Thanks! -Chris -- http://nondot.org/sabre/ http://llvm.org/
2007 May 01
0
[LLVMdev] LLVM-related job opportunity at Apple
Hi All, We are looking for excellent compiler backend (code generation) engineers. If you are interested, please contact me: http://jobs.apple.com/index.ajs? BID=1&method=mExternal.showJob&RID=7400&CurrentPage=1 Req #2970693 -Chris
2007 Dec 05
0
[LLVMdev] LLVM related position at Apple
LLVMers, If anyone is interested in the following position at Apple, please send your resume to me directly (lattner at apple.com). Thanks! -Tanya Position: Software Engineer Req number: 3157006 http://jobs.apple.com/index.ajs?BID=1&method=mExternal.showJob&RID=11814&CurrentPage=1 Description: Apple is currently seeking an engineer who is strongly motivated to build
2006 Nov 16
0
Job Opportunity - AMD Sunnyvale
To all: We have an opening for a recent graduate to work as a Statistical Programmer at Advanced Micro Devices (AMD) in Sunnyvale CA beginning January 2007. AMD is a global supplier of microprocessors and silicon-based solutions to the communications and computer industries. This position will support the development of statistical applications for engineering groups within AMD's technology
2011 Jul 09
0
[LLVMdev] LLVM position with MIPS, Sunnyvale, CA
MIPS Technologies has a new open position in its Sunnyvale, CA headquarters for an LLVM QA Engineer. This engineer will work on testing, QA, building, and benchmarking of the clang/llvm and gcc compilers. They will be responsible for generating test cases to augment already existing test suites, and to test features such as debugging. This engineer will get requirements from the compiler
2008 Aug 14
0
FreeBSD positions at Juniper Networks (Sunnyvale, CA and elsewhere)
My most recent search of FreeBSD-related positions at my employer (Juniper Networks in Sunnnyvale, California) turned up 19 hits: * 17 engineers * 2 IT * I Internships There were some others in other locations (e.g., Bangalore). Please see <https://careers.juniper.net/careers/careers.html> for additional details. Peac, david -- David H. Wolfskill david@catwhisker.org I submit that
2013 Mar 26
0
[LLVMdev] LLVM position in Sunnyvale, CA, remote work is a possibility
Hi My name is Mark Chen and I'm with Triple Crown Consulting. My company is currently looking for a software engineer with LLVM development experience. Job description is below. Please contact me if anyone is interested in this job opportunity. This position is in the Hardware Accelerator Synthesis software team participating in development of a custom C to RTL synthesis
2010 Oct 27
0
Sr. SysAdmin position availble at Juniper Networks, Sunnyvale
NOTE: The position is within the IT organization at Juniper, of which I am not a part. I do not have first-hand knowledge of the working conditions, and cannot speak to that with authority. I would, however, encourage anyone intending to express interest to ask about anything that might be a concern -- preferably during the interview process. My bias would be to favor someone who wishes to
2017 Sep 25
0
GPU Compiler Engineering Opportunities at AMD
Hi Folks, At AMD we are growing our ROCm ( https://rocm.github.io/index.html) compiler team. The compiler is built on the llvm compiler foundation, and it supports OpenCL, HCC C++ and HIP for application portability. We are considering all qualified applicants regardless of the experience level. Requirements are: Strong background in compilers. Strong C/C++ programming skills.
2014 Nov 18
1
EOL dates information about syslinux versions
Hi, Please provide EOL information on older version. It will be useful with respect to security. Thanks & Regards, Dhiraj
2017 Apr 08
2
Search Algorithm Used for Keyword Search
Dear Sir, I'm doing a literature survey on search engines. As Xapian is open source, I think I can get the information required by me.  I assume that your system builds a list of keywords and tags to every keyword the documents where it can be found. My questions are as follows: 1. What is the search algorithm used for searching the list of keywords that your search engine has?. Is it the
2007 Dec 04
0
Open Source Job Opportunities
Open Source Job Opportunities Cisco is hiring Open Source engineering professionals in San Jose, California, Research Triangle Park, North Carolina and Richardson, Texas. Join the group that will change the way Cisco develops software. Be part of the Cisco organization that is driving the evolution and expansion into new technology areas and market segments. This group is responsible for
2007 Dec 17
0
Open Source Job Openings at Cisco
Cisco is definitely hiring Open Source professionals. Please contact me if you are looking for a new job opportunity. Regards, Brent - Cisco recruiter breroger@cisco.com Open Source Job Opportunities Cisco is hiring Open Source engineering professionals in San Jose, California, Research Triangle Park, North Carolina and Richardson, Texas. Join the group that will change the way Cisco
2009 Feb 02
2
[LLVMdev] 16 bit to 32 bit conversion
It seems that LLVM is converting all the 16 bit ints into 32 bit ints. Is there a way I can tell LLVM that 16 bit ints are valid and legal and not to do any conversions on them? Thanks, Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. S1-609 One AMD Place Sunnyvale, CA. 94085 P: 408-749-3966 -------------- next part
2009 Mar 07
2
[LLVMdev] Load with null memory operand?
How do I match against this instruction? 01ABDA58: i64,ch = load 01ABD948, 01ABD8C0, 01AB1350 <null:0> This is the first time I've seen NULL in the memory operand location. Any idea on how this could be mapped with tablegen correctly? Thanks, Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. S1-609 One AMD Place Sunnyvale,
2009 Mar 11
3
[LLVMdev] Stack overflow in Legalize Op
I'm hitting an issue where legalizeOp is overflowing the stack. Are there any recommended ways of getting around this? The bitcode that causes this issue is attached. Thanks, Micah Villmow Systems Engineer Advanced Technology & Performance Advanced Micro Devices Inc. S1-609 One AMD Place Sunnyvale, CA. 94085 P: 408-749-3966 -------------- next part -------------- An
2009 Jan 29
1
[LLVMdev] LowerArguments vs LowerFORMAL_ARGUMENTS
What is the difference between these two functions? The header file for TargetLowering class says that LowerArguments must be implemented, but only the Sparc and IA64 backends implement them. X86, PowerPC and CellSPU implement LowerFORMAL_ARGUMENTS, but I can find a setOperationAction that states that they should be lowered. Can someone please explain this for me? Thanks, Micah Villmow
2009 Feb 02
0
[LLVMdev] 16 bit to 32 bit conversion
Are you marking i16 a legal type? In XXISelLowering.cpp, you should assign it a register class. e.g. addRegisterClass(MVT::i16, XX::i16RegisterClass) Evan On Feb 2, 2009, at 12:19 PM, Villmow, Micah wrote: > It seems that LLVM is converting all the 16 bit ints into 32 bit > ints. Is there a way I can tell LLVM that 16 bit ints are valid and > legal and not to do any conversions
2009 Feb 05
1
[LLVMdev] CallingConv
Currently with my understanding of using callingconv.td I still need to lower three functions, FORMAL_ARGUMENTS, CALL, and RET. Is there any known way to have LLVM automagically generate code from tablegen without having to custom lower these functions? The reasoning for this is that all registers are virtual in my backend and I have specified for llvm to use it's generic dynamic stack