Add support for GT-Pin Callbacks [2/n]

Change-Id: Ibdb76361be2a0e48888b46e9ed6dfe6b0ed49862
This commit is contained in:
hjnapiat
2018-01-24 13:26:46 +01:00
parent 9477f03f34
commit 5b0ebe25d5
8 changed files with 171 additions and 0 deletions

View File

@@ -29,4 +29,7 @@ void gtpinNotifyContextCreate(cl_context context) {
void gtpinNotifyContextDestroy(cl_context context) {
}
void gtpinNotifyKernelCreate(cl_kernel kernel) {
}
}