[Beignet] [PATCH 2/2] Add aub dump support

Zhenyu Wang zhenyuw at linux.intel.com
Thu Dec 25 00:19:45 PST 2014


On 2014.12.25 14:30:40 +0800, Zhigang Gong wrote:
> One normal case is that the application will enqueue many kernels one by one.
> Could you enhance this patch to output per kernel aub file, something like
> kernel_a.aub, kernel_b.aub, etc.
> 

I'm not quite understand what you mean, maybe you can
elaborate more on your requirement?

Aub file will contain all your batch execution requests
from your driver in an emulated graphics address space. 

I guess you might want seperated aub file for each batch
execution? Hmm, that's doable, e.g you can stop/close aub
file then request for a new aub file name and re-enable aub
dump before each batch submission. But I don't think it's
strictly required to work with fulsim like this, it can
parse your multiple executions just fine and print warning
or errors on the issues it can find. If we really want to,
we can do another way after this basic support, idea?

-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/beignet/attachments/20141225/a9dd33bc/attachment.sig>


More information about the Beignet mailing list