mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Skip BindlessKernelFixture aubs in Debug
Change-Id: Id814c74440121f267026b3cf8e1caa3032ed525a Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
6f15f7c380
commit
ad75f97fdc
@ -289,6 +289,10 @@ class BindlessKernelFixture : public ProgramFixture {
|
||||
using ProgramFixture::SetUp;
|
||||
void SetUp(ClDevice *device, Context *context) {
|
||||
ProgramFixture::SetUp();
|
||||
#ifdef _DEBUG
|
||||
// temporarily skip test in Debug
|
||||
GTEST_SKIP();
|
||||
#endif
|
||||
cl_device_id deviceId = device;
|
||||
cl_context clContext = context;
|
||||
DebugManager.flags.UseBindlessBuffers.set(true);
|
||||
|
Reference in New Issue
Block a user