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
[UR] Update some naming inconsistencies for UR enums (#17406)
- Renamed `X_SUPPORTED` enums to be consistent with majority of UR enums
named `X_SUPPORT`
- Renamed some enums to be called `X_SUPPORT` where they return
true/false
- Renamed `SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT` to
`SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT`
Copy file name to clipboardExpand all lines: sycl/doc/EnvironmentVariables.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ variables in production code.</span>
295
295
296
296
| Environment variable | Values | Description |
297
297
| -------------------- | ------ | ----------- |
298
-
|`SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT` (experimental) | Any(\*) | Enable support of images. This option is experimental since the image support is not fully implemented. |
298
+
|`SYCL_UR_CUDA_ENABLE_IMAGE_SUPPORT` (experimental) | Any(\*) | Enable support of images. This option is experimental since the image support is not fully implemented. |
299
299
300
300
`(*) Note: Any means this environment variable is effective when set to any non-null value.`
0 commit comments