LGTM, will push latter. Thanks.
On Wed, Jan 07, 2015 at 01:25:14PM +0800, Guo Yejun wrote: > -t option specifies the gen target pci id, it tells gbe_bin_generater > the target platform that it compiles for. The compile result is llvm > level binary if this option is not given. > > Signed-off-by: Guo Yejun <[email protected]> > --- > backend/src/gbe_bin_generater.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/backend/src/gbe_bin_generater.cpp > b/backend/src/gbe_bin_generater.cpp > index f8e45fb..f4be488 100644 > --- a/backend/src/gbe_bin_generater.cpp > +++ b/backend/src/gbe_bin_generater.cpp > @@ -310,7 +310,7 @@ int main (int argc, const char **argv) > deque<int> used_index; > > if (argc < 2) { > - cout << "Usage: kernel_path [-pbuild_parameter]\n[-obin_path]" << > endl; > + cout << "Usage: kernel_path [-pbuild_parameter] [-obin_path] > [-tgen_pci_id]" << endl; > return 0; > } > > -- > 1.9.1 > > _______________________________________________ > Beignet mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
