Move createFromGenBinary out from header

Change-Id: I444c057d76308fcaf08c8f2e6af1590f4cced0b3
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-08-08 13:05:16 +02:00
committed by sys_ocldev
parent e102f6c36b
commit b7bcd2dbac
8 changed files with 95 additions and 84 deletions

View File

@@ -28,4 +28,5 @@ template Program *Program::create<Program>(cl_context, cl_uint, const cl_device_
template Program *Program::create<Program>(cl_context, cl_uint, const char **, const size_t *, cl_int &);
template Program *Program::create<Program>(const char *, Context *, Device &, bool, cl_int *);
template Program *Program::createFromIL<Program>(Context *, const void *, size_t length, cl_int &);
template Program *Program::createFromGenBinary<Program>(Context *context, const void *binary, size_t size, bool isBuiltIn, cl_int *errcodeRet);
} // namespace OCLRT