Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] AMD OpenCL Compiler Lead position"
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
2008 Oct 16
0
[LLVMdev] AMD LLVM compiler position
Hi,
AMD is currently looking for talented compiler engineers to work with LLVM
and this list seemed like a good place to let people know. Below is the job
description, please send me an email if you are interested.
Regards,
Ben
Compiler engineer
ATI is now part of the new AMD.
AMD and ATI have joined forces, combining AMD¹s technology leadership in
microprocessors with ATI¹s strengths in
2011 Aug 18
0
[LLVMdev] LLVM Compiler Engineer Position @ AMD
LLVM Compiler Engineers, OpenCL
We are currently looking for a software engineer as part of the core team developing the OpenCL, an open standard for heterogonous general purpose programming, compiler for multi-core CPU and many-core graphics systems.
We are looking to fill positions in the compiler where the candidate will be involved with the maintenance and development of code generation
2011 Mar 08
0
[LLVMdev] Full Time LLVM Compiler position
On Mar 3, 2011, at 4:07 PM, Villmow, Micah wrote:
> 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.
Hi Micah,
Job postings on this list are ok, but only if they are
2012 Jan 27
0
[LLVMdev] Summer 2012 Intern position @ AMD
GPU Compiler Intern, OpenCL Compiler Team
AMD is looking for an summer 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.
The intern will be tasked with helping develop OpenCL features or optimizations for AMD products using LLVM. Knowledge of LLVM or contribution to LLVM
2009 Aug 27
0
[LLVMdev] LLCM Compiler Job
Hi,
AMD is currently looking for talented compiler engineers to work with
LLVM
and this list seemed like a good place to let people know. Below is the
job
description, please send me an email if you are interested.
Regards,
Ben
Compiler engineer
We are currently looking for a software engineer as part of the core
team
developing OpenCL, a new open standard for heterogonous
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
2011 Mar 03
0
[LLVMdev] Summer Intern Position
GPU Compiler Intern, OpenCL Compiler Team
AMD is looking for an summer 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.
The intern will be tasked with helping develop optimization and/or code generation passes for AMD GPU's. Knowledge of LLVM or contribution to LLVM
2013 Apr 01
0
[LLVMdev] JOB: Compiler engineering positions @ AMD Sunnyvale, CA
1. Senior Compiler Engineer, Stream Compute Team - AMD, Sunnyvale, California
We are currently looking for a senior software engineer to join the core team developing our OpenCL compiler stack for multi-core CPU and many-core graphics systems. The selected candidate will be involved in all aspects feature development and maintenance, and will participate in performance tuning for new multi-core
2017 May 08
2
[OpenCL][AMDGPU] Using AMDGPU generated kernel code for OpenCL
Hello everyone
I was wondering, what the correct way of using an AMDGPU generated kernel
code for OpenCL was. I am trying to provide Polly's GPGPU Code generation
with the ability to run on different GPU devices, such as AMD GPUs.
For NVIDIA, I simply retrieve a pre-compiled PTX string from the NVPTX
backend and pass that to OpenCL's 'clCreateProgramWithBinary' function.
However,
2015 Sep 29
2
OpenCL toolset (for AMD GPU)
Hi LLVM,
I would like to compile OpenCL kernel for a specific AMD GPU target. Is it
possible with the current clang/LLVM?
I started by using `clang -x cl` but it looks like at least some OpenCL
specific headers are missing (e.g. uint2 is not recognized as a type).
Any links to documentation / tutorials very welcome. Thanks.
- Paweł
-------------- next part --------------
An HTML attachment was
2015 Sep 29
2
OpenCL toolset (for AMD GPU)
On 09/29/2015 04:19 PM, Tom Stellard via llvm-dev wrote:
> On Tue, Sep 29, 2015 at 01:20:57PM +0000, Paweł Bylica via llvm-dev wrote:
>> Hi LLVM,
>>
>> I would like to compile OpenCL kernel for a specific AMD GPU target. Is it
>> possible with the current clang/LLVM?
>>
>> I started by using `clang -x cl` but it looks like at least some OpenCL
>>
2011 Dec 13
0
[LLVMdev] AMD IL Code Generator Backend for OpenCL
On Dec 12, 2011, at 9:09 AM, Villmow, Micah wrote:
LLVM-IR that isn’t generated from AMD’s OpenCL frontend does not produce any AMDIL.
Is this because of the way metadata is handled? If so, will that technique be documented? Or can it be reasonably inferred from the source code?
Thanks,
Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Dec 12
3
[LLVMdev] AMD IL Code Generator Backend for OpenCL
I am proud to announce that AMD is Open Sourcing AMDIL Code Generator for LLVM 2.9. While this version is not for uptake into LLVM mainline, it does build and is compatible with LLVM 2.9.
This is the first step of the process, so I know there will be issues that show up. In the next few months, we will be providing more unit tests and an LLVM 3.0 compatible version, and finally a TOT version for
2011 Dec 13
2
[LLVMdev] AMD IL Code Generator Backend for OpenCL
We are working on getting the documentation cleaned up to the point where it can be released.
If you look at the test cases, you can infer what needs to be done. Basically since this is targeted
for OpenCL, we annotate OpenCL kernels slightly different than normal functions and that is
what causes the code to be generated. That being said, on my list of things to do is fix this so that
any
2011 Dec 13
0
[LLVMdev] AMD IL Code Generator Backend for OpenCL
Hi Micah, all,
On Dec 13, 2011, at 8:49 AM, Villmow, Micah wrote:
If you look at the test cases, you can infer what needs to be done. Basically since this is targeted
for OpenCL, we annotate OpenCL kernels slightly different than normal functions and that is
what causes the code to be generated. That being said, on my list of things to do is fix this so that
any function will be generated
2011 Aug 27
0
[LLVMdev] OpenCL Backend
On 08/27/2011 09:56 AM, Simon Moll wrote:
> Hi,
>
> as you come to speak of it, i have implemented an OpenCL-Backend for
> LLVM as part of my bachelor thesis (and for GLSlang as well, see
> http://www.cdl.uni-saarland.de/publications/theses/moll_bsc.pdf ).
> However, the code is currently unreleased. But that could be arranged,
> if you are interested in using it.
Hi Simon,
2011 Sep 14
7
[Bug 40888] New: Implementation of OpenCL on Nouveau
https://bugs.freedesktop.org/show_bug.cgi?id=40888
Summary: Implementation of OpenCL on Nouveau
Product: xorg
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy:
2011 Apr 15
0
[LLVMdev] AMD Developer position
This is slightly of main LLVM topic but I think many might be interested. We are currently recruiting for full time roles for a high-level programming model R&D position. The role is defined as follows:
Job Description: The Fusion System Software team is looking for an experienced researcher and software developer to develop high-level programming models for our new Fusion hardware
2011 Aug 27
1
[LLVMdev] OpenCL Backend
Hi Simon!
I'm too interested in your project. I'm creating something like.
[]'s
2011/8/27 Tobias Grosser <tobias at grosser.es>
> On 08/27/2011 09:56 AM, Simon Moll wrote:
> > Hi,
> >
> > as you come to speak of it, i have implemented an OpenCL-Backend for
> > LLVM as part of my bachelor thesis (and for GLSlang as well, see
> >