Displaying 6 results from an estimated 6 matches for "radensi".
Did you mean:
radeonsi
2012 May 28
3
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...d into the driver, so you don't need to compile
> shaders offline. Currently we are using the backend for graphics and
> compute shaders in our r600g driver (HD2xxx-HD6xxx GPUs) and for graphics
> in 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...
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...backend is integrated into the driver, so you don't need to compile
shaders offline. Currently we are using the backend for graphics and
compute shaders in our r600g driver (HD2xxx-HD6xxx GPUs) and for graphics
in 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...
2012 May 29
2
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...> > need to compile shaders offline. Currently we are using the backend
> > > for graphics and compute shaders in our r600g driver (HD2xxx-HD6xxx
> > > GPUs) and for graphics in 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...
2012 May 28
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...o you don't need to compile
> > shaders offline. Currently we are using the backend for graphics and
> > compute shaders in our r600g driver (HD2xxx-HD6xxx GPUs) and for graphics
> > in 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...
2012 Jun 04
0
[LLVMdev] RFC: R600, a new backend for AMD GPUs
...to compile shaders offline. Currently we are using the backend
> > > > for graphics and compute shaders in our r600g driver (HD2xxx-HD6xxx
> > > > GPUs) and for graphics in 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...
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