mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Pass info betwean gtpin and igc
Change-Id: I1da3089ba816298b43e493304612fac6a4a10851
This commit is contained in:
committed by
sys_ocldev
parent
98061903aa
commit
aa7662e8b4
@@ -246,6 +246,14 @@ class Program : public BaseObject<_cl_program> {
|
||||
return kernelDebugEnabled;
|
||||
}
|
||||
|
||||
char *getDebugData() {
|
||||
return debugData;
|
||||
}
|
||||
|
||||
size_t getDebugDataSize() {
|
||||
return debugDataSize;
|
||||
}
|
||||
|
||||
protected:
|
||||
Program();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user