Pass info betwean gtpin and igc

Change-Id: I1da3089ba816298b43e493304612fac6a4a10851
This commit is contained in:
Maciej Plewka
2018-06-28 01:39:50 -07:00
committed by sys_ocldev
parent 98061903aa
commit aa7662e8b4
14 changed files with 209 additions and 15 deletions

View File

@@ -246,6 +246,14 @@ class Program : public BaseObject<_cl_program> {
return kernelDebugEnabled;
}
char *getDebugData() {
return debugData;
}
size_t getDebugDataSize() {
return debugDataSize;
}
protected:
Program();