You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sycl/doc/EnvironmentVariables.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ subject to change. Do not rely on these variables in production code.
47
47
|`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. |
48
48
|`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. |
49
49
|`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. |
50
51
51
52
`(*) Note: Any means this environment variable is effective when set to any non-null value.`
0 commit comments