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
signature.asc
Description: Digital signature
_______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
