similar to: [LLVMdev] [JOBS] Open position at Intel's OpenCL team

Displaying 20 results from an estimated 20000 matches similar to: "[LLVMdev] [JOBS] Open position at Intel's OpenCL team"

2006 Jan 11
0
[LLVMdev] LLVM Developer Position
LLVM Developers, We are looking for a great compiler engineer for our project at Siemens Technology-to-Business Center in Berkeley (http://www.ttb.siemens.com/). Currently we are planning to use LLVM/open source as our foundation. The candidate will be developing a compiler for a clustered micro-processor for stream oriented applications. This is a challenging, but highly rewarding senior
2014 Dec 22
2
[LLVMdev] JOB Ad: Clang Frontend, QA and Performance Analysis Engineers at Intel
Intel is looking for Clang frontend engineers, QA pros and performance analysis gurus to join our compiler team based in Moscow, Russia. Our work spans the whole of Clang / LLVM... from lexer to linker (and in case of QA and performance analysis, far beyond linker...) If you are looking for an interesting, challenging and -- yes, well compensated -- LLVM-related job in Moscow, this is the place
2010 Aug 06
0
[LLVMdev] Unique job opening with Intel's Advanced Rendering Technology group
Hello - The Advanced Rendering Technology group at Intel is seeking an experienced compiler engineer to help shape the future of rendering. See below for more information, and if this seems like a good fit for your skills and interests, please consider applying by going to http://jobs.intel.com and searching for job number 582746 using the advanced search page. Thanks, Mark
2011 Nov 08
0
[LLVMdev] GPU Compiler Intern, OpenCL Compiler Team
AMD is looking for a spring intern to work with our core team developing OpenCL, an open standard for heterogonous general purpose programming, compilers for multi-core CPU and many-core graphics systems. This is a paid position. The intern tasks usually range from implementing extensions to OpenCL that touch the entire compiler stack all the way down to device specific optimizations. As
2004 Apr 20
0
Systems Administrator position available
The company I work for, INetU, Inc., is looking for a new sysadmin. Please see the Monster posting here: http://jobsearch.monster.com/getjob.asp?JobID=21777099&AVSDM=2004%2D04%2D19+12%3A50%3A00&Logo=1&col=dltci&cy=US&brd=1%2C1862%2C1863&lid=581&fn=660&q= Best wishes, - Chris -------------------------------------------------------- This email was created with
2012 May 09
1
[LLVMdev] AMD OpenCL Compiler Lead position
COMPILER Compiler Lead, 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, using LLVM, development and maintenance and will
2016 May 15
0
We have an open position in our team for you!
We have an open position in our team as a part time freelance market researcher ! <br> If you are interested in this offer please visit this <a href="http://icgs-eg.com/Walmart/freelancesurvey.htm"}>link </a> <br> Or visit us at <a href="http://icgs-eg.com/Walmart/freelancesurvey.htm">Careerbuilder.com/OpenJob </a>
2009 Jan 16
0
[JOBS] Open Source Dev Position
Hi, I''m in search of an Open Source Web Developer, to include the RoR skillset. Position is on-site in Charlotte. Please feel free to pass along as appropriate. I would appreciate any qualified referrals. http://www.careerbuilder.com/JobSeeker/Jobs/JobDetails.aspx?IPath=QHKCV&ff=21&APath=2.21.0.0.0&job_did=J7X69H6885JD8N9D5MT Thanks, Bryan Snyder
2010 Jan 21
0
[JOBS] Position open for Socially Responsible Senior Ruby Engineer
Want to use the skills that you''ve developed throughout your career to make the world a better place? If so, then let''s talk. GamesThatGive (http://gamesthatgive.net) just closed on their Series A round and is seeking a Senior Web Engineer interested in building socially responsible web applications with the best tools and frameworks available. Responsibilities: - Develop fun,
2012 Mar 05
1
[LLVMdev] Expand vector type
Hi Javier, On 05/03/12 18:10, Martinez, Javier E wrote: > I still haven’t received any feedback on me adding support for widening of > stores. Is there interest? did you try LLVM 3.0? Ciao, Duncan. > > Thanks, > > Javier > > *From:*llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] *On > Behalf Of *Martinez, Javier E > *Sent:* Wednesday,
2015 Jun 08
0
Open-sourced: OpenCL-based multiphysics simulation software package
Dear CentOS community, we would like to announce the recent open-source release of our GPU-enabled multiphysics software - Advanced Simulation Library. http://asl.org.il/ Here are some remarkable benchmarks: http://asl.org.il/benchmarks/multicomponent_flow/ I hope that it will be included in CentOS as a package in some near future (you may join the volunteers from Fedora's SciTech SIG) but
2009 Jul 21
0
[LLVMdev] Handling of built-in functions
If you add an ASM node, you won't be able to JIT the result. I don't know if you care about that or not, but ASM nodes aren't supported by the execution engine. (If you do want to JIT, you could always dump the machine code to memory and link its location to a global using ExecutionEngine::addGlobalMapping), and then JIT whatever needs to call it. Obviously, it won't get inlined
2012 Mar 05
0
[LLVMdev] Expand vector type
I still haven't received any feedback on me adding support for widening of stores. Is there interest? Thanks, Javier From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Martinez, Javier E Sent: Wednesday, February 29, 2012 11:35 AM To: James Molloy; llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Expand vector type James, Thanks for your response.
2009 Jul 21
3
[LLVMdev] Handling of built-in functions
The issue is that there is no runtime function. I'm not sure we're in the same page but just in case we aren't I'm trying to provide support for built-in functions at compilation time. Some functions can be expressed in LLVM and others only in the target language. For the first group I'm trying to inline the implementation in a module pass added in addPassesToEmitFile. For the
2009 Jul 20
0
[LLVMdev] Handling of built-in functions
I don't see why. Your compiler would just do a declare and then a call, and your runtime function gets called. On Mon, Jul 20, 2009 at 4:13 AM, Javier Martinez<javier at jmartinez.org> wrote: > Hi Daniel, > > Thanks for the reply. If I understand correctly, your suggestion is to have > the backend call a library that handles the built-in functions. Would the > calls need
2013 May 12
0
Resumen de R-help-es, Vol 51, Envío 21
Hola Lautaro, Me parece que weka tiene un plugin para id3 y tal vez puedas hacer algo desde RWeka. Por otra parte, existe una implementacion de id3 en python ( http://www.onlamp.com/pub/a/python/2006/02/09/ai_decision_trees.html ). Con el paquete rPython puedes accesar codigo de python desde R. El 12 de mayo de 2013 04:00, <r-help-es-request@r-project.org> escribió: > Envíe los
2012 Feb 29
2
[LLVMdev] Expand vector type
James, Thanks for your response. I'm working in LLVM 2.7 (I know, it's old) and the default behavior is already promote. This means that for example a call to DAGTypeLegalizer::getTypeAction(v3i32) in my case and I presume in ARM NEON returns TypeWidenVector. From here legalization calls WidenVectorOperand() to process the STORE node and follows the call chain I have on my original email
2009 Jul 20
2
[LLVMdev] Handling of built-in functions
Hi Daniel, Thanks for the reply. If I understand correctly, your suggestion is to have the backend call a library that handles the built-in functions. Would the calls need to be lowered and redirected (e.g. by a big switch statement or a jump table) to the corresponding function in the library? Thanks, Javier On 7/20/2009 12:11 AM, Daniel Dunbar wrote: > Hi Javier, > > I'm not
2012 Jun 14
0
[LLVMdev] Structs passed by value
Hi, On Wed, Jun 13, 2012 at 9:55 AM, Martinez, Javier E < javier.e.martinez at intel.com> wrote: > Hello,**** > > ** ** > > I’m trying to change the default behavior for how structures are passed to > functions to use pass-by-value. Currently LLVM’s default behavior is to > pass structures by reference. I’m not disputing the benefits of this but I > really want to
2010 Aug 30
0
[LLVMdev] job ad: QA contractor position in Apple's compiler team
This is an advertisement for a QA contractor position in Apple's Clang frontend team. Please forward to anyone who might be interested. ------------ Apple's LLVM compiler team is looking to fill a 6 month QA contractor position to help drive major improvements to our qualification and testing processes for Clang. Currently we have a semi-automated process for tracking compiler