mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Add support for GT-Pin Callbacks [2/n]
Change-Id: Ibdb76361be2a0e48888b46e9ed6dfe6b0ed49862
This commit is contained in:
@@ -1323,6 +1323,9 @@ cl_kernel CL_API_CALL clCreateKernel(cl_program clProgram,
|
||||
if (errcodeRet) {
|
||||
*errcodeRet = retVal;
|
||||
}
|
||||
if (kernel != nullptr) {
|
||||
gtpinNotifyKernelCreate(kernel);
|
||||
}
|
||||
return kernel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user