Use igc interface to get max param size

IGC will be queried for max parameter size at the end of initializing
device caps.

Related-To: NEO-4851

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2021-12-27 12:44:57 +00:00
committed by Compute-Runtime-Automation
parent 3c6f5cd757
commit 300a971af3
8 changed files with 42 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ void MockCompilerEnableGuard::Enable() {
if (fclDebugVars == nullptr) {
fclDebugVars.reset(new MockCompilerDebugVars);
}
if (fclDebugVars == nullptr) {
if (igcDebugVars == nullptr) {
igcDebugVars.reset(new MockCompilerDebugVars);
}