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
*
@@ -8,7 +8,10 @@
#pragma once
namespace NEO {
struct ApiSpecificConfig {
enum ApiType { OCL,
L0 };
static bool getHeapConfiguration();
static bool getBindlessConfiguration();
static ApiType getApiType();
};
} // namespace NEO