mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -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
|
||||
Reference in New Issue
Block a user