mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Enable Implicit Scaling on Level Zero
* This commits enables by default implicit scaling, but only on PVC B step * Users can disable this feature by debug flag EnableImplicitScaling=0| Related-To: NEO-6589 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1b7949432f
commit
d3d803cdb0
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -9,6 +9,6 @@
|
||||
|
||||
namespace NEO {
|
||||
namespace ImplicitScaling {
|
||||
bool apiSupport = false;
|
||||
bool apiSupport = true;
|
||||
} // namespace ImplicitScaling
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user