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
Expand all lines: sycl/doc/EnvironmentVariables.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ variables in production code.</span>
187
187
|`SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS`| Any(\*) | Enable support of device-scope events whose state is not visible to the host. If enabled mode is SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=1 the Level Zero plugin would create all events having device-scope only and create proxy host-visible events for them when their status is needed (wait/query) on the host. If enabled mode is SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS=2 the Level Zero plugin would create all events having device-scope and add proxy host-visible event at the end of each command-list submission. The default is 2, meaning only the last event in a batch is host-visible. |
188
188
|`SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS`| Integer | When set to a positive value enables use of Level Zero immediate commandlists, which means there is no batching and all commands are immediately submitted for execution. Default is 0. Note: When immediate commandlist usage is enabled it is necessary to also set SYCL_PI_LEVEL_ZERO_DEVICE_SCOPE_EVENTS to either 0 or 1. |
189
189
|`SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS`| Integer | When set to a positive value enables use of multiple Level Zero commandlists when submitting barriers. Default is 0. |
190
+
|`SYCL_PI_LEVEL_ZERO_USE_COPY_ENGINE_FOR_FILL`| Integer | When set to a positive value enables use of a copy engine for memory fill operations. Default is 0. |
0 commit comments