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

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -21,4 +21,8 @@ bool ApiSpecificConfig::getBindlessConfiguration() {
}
}
ApiSpecificConfig::ApiType ApiSpecificConfig::getApiType() {
return ApiSpecificConfig::L0;
}
} // namespace NEO