[SYCL] Use consistent DeviceType
across different environment variables
#15793
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe
For ONEAPI_DEVICE_SELECTOR,
DeviceType
iscpu, gpu, fpga
For SYCL_DEVICE_ALLOWLIST,
DeviceType
iscpu, gpu, acc, fpga
For SYCL_REDUCTION_PREFERRED_WORKGROUP_SIZE,
DeviceType
iscpu, gpu, acc
.There's inconsistency in the
DeviceType
value accepted by different environment variables.Describe the solution you would like
Ideally, we should reconcile the discrepancy in
DeviceType
and use a consistent terminology for all the environment variables.Describe alternatives you have considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: