mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
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:
committed by
Compute-Runtime-Automation
parent
3c6f5cd757
commit
300a971af3
@@ -78,7 +78,7 @@ void MockCompilerEnableGuard::Enable() {
|
||||
if (fclDebugVars == nullptr) {
|
||||
fclDebugVars.reset(new MockCompilerDebugVars);
|
||||
}
|
||||
if (fclDebugVars == nullptr) {
|
||||
if (igcDebugVars == nullptr) {
|
||||
igcDebugVars.reset(new MockCompilerDebugVars);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user