Change D3DKMT_CLIENTHINT_OPENCL to _ONEAPI_LEVEL0 in L0

Signed-off-by: Piotr Obst <piotr.obst@intel.com>
This commit is contained in:
Piotr Obst
2021-05-13 19:46:01 +02:00
committed by Compute-Runtime-Automation
parent 79ff54489b
commit 1dd552d473
13 changed files with 106 additions and 4 deletions

View File

@ -19,4 +19,7 @@ bool ApiSpecificConfig::getBindlessConfiguration() {
return false;
}
}
ApiSpecificConfig::ApiType ApiSpecificConfig::getApiType() {
return ApiSpecificConfig::OCL;
}
} // namespace NEO