Handle program's callbacks on API level

Related-To: NEO-5001
Change-Id: Ic73601f874a972c9c3fe6cc1a04edd5d7915f16e
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-10-27 12:43:48 +01:00
committed by sys_ocldev
parent e3ef10d57e
commit 4be05409a3
30 changed files with 489 additions and 277 deletions

View File

@ -106,8 +106,6 @@ class SimpleArgKernelFixture : public ProgramFixture {
1,
&device,
nullptr,
nullptr,
nullptr,
false);
ASSERT_EQ(CL_SUCCESS, retVal);
@ -158,8 +156,6 @@ class SimpleArgNonUniformKernelFixture : public ProgramFixture {
1,
&deviceId,
"-cl-std=CL2.0",
nullptr,
nullptr,
false);
ASSERT_EQ(CL_SUCCESS, retVal);
@ -204,8 +200,6 @@ class SimpleKernelFixture : public ProgramFixture {
1,
&deviceId,
nullptr,
nullptr,
nullptr,
false);
ASSERT_EQ(CL_SUCCESS, retVal);
@ -261,8 +255,6 @@ class SimpleKernelStatelessFixture : public ProgramFixture {
1,
&deviceId,
CompilerOptions::greaterThan4gbBuffersRequired.data(),
nullptr,
nullptr,
false);
ASSERT_EQ(CL_SUCCESS, retVal);
@ -308,8 +300,6 @@ class BindlessKernelFixture : public ProgramFixture {
1,
&deviceId,
nullptr,
nullptr,
nullptr,
false);
ASSERT_EQ(CL_SUCCESS, retVal);