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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -210,7 +210,7 @@ variables in production code.</span>
210
210
|`SYCL_USE_KERNEL_SPV`| Path to the SPIR-V binary | Load device image from the specified file. If runtime is unable to read the file, `sycl::runtime_error` exception is thrown. The image is assumed to have been created using the `-fno-sycl-dead-args-optimization` option. |
211
211
|`SYCL_DUMP_IMAGES`| Any(\*) | Dump device image binaries to file. Control has no effect if `SYCL_USE_KERNEL_SPV` is set. |
212
212
|`SYCL_HOST_UNIFIED_MEMORY`| Integer | Enforce host unified memory support or lack of it for the execution graph builder. If set to 0, it is enforced as not supported by all devices. If set to 1, it is enforced as supported by all devices. |
213
-
|`SYCL_CACHE_TRACE`| Described [below](#sycl_cache_trace-options)| Enable tracing for different SYCL and `kernel_compiler` caches. |
213
+
|`SYCL_CACHE_TRACE`| Described [below](#sycl_cache_trace-options).| Enable tracing for different SYCL and `kernel_compiler` caches. |
214
214
|`SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE`| Any(\*) | Enables tracing of `parallel_for` invocations with rounded-up ranges. |
215
215
|`SYCL_PI_SUPPRESS_ERROR_MESSAGE`| Any(\*) | Suppress printing of error message, only used for CI in order not to interrupt errors generated by underlying toolchains; note that the variable only modifies the printing of the error message (error value, name, description and location), the handling of error return code and aborting/throwing behaviour remains unchanged. |
216
216
|`SYCL_JIT_COMPILER_DEBUG`| Any(\*) | Passes can specify their own debug types, `sycl-spec-const-materializer` enables debug output generation in specialization constants materialization pass. |
@@ -254,7 +254,7 @@ Supported tracing levels are in the table below
254
254
| 0x02 | Enable tracing of in-memory cache |
255
255
| 0x04 | Enable tracing of `kernel_compiler` cache |
256
256
257
-
Any valid combination of the above bit-masks can be used to enable/disable tracing of the corresponding caches. If the input value is not null and not a valid number, the disk cache tracing will be enabled (depreciated behavior).
257
+
Any valid combination of the above bit-masks can be used to enable/disable tracing of the corresponding caches. If the input value is not 0 and not a valid number, the disk cache tracing will be enabled (deprecated behavior).
0 commit comments