[Beignet] [PATCH 0/3] Generate as_ and convert_ functions
Zhigang Gong
zhigang.gong at linux.intel.com
Fri Jun 14 02:50:51 PDT 2013
Simon,
Thanks for the patch.
Junyan, could you test this patchset with those related piglit test? Thanks.
On Thu, Jun 13, 2013 at 01:15:49PM +0200, Simon Richter wrote:
> This replaces the incomplete list of conversion functions with a generated
> one that can be updated by a script.
>
> In the long run, this should be generated on-the-fly via an ExternalASTSource
>
> Simon Richter (3):
> Generate all supported as_* functions
> Define all convert_* functions.
> Add long and ulong types to generated functions.
>
> backend/src/gen_as.sh | 83 ++
> backend/src/gen_convert.sh | 52 +
> backend/src/genconfig.sh | 11 +
> backend/src/ocl_stdlib.h | 3223 ++++++++++++++++++++++++++++++++++++++++-
> backend/src/update.sh | 3 +
> backend/src/update_as.sh | 11 +
> backend/src/update_convert.sh | 11 +
> 7 files changed, 3363 insertions(+), 31 deletions(-)
> create mode 100755 backend/src/gen_as.sh
> create mode 100755 backend/src/gen_convert.sh
> create mode 100644 backend/src/genconfig.sh
> create mode 100755 backend/src/update.sh
> create mode 100755 backend/src/update_as.sh
> create mode 100755 backend/src/update_convert.sh
>
> --
> 1.7.10.4
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list