Skip to content

Commit d4c1fef

Browse files
author
Alexander Batashev
committed
Split env vars
1 parent 7ae8283 commit d4c1fef

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

sycl/doc/EnvironmentVariables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ subject to change. Do not rely on these variables in production code.
4747
| `SYCL_CACHE_THRESHOLD` | Positive integer | Cache eviction threshold in days (default value is 7 for 1 week). Set to 0 for disabling time-based cache eviction. |
4848
| `SYCL_CACHE_MIN_DEVICE_IMAGE_SIZE` | Positive integer | Minimum size of device code image in bytes which is reasonable to cache on disk because disk access operation may take more time than do JIT compilation for it. Default value is 0 to cache all images. |
4949
| `SYCL_CACHE_MAX_DEVICE_IMAGE_SIZE` | Positive integer | Maximum size of device image in bytes which is cached. Too big kernels may overload disk too fast. Default value is 1 GB. |
50-
| `INTEL_ENABLE_OFFLOAD_ANNOTATIONS` | Any(\*) | Enables ITT Annotations support for SYCL runtime. This variable should only be used by tools, that support ITT Annotations. |
5150

5251
`(*) Note: Any means this environment variable is effective when set to any non-null value.`
5352

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Internal Environment Variables
2+
3+
**Warning:** the environment variables described in this document are used for
4+
development and debugging of DPC++ compiler and runtime. Their semantics are
5+
subject to change. Do not rely on these variables in production code.
6+
7+
| Environment variable | Values | Description |
8+
| -------------------- | ------ | ----------- |
9+
| `INTEL_ENABLE_OFFLOAD_ANNOTATIONS` | Any(\*) | Enables ITT Annotations support for SYCL runtime. This variable should only be used by tools, that support ITT Annotations. |
10+
11+
`(*) Note: Any means this environment variable is effective when set to any non-null value.`
12+

sycl/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Developing oneAPI DPC++ Compiler
2828
CompilerAndRuntimeDesign
2929
KernelParameterPassing
3030
EnvironmentVariables
31+
InternalEnvironmentVariables
3132
PluginInterface
3233
ABIPolicyGuide
3334
SpecializationConstants

0 commit comments

Comments
 (0)