[Beignet] [PATCH 0/3] Generate as_ and convert_ functions
Simon Richter
Simon.Richter at hogyros.de
Thu Jun 13 04:15:49 PDT 2013
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
More information about the Beignet
mailing list