mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
performance(ocl): add bcsEngineCount to cmdq
Related-To: NEO-8155 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fb211a921d
commit
ee767822b8
@@ -28,6 +28,7 @@ struct Gen8 {
|
||||
static constexpr bool isUsingMiMemFence = false;
|
||||
static constexpr bool isUsingMiSetPredicate = false;
|
||||
static constexpr bool isUsingMiMathMocs = false;
|
||||
static constexpr uint32_t bcsEngineCount = 1u;
|
||||
|
||||
struct FrontEndStateSupport {
|
||||
static constexpr bool scratchSize = true;
|
||||
|
||||
Reference in New Issue
Block a user