Skip to content

[SYCL][NFC] Rename Adapter to adapter_impl #19184

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

Merged
merged 5 commits into from
Jun 27, 2025

Conversation

uditagarwal97
Copy link
Contributor

@uditagarwal97 uditagarwal97 commented Jun 26, 2025

So that we could do adapter_impl &Adapter = getAdapter(...); without breaking naming convention for variables. Also aligns with other *_impl classes, e.g. adapter_impl/ur_adapter_handle_t is similar to device_impl/ur_device_handle_t.

@uditagarwal97 uditagarwal97 self-assigned this Jun 26, 2025
@uditagarwal97 uditagarwal97 requested review from a team as code owners June 26, 2025 21:09
@uditagarwal97 uditagarwal97 merged commit b7d9ea9 into sycl Jun 27, 2025
25 checks passed
@uditagarwal97 uditagarwal97 deleted the private/udit/adaptermutex branch June 27, 2025 13:55
uditagarwal97 added a commit that referenced this pull request Jul 1, 2025
It's a part of larger refactoring effort to pass adapter via reference
instead of pointer everywhere in the codebase.

Follow-up of:
#19186
#19184
uditagarwal97 added a commit that referenced this pull request Jul 3, 2025
#19202)

It's a part of larger refactoring effort to pass adapter via reference
instead of pointer everywhere in the codebase.

Follow-up of:
#19186
#19184
#19187
uditagarwal97 added a commit that referenced this pull request Jul 4, 2025
#19299)

It's a part of larger refactoring effort to pass adapter via reference
instead of pointer everywhere in the codebase.

Follow-up of:
#19186
#19184
#19187
#19202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants