Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Use consistent DeviceType across different environment variables #15793

Open
uditagarwal97 opened this issue Oct 21, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@uditagarwal97
Copy link
Contributor

Is your feature request related to a problem? Please describe

For ONEAPI_DEVICE_SELECTOR, DeviceType is cpu, gpu, fpga
For SYCL_DEVICE_ALLOWLIST, DeviceType is cpu, gpu, acc, fpga
For SYCL_REDUCTION_PREFERRED_WORKGROUP_SIZE, DeviceType is cpu, 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant