mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change D3DKMT_CLIENTHINT_OPENCL to _ONEAPI_LEVEL0 in L0
Signed-off-by: Piotr Obst <piotr.obst@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
79ff54489b
commit
1dd552d473
@ -19,4 +19,7 @@ bool ApiSpecificConfig::getBindlessConfiguration() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
ApiSpecificConfig::ApiType ApiSpecificConfig::getApiType() {
|
||||
return ApiSpecificConfig::OCL;
|
||||
}
|
||||
} // namespace NEO
|
Reference in New Issue
Block a user