On Mon, 21 Jun 2010 16:32:48 -0400
Andrew Lutomirski wrote:
> On Sun, Jun 20, 2010 at 11:29 AM, Andrew Lutomirski wrote:
> > On Fri, Jun 18, 2010 at 4:04 PM, Jesse Barnes
> > wrote:
> >> On Thu, 17 Jun 2010 19:44:10 -0700
> >> Jesse Barnes wrote:
> >>
> >>> On Fri, 18 Jun 2010 02:20:23 +0200
On Wed, 23 Jun 2010 00:14:39 -0700, Gregory Diamos
wrote:
> 1. Is there an interface for writing directly to the GPU ring buffer
> that is exposed by the driver? If not, would it be straightforward to
> add such an interface?
Take a look at 'drm' in the mesa git repository; that contains a l
Hi Gregory,
I think most of your questions can be answered by reading the [interface]
design document for GEM - the Graphics Execution Manager.
http://lwn.net/Articles/283798/
That will give you a better idea of the separation of the execution and
memory management which is performed by the kern
Hi,
My name is Gregory Diamos. I am a PhD student at the Georgia Institute
of Technology currently working on compiler backends for performing
general purpose computation on GPU architectures. My research group at
Georgia Tech (CASL) group develops and maintains the Ocelot backend
compiler