Add the convert and as modules into the libocl
authorJunyan He <junyan.he@linux.intel.com>
Mon, 1 Sep 2014 02:11:52 +0000 (10:11 +0800)
committerZhigang Gong <zhigang.gong@intel.com>
Thu, 4 Sep 2014 04:09:35 +0000 (12:09 +0800)
commit48041e7824886f3773466837beddfc961a807321
tree5c6dbe412b2c52c7820e6406fa9ce0acb0e88976
parent653e207ad2359a13e9d1c55e610c725d2e5ebbb3
Add the convert and as modules into the libocl

The convert and as function suites have very similar
format for all tye types and vectors, and they are
really verbose. So the two scripts will generate the
code for Convert and AS separatedlly.

Signed-off-by: Junyan He <junyan.he@linux.intel.com>
Signed-off-by: Simon Richter <Simon.Richter@hogyros.de>
Reviewed-by: Zhigang Gong <zhigang.gong@intel.com>
backend/src/libocl/script/ocl_as.sh [new file with mode: 0755]
backend/src/libocl/script/ocl_convert.sh [new file with mode: 0755]