Refactor and modularize walker partition code

Related-To: NEO-6244


Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2021-09-13 17:39:55 +00:00
committed by Compute-Runtime-Automation
parent e82c2e4653
commit b65d8909e4
19 changed files with 3184 additions and 2700 deletions

View File

@@ -10,5 +10,7 @@
namespace NEO {
namespace ImplicitScaling {
bool apiSupport = true;
}
bool semaphoreProgrammingRequired = false;
bool crossTileAtomicSynchronization = true;
} // namespace ImplicitScaling
} // namespace NEO