[Beignet] [PATCH] Generate all in-place type conversions
Simon Richter
Simon.Richter at hogyros.de
Mon May 13 13:43:33 PDT 2013
This adds generated implementations of all available as_* functions as well
as a script to regenerate these as needed.
The script is not run during build as it takes quite a while to finish.
Simon Richter (1):
Generate all supported as_* functions
backend/src/gen_conversions.sh | 89 +++
backend/src/ocl_stdlib.h | 1138 ++++++++++++++++++++++++++++++++++++-
backend/src/update_conversions.sh | 11 +
3 files changed, 1231 insertions(+), 7 deletions(-)
create mode 100755 backend/src/gen_conversions.sh
create mode 100755 backend/src/update_conversions.sh
--
1.7.10.4
More information about the Beignet
mailing list