19 lines
780 B
Markdown
19 lines
780 B
Markdown
<!---
|
|
|
|
Copyright (C) 2022-2023 Intel Corporation
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
-->
|
|
|
|
# Compute-Runtime Programmers and Optimization Guide
|
|
|
|
## Introduction
|
|
|
|
This document provides the architectural design followed in the Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver. Implementation details and optimization guidelines are explained, as well as a description of the different features available for the different supported platforms.
|
|
|
|
### [Implicit scaling](IMPLICIT_SCALING.md)
|
|
### [Immediate Commandlist](IMMEDIATE_COMMANDLIST.md)
|
|
### [System Memory Allocations in Level Zero](SYSTEM_MEMORY_ALLOCATIONS.md)
|
|
### [Module Symbols and Linking in Level Zero](MODULE_SYMBOL_SUPPORT.md)
|
|
### [Allocations greater than 4GB](ALLOCATIONS_GREATER_THAN_4GB.md) |