mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Add copyright headers to markdown files
Remove two redundant markdown files Related-to: IGC-4296 Signed-off-by: lgotszal <lukasz.gotszald@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
8526521f63
commit
f501cd79e2
8
BUILD.md
8
BUILD.md
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Building NEO driver
|
||||
|
||||
Instructions have been tested on Ubuntu* and CentOS*. They assume a clean installation of a stable version.
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Contribution guidelines
|
||||
|
||||
## Process overview
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2019-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# NEO in Linux distributions
|
||||
|
||||
## Level Zero specific
|
||||
|
7
FAQ.md
7
FAQ.md
@ -1,3 +1,10 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2018-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Frequently asked questions
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2018-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
File to cover guidelines for NEO project.
|
||||
|
||||
# C++ usage
|
||||
|
21
LICENSE
21
LICENSE
@ -1,21 +0,0 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Intel Corporation
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
7
LICENSE.md
Normal file
7
LICENSE.md
Normal file
@ -0,0 +1,7 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2018-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver
|
||||
|
||||
## Introduction
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Building Level Zero
|
||||
|
||||
These instructions have been tested on Ubuntu* and complement those existing for NEO in the top-level BUILD.md file.
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Level Zero in Linux distributions
|
||||
|
||||
## Centos* 7, 8, Stream, Red Hat Enterprise Linux* 7
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Release Notes v1.1
|
||||
|
||||
Level Zero Core API.
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# NEO OpenCL in Linux distributions
|
||||
|
||||
[](https://repology.org/project/intel-compute-runtime/versions)
|
||||
|
@ -1,3 +1,10 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Frequently asked questions (OpenCL)
|
||||
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2018-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Using NEO runtime with VTune Amplifier
|
||||
|
||||
You can use the Intel VTune Amplifier to identify GPU "hotspots". It will show GPGPU queue, GPU usage, memory throughputs, etc.
|
||||
|
@ -1,3 +1,11 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2018-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# Intel(R) Graphics Compute Runtime for OpenCL(TM)
|
||||
|
||||
## Enabling [cl_intel_va_api_media_sharing](https://www.khronos.org/registry/OpenCL/extensions/intel/cl_intel_va_api_media_sharing.txt) extension
|
||||
|
Reference in New Issue
Block a user