search for: galliumcomput

Displaying 11 results from an estimated 11 matches for "galliumcomput".

Did you mean: galliumcompute
2012 May 28
3
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...In the future we will use it for compute > shaders on radensi too. > > In order to use the backend for graphics on r600g, you need to build > Mesa with the --enable-r600-llvm-compiler option. For compute the > installation instructions are here: > http://dri.freedesktop.org/wiki/GalliumCompute > > We're working hard to get everything upstream into LLVM to so we can > have compute shaders working out of the box, so our users don't need to > manually apply patches. Okay, so there is no way to use the backend to produce loadable compute kernels for the proprietary driv...
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...our radeonsi (HD7xxx GPUs). In the future we will use it for compute shaders on radensi too. In order to use the backend for graphics on r600g, you need to build Mesa with the --enable-r600-llvm-compiler option. For compute the installation instructions are here: http://dri.freedesktop.org/wiki/GalliumCompute We're working hard to get everything upstream into LLVM to so we can have compute shaders working out of the box, so our users don't need to manually apply patches. Let me know if you have any other questions. -Tom [1] http://www.mesa3d.org/ > On Tue, Apr 24, 2012 at 2:52 PM, Tom S...
2012 May 29
2
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...ders on radensi too. > > > > > > In order to use the backend for graphics on r600g, you need to build > > > Mesa with the --enable-r600-llvm-compiler option. For compute the > > > installation instructions are here: > > > http://dri.freedesktop.org/wiki/GalliumCompute > > > > > > We're working hard to get everything upstream into LLVM to so we can > > > have compute shaders working out of the box, so our users don't need > > > to manually apply patches. > > > > Okay, so there is no way to use the backend t...
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...for compute > > shaders on radensi too. > > > > In order to use the backend for graphics on r600g, you need to build > > Mesa with the --enable-r600-llvm-compiler option. For compute the > > installation instructions are here: > > http://dri.freedesktop.org/wiki/GalliumCompute > > > > We're working hard to get everything upstream into LLVM to so we can > > have compute shaders working out of the box, so our users don't need to > > manually apply patches. > > Okay, so there is no way to use the backend to produce loadable compute &g...
2012 Jun 04
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...> > > > > > > In order to use the backend for graphics on r600g, you need to build > > > > Mesa with the --enable-r600-llvm-compiler option. For compute the > > > > installation instructions are here: > > > > http://dri.freedesktop.org/wiki/GalliumCompute > > > > > > > > We're working hard to get everything upstream into LLVM to so we can > > > > have compute shaders working out of the box, so our users don't need > > > > to manually apply patches. > > > > > > Okay, so there...
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 >>
2012 May 25
3
[LLVMdev] RFC: R600, a new backend for AMD GPUs
Hi Tom, I have a higher-level question regarding this back-end. If I have an LLVM IR module and run it through this back-end, it seems like the only output option is a binary format. Is this a device binary, or another intermediate format? If the input LLVM IR module was a compute kernel, how would I go about executing it on an AMD GPU? Can I use the APP SDK to load the binary, perhaps
2012 Jul 23
0
[LLVMdev] RFC: Staging area proposal for new backends
...ementation. While this isn't really a substitute for tests in the LLVM test suite, if you have the hardware and are comfortable compiling your Mesa from source then it is relatively easy to verify on real hardware. [1] http://cgit.freedesktop.org/mesa/mesa/ [2] http://dri.freedesktop.org/wiki/GalliumCompute#How_to_Install [3] http://cgit.freedesktop.org/piglit -Tom
2012 Jul 23
2
[LLVMdev] RFC: Staging area proposal for new backends
On Sat, Jul 21, 2012 at 8:08 PM, Chris Lattner <clattner at apple.com> wrote: > On Jul 20, 2012, at 8:51 AM, Tom Stellard wrote: > > The goals of the staging area will be: > > 1. Facilitate communication between the LLVM project and backend > > developers > > 2. Ensure that new backends meet LLVM standards > > 3. Give the backend more exposure to
2013 Apr 23
0
[LLVMdev] GSoC proposal: TGSI compiler back-end.
...to get developer feedback early. I would encourage you to continue to submit drafts up until the deadline to maximize the input you get from LLVM developers. -Tom > - Contact information > > Francisco Jerez <currojerez at riseup.net> > > [1] http://www.x.org/wiki/XorgEVoC/GalliumCompute > [2] https://github.com/curro/llvm > [3] http://cgit.freedesktop.org/piglit > [4] http://cgit.freedesktop.org/~tstellar/opencl-example > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu &g...
2013 Apr 23
2
[LLVMdev] GSoC proposal: TGSI compiler back-end.
Francisco Jerez <currojerez at riseup.net> writes: >[...] > Pity not to see any interest in this since I brought up the idea two > weeks ago. I've uploaded a first attempt at writing a TGSI back-end > here [2]. It's able to generate code -- though only in assembly form > and with many loose ends still. > > Also, would it be possible for Tom Stellard