Enable BCS split in OCL

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-09-07 17:32:16 +00:00
committed by Compute-Runtime-Automation
parent 4395e0c3a1
commit 3a7f266d66
18 changed files with 79 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/device/device.h"
namespace NEO {
bool Device::isBlitSplitEnabled() {
return true;
}
} // namespace NEO