mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add missing pragma once in header files
Signed-off-by: Daniel Chabrowski <daniel.chabrowski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
00641c9496
commit
c303c218be
@@ -1,28 +1,28 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/helpers/hw_info.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* AIL (Application Intelligence Layer) is a set of per-application controls that influence driver behavior.
|
||||
* The primary goal is to improve user experience and/or performance.
|
||||
*
|
||||
* AIL provides application detection mechanism based on running processes in the system.
|
||||
* Mechanism works on Windows and Linux, is flexible and easily extendable to new applications.
|
||||
*
|
||||
* E.g. AIL can detect running Blender application and enable fp64 emulation on hardware
|
||||
*
|
||||
* E.g. AIL can detect running Blender application and enable fp64 emulation on hardware
|
||||
* that does not support native fp64.
|
||||
*
|
||||
*
|
||||
* Disclaimer: we should never use this for benchmarking or conformance purposes - this would be cheating.
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
namespace NEO {
|
||||
|
||||
Reference in New Issue
Block a user